#chromemenu{
}

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

#chromemenu ul{
border: 1px solid #FFFFFF;
width: 100%;
background-color:#941B10;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
padding-left: 0px;
margin: 0;
float: left;
font: bold 100% book antiqua;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
float: center;
color: #FFFFFF;
font-weight: bold;
padding: 5px 10px 5px 5px;
text-decoration: none;
background-color: transparent;}

#chromemenu ul li a:menu:hover{
color: #C0C0C0;
}



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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #FFFFFF; /*Theme Change here*/
border-bottom-width: 0;
font:normal 85% adelon-light;
line-height:15px;
z-index:100;
background-color: #941B10;
width: 210px;
visibility: hidden;
}

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

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