@charset "utf-8";
/* CSS Document */

#menu {
	float:left;
	margin: 10px 0px 5px 0px;
	font-family:'calibri', Arial, Helvetica, sans-serif;
	width: 1030px;
	background-image:url(../images/home/nav.jpg);
	background-repeat:no-repeat;
	height:40px;
	color:#333;
} 



.bluetabs{
	margin:3px;
	width:1020px;
	padding:5px 7px 5px 7px;
	color:#000;
}



.bluetabs ul{
	margin-left:10px;
	list-style-type: none; 
	padding:0px 0px 0px 0px;/*set to left, center, or right to align the menu as desired*/

}

.bluetabs li{
display: inline;
padding:5px 4px 5px 4px;

}
.bluetabs a{
text-decoration: none;
padding:5px 4px 5px 76px;
color:#000;
}

.bluetabs li a{
text-decoration: none;
padding:5px 6px 5px 6px;

 /*THEME CHANGE HERE*/
}


.bluetabs li.selected{
	
}

.bluetabs li.selected a{ /*selected main tab style */
/*THEME CHANGE HERE*/
background-color:#006372;
color:#fff;
padding-bottom:300px;
padding:10px 6px 10px 6px;

	-moz-border-radius-topright: 10px;
border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
border-top-left-radius: 10px;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
padding:10px 6px 10px 6px;
color:#fff;

}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
 /*THEME CHANGE HERE*/

font:normal 12px Verdana;
line-height:38px;
z-index:600;
background-color:#006372;
width: 200px;
visibility: hidden;
margin-top:-3px;
margin-left:-20px;


}


.dropmenudiv_b ul{

}

.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
 /*THEME CHANGE HERE*/
text-decoration: none;
background-color:#006372;
font-size:10px;
color:#fff;
border-top:1px solid #fff;
padding-left:5px;


}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #00373f;
}


.arrowlistmenu ul li { /*bottom spacing between menu items*/
list-style:none;



}