.menustyle{
	width: 525px;
	font-weight: bold;
	margin-left: 173px;
}

.menustyle:after{ 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.menustyle ul{

width: 100%;
background: url(bg2.gif) center center repeat-x;
padding: 4px 0;
margin: 0;
text-align: center; 
}

.menustyle ul li{
display: inline;
}

.menustyle ul li a{
color: #000000;
padding: 4px 4px;
margin: 0;
text-decoration: none;
border-right: 1px solid #F28300; 
}

.menustyle ul li a:hover, .menustyle ul li a.selected{ 
background: url(bg2-over.gif) center center repeat-x; 
}




.dropdownmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #EE7C00;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 81px;
	visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
	margin-left: 0px;
}


.dropdownmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #EE7C00; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

.dropdownmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #FFB56A;
}
