.menustyle{ 
color: white; 
width: 920px; 
font-size: 0.8em;
font-weight: bold;
padding-left: 2px;
}

.menustyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.menustyle ul{ 
width: 100%; 
padding: 4px 0; 
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.menustyle ul li{
width: 170px;
display: inline;
}

.menustyle ul li a{
color: white;
padding: 4px 26px 4px 26px;
margin: 0;
text-decoration: none;
/*
border-right: 1px solid #DADADA;*/
}

.menustyle ul li a:hover{
background: url(../images/menu/navback_on.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.menustyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";*/
content: " " url(../images/menu/arrwdown_white.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{ position:absolute; margin-left: 6px; margin-top: 2px; font-size: 0.7em; line-height:18px; z-index:100; background-image: url(../images/menu/menuback.gif); width: 170px; visibility: hidden; border-color: #bbb; border-style: solid; border-width: 1px 1px 0; filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: gray;
font-weight: bold;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: white;
color: #1167a0;
}