.mnavcontainer { background:#243E8D; border-top:1px solid white; }

.menutabs{ padding: 0; width: 100%; voice-family: "\"}\""; voice-family: inherit;}
.menutabs ul{ font-family: "Tahoma",Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0; list-style:none;}
.menutabs li{ display:inline; margin:0 2px 0 0; padding:0; }
.menutabs a{  text-align:center; float:left; color: white; margin: 0 0px 0 0; padding: 3px 0 3px 3px; text-decoration:none; }
.menutabs a span{ float:left; display:block; padding: 4px 8px 2px 7px; }
.menutabs a span{ float:none; }

.menutabs a:hover{ background-color: #7DCDD0;}
.menutabs a:hover span{ background-color: #7DCDD0; }
.menutabs .selected a, #ddcolortabs .selected a span{ background-color: #7DCDD0; }

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

.dropmenudiv_a{
	position:absolute;
	top: 0;
	border: 1px solid #7DCDD0; /*THEME CHANGE HERE*/
	/* border-top-width: 8px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0;
	font:normal 12px Arial;
	line-height:18px;
	z-index:100;
	background-color: #7DCDD0;
	width: 199px;
	left: 117px;
	height: 95px;
	visibility: hidden;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #FFFFFF;
border-bottom: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #FFFFFF;
}

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

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #243E8D;
color: white;
}
