.mbstyle {
	width: 99%;
	font-weight: bold;
}

.mbstyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0;
clear: both; 
visibility: hidden;
}

@media all and (min-width: 0) {
	.mbstyle {
		margin-top:10px;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.mbstyle {
		margin-top:0;
	}
}

.mbstyle ul{
border: 0px;
/*width: 100%;*/
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.mbstyle ul li{
display: inline;
}

.mbstyle ul li a{
font-size: 11px;
color: #494949;
padding: 4px 8px;
margin: 0;
color: white; 
font-weight: bold; 
text-decoration:none;
}

.mbstyle ul li a:hover{
text-decoration: underline;
}

.mbstyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";*/
/*content: " " url(/include_design/site_img/pip.gif); /*uncomment this line to use an image instead*/
}


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

.dropmenudiv {
position:absolute;
top: 0px;
border: 1px solid #005288; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Arial;
line-height:18px;
z-index:100;
background-color: #005288;
width: 200px;
visibility: hidden;
}

.dropmenudiv iframe
{
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:-1;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:101%;/*must have for any big value*/
	height:500px;/*must have for any big value*/;
}

.dropmenudiv a {
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #005288; /*THEME CHANGE HERE*/
padding: 1px 5px;
text-decoration: none;
font-weight: bold;
color: white;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #005288;
text-decoration: underline;
}
