#chromemenu{
width: 100%;

}

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

#chromemenu ul{
width: 100%;
background-color:#FFFFFF;
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: bold 13px Verdana;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
float: right;
color: #515151;
font-weight: bold;
padding: 8px 12px 8px 7px;
text-decoration: none;
}

#chromemenu ul li a:hover{
color: #515151;
text-decoration:underline;
}

#chromemenu ul li a[onMouseover]: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;
border: 1px solid #FFF; /*Theme Change here*/
text-align:left;
border-bottom-width: 0;
font:bold 12px Verdana;
color:#FFFFFF;
line-height:14px;
z-index:100;
background-color: #EF9423;
width: 200px;
visibility: hidden;
}

.dropmenudiv a{
width: 200px;
display: block;
text-indent: 3px;
border-bottom: 1px solid #FFF; /*Theme Change here*/
padding: 6px 4px;
color:#FFFFFF;
text-decoration: none;
background-color: #A0A0A0;
}

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