#chromemenu {width: 775px; height: 25px; background-color: #99591A;}


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

#chromemenu ul {margin-left: 400px; float: left;}

* html #chromemenu ul {margin-left: 200px; float: left;}

#chromemenu ul li{display: inline;}

#chromemenu ul li a{
float: left;
font-weight: bold;
color: #FC9;
margin-top: 5px;
padding: 1px 12px 1px 7px;
text-decoration: none;
border-left: solid 1px #FC9;
}

* html #chromemenu ul li a {font-size: .6em;}

#chromemenu ul li a:hover{
color: #FFF;
}


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

.dropmenudiv{
position:absolute;
top: 0;
border-right: 1px solid #FC9;
border-bottom: 1px solid #FC9;
border-left: 1px solid #FC9;
background-color: #99591A;
font: bold .7em Georgia, Times, Serif #FC9;
line-height: 1em;
z-index: 5;
width: 125px;
visibility: hidden;
}

* html .dropmenudiv {position: absolute; left: 1px; z-index: 5; line-height: 1.3em;}
* html .dropmenudiv a {font-size: 1em; }

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #000; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #FC9;
}

*html .dropmenudiv a {padding-top: 2px, padding-bottom: 2px;}



.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #FC9;
color: #99591A
}