/* CSS Document */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#maintab{
	padding: 0px 0;
	margin-left: 0;
	margin-bottom: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	background-image: url(../site_img/navbarbg1.jpg);
}

#maintab li{
display: inline;
margin: 0;
}

#maintab li a{
text-decoration: none;
padding: 1px 8px;
border: 1px solid #778;
color: navy;
background: white;
}

#maintab li a:hover{
color: white;
background: #FF9900;
}

#maintab li.selected a{ /*selected main tab style */
background-color: #FF9900;
border-color: navy;
}

#tabcontent{ /*2nd level content wrapper*/
background-color: #D8EBF1;
height: 100% /*IE7 beta2 fix*/
}

#tabcontent ul{
padding: 0;
margin: 0;
list-style-type: none;
display: none;
}

#tabcontent ul li{
display: inline;
}

#tabcontent ul.selected{ /*selected 2nd level content*/
display: block;
}

#tabcontent ul li a{
border-right: 1px solid navy;
border-top: 1px solid navy;
color: navy;
padding: 2px 5px;
display: block;
float: left;
text-decoration: none;
}


#tabcontent ul li a:hover{
background: #FF9900;
color: blue;
}

#tabcontent ul.selected li.selected2{
/*background-color: #D3F1A0;*/
color: blue; background-color: red;
}


.clearfix:after{ /*Clear floats hack: http://positioniseverything.net/easyclearing.html*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix{
display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


#secnav {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	color: #000000;
	background-color: #FFFFFF;
}

