@charset "utf-8";


.indentmenu{
	margin-left:6px;
	
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	background: black url(../images/indentbg.gif) center center repeat-x;
	height:50px;
	border-top:1px solid #f7f7f7; 
}

.indentmenu ul li
{
	display: inline;
}

.indentmenu ul li a
{
	font: bold 13px/35px  Arial, Verdana,  Helvetica, sans-serif;
	text-transform:uppercase;
	float: left;
	color: #fff; 
	padding: 5px 11px;
	text-decoration: none;
	border-right: 1px solid #f7f7f7; 
	height:40px;
}

.indentmenu ul li a:hover
{
	color:#000;
	text-decoration:none;
	
}

.indentmenu ul li a:visited{
	color: #fff;
}

.indentmenu ul li a.selected{
	color: #fff !important;
	padding-top: 6px; 
	padding-bottom: 4px;
	background: black url(../images/active.gif) center center repeat-x;
}


.tabcontentstyle{ 
	width:914px; 
	height: 190px; 
	padding: 10px; 
	background:url(../images/tab-content-bg.jpg) bottom no-repeat #fff;
	margin:0px 4px 0px 6px;
}

.tabcontent{
	display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

