#chromemenu{
width: 100%;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px;
z-index: 11;

}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
border: 0px solid black;
width: 100%;
background: none repeat-x center center; /*Theme Change here*/
margin-left: 0;
padding-left: 20;
padding-right: 10;
float: left;
font: bold 16px Verdana;
background: url(chromebg4.gif) center center repeat-x;
FILTER: alpha(opacity=100); /*Theme Change here 11/5/07 */
margin: 0px 0px 0px 0px;
 border-bottom-style: none;
}

#chromemenu ul li{
display: inline;
}

#chromemenu ul li a{
float: left;
color: black;
font-weight: bold;
padding: 5px 10px 6px 7px;
text-decoration: none;
background: none no-repeat center right; /*Theme Change here*/
}

#chromemenu ul li a:hover{
color: #FFD700;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
/* content: " v"; */
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid black; /*Theme Change here*/
border-bottom-width: 1;
font:normal 14px Verdana;
line-height:14px;
z-index:100;
background-color: Orange;
width: 280px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
 padding: -4px;
 margin: -4px;
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid Black; /*Theme Change here*/
padding: 3px 0;
text-decoration: none;
font-weight: bold;
color: #993D00;
font-variant: small-caps;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: Black;
color: #F2C437;
font-weight: bold;
font-variant: small-caps;
}
.dropmenudiv a:visited{ /*Theme Change here*/
font-weight: bold;
font-variant: small-caps;
}
.dropmenudiv a:active{ /*Theme on mouse over Change here*/
font-variant: small-caps;
font-weight: bold;
color: #E7E800;
}