#chromemenu{
width: 100%;
height: 30px;
}

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

#chromemenu ul{
border: 0px solid #000084;
width: 100%;
background-color: #000084;
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
}


#chromemenu ul li{
display: inline;
text-decoration: none;
}


#chromemenu ul li a{
float: left;
color: #FFFFFF;
font-weight: bold;
padding-bottom : 10;
padding-left : 17;
padding-right : 17;
padding-top : 10;
text-decoration: none;
text-align: center;
border-right: 1px #ffffff solid;

}

#chromemenu ul li a:hover{
color: #000000;
background-color: #E5E9ED;
text-decoration: none;
}

#chromemenu ul li a:visited{
text-decoration: none;
}

#chromemenu ul li a[onMouseover]:after{

text-decoration: none;
 /*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 #BBB; /*Theme Change here*/
border-bottom-width: 0;
line-height:13px;
z-index:100;
background-color: #F0F0F0;
width: 200px;
visibility: hidden;
text-decoration: none;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

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

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #BECBD9;
text-decoration: none;
}

.dropmenudiv a:visited{ /*Theme Change here*/
text-decoration: none;
color: #000000;
}