#chromemenu{
position:relative;
margin-left: 280px;
top: -25px;
width: 480px;
z-index:100;
}

#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 #BBB;
width: 480px;

margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: normal 12px Verdana;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
float: left;
color: #FFFFFF;
font-weight: bold;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
padding: 0px 10px 0px 7px;
text-decoration: none;
background: none; /*Theme Change here*/
}

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

#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: 0px solid #B5E2FE; /*Theme Change here*/
border-bottom-width: 0;
font:normal 10px Arial;
line-height:18px;
z-index:100;
width: 90px;

visibility: hidden;

}
.dropmenudiv a{
width: 100%;
display: block;
padding:0px 0px;
text-decoration: none;
font-weight: normal;
color: white;
background-image:url(downimage.gif);
background-repeat:no-repeat;
height:20px;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-image:url(downimage_over.gif);
background-repeat:no-repeat;
height:20px;

}