#chromemenu { /* IE */
 position:relative;
 top:154px;
 left:350px;
 text-align: center; /*set value to "left", "center", or "right"*/
}

#menutop > #chromemenu {
 position:relative;
 top:166px;
 #top:149px;
 left:350px;
 text-align: center; /*set value to "left", "center", or "right"*/
}

#menubottom, #menubottom ul, #menubottom li{
display: inline;
}

#chromemenu4 {
 position:relative;
 top:-8px;
 left:98px;
 text-align: left; /*set value to "left", "center", or "right"*/
}

#chromemenu5 {
 position:relative;
 top:-17px;
 left:2px;
}

#chromemenu6 {
 position:relative;
 top:-8px;
 left:-10px;
 text-align: left; /*set value to "left", "center", or "right"*/
}

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

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

.chromestyle ul{
font:normal 16px "Arial Narrow";
width: 100%;
padding: 4px 0;
margin: 0;
}

.chromestyle ul li{
color: #001042;
display: inline;
padding: 4px 7px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a{
color: #BB964F;
/*padding: 4px 7px;*/
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
color: #001042;
}

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


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

.dropmenudiv{
position:absolute;
top: 0;
margin-left: -80px;
margin-top: 5px;
border: 1px solid #CCCCCC; /*THEME CHANGE HERE*/
border-right: none; /*THEME CHANGE HERE*/
border-bottom: none; /*THEME CHANGE HERE*/
font:normal 12px Verdana;
line-height:20px;
z-index:100;
background-color: #F3F3F3;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #CCCCCC; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #9F864A;
font-family:Arial, Helvetica, sans-serif;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #CCCCCC;
color: #001042;
letter-spacing: 0.01px;
}
