.menustyle{
width: 99%;
font-weight: bold;
margin-left:170px;
padding-top:5px;
	color:fff;

}

.menustyle:after{ /* Margin b/w menu & rest of content in FF*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.menustyle ul{
width: 100%;
padding: 4px 0;
margin: 0;
text-align: left; 

}

.menustyle ul li{
display: inline;
}

.menustyle ul li a{

padding: 4px 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;


}

.menustyle ul li a:hover, .menustyle ul li a.selected{ 

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFF00;
	font-weight: bold;
	text-decoration: none;


}

/* ######### Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0; 
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #EAF4FF;
	width: 200px;
	visibility: hidden;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0099FF;
	border-right-color: #0099FF;
	border-bottom-color: #0099FF;
	border-left-color: #0099FF;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #0099FF; 
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;



}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ 
background-color: #7DBBFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
    font-weight: bold;
	text-decoration:underline;
	color:fff;

}
