.indentmenu{
	font: bold 16px Arial;
	width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color:#666666; /*text color*/
padding: 5px 11px;
text-decoration: none;
/*border-right: 1px solid #CCCCCC; /* divider between menu items*/
}

.indentmenu ul li a.selected{
	color: #032c7b !important;
	/*padding-top: 6px; shift text down 1px*/
padding-bottom: 4px;
}


.tabcontentstyle{ /*style of tab content oontainer*/
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

.container{
	width:535px;
	height: auto;
	padding: 10px 10px 0 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 20px;
}


#cdimage{
	margin:4px 10px 0  0;
	width: 150px;
	float: left;
	display: inline;
	
}

#cdimage img{
border:1px solid #CCCCCC;
}


@media print {
.tabcontent {
display:block !important;
}
}
