#chromemenu{
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
width: 200px;
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: normal;
padding: 6px 12px 6px 7px;
text-decoration: none;
}

#chromemenu ul li a:hover{
color: #ffffff;
background-color: #2E69AE;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: ".";
color: #ffffff;
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:floating;
border: 1px solid #BBB; /*Theme Change here*/
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:10px;
z-index:100;
background-color: #2E69AE;
width: 200px;
visibility: hidden;
}

.dropmenudiv a{
width: 200px;
display: block;
text-indent: 1px;
border-bottom: 1px solid #BBB; /*Theme Change here*/
padding: 1px 0;
text-decoration: none;
font-weight: normal;
color: white;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #FFFFFF;
color:#2E69AE;
text-decoration: none
}
.dropmenudiv a:visited {color:#2E69AE; background-color: #FFFFFF; text-decoration: none}
.dropmenudiv a:active {color:#2E69AE; background-color: #FFFFFF; text-decoration: none}