#chromemenu{
width: 230px;
margin-left: 10px;
}

#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;
width: 100%;
background: #04478f; /*Theme Change here*/
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: bold 10px Verdana;
}


#chromemenu ul li{
display: inline;
font: bold 10px Verdana;
}

#chromemenu ul li a{
float: left;
color: #cfdce7;
font-weight: bold;
padding: 2px 3px 2px 3px;
text-decoration: none;
}

#chromemenu ul li a:hover{
color: #cfdce7;
background: #296697;
}





/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position: absolute;
top: 0;
border: 1px solid #abc2d5; /*Theme Change here*/
font: normal 10px Verdana;
z-index:100;
background-color: #04478f;
width: 90px;
visibility: hidden;
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
padding: 0px 0;
text-decoration: none;
font-weight: normal;
color: #cfdce7;
}

.dropmenudiv a:hover{background-color: #296697;color: #cfdce7;}
.dropmenudiv a:visited{background-color: #04478f;color: #cfdce7;}
.dropmenudiv a:visited:hover{background-color: #296697;color: #cfdce7;}





#whitemenu{
margin-bottom: 4px;
margin-top: 4px;
}

#whitemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#whitemenu ul{
border: 0px;
width: 100%;
background: #04478f; /*Theme Change here*/
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: bold 11px Verdana;
}


#whitemenu ul li{
display: inline;
font: bold 11px Verdana;
}

#whitemenu ul li a{
float: left;
color: white;
font-weight: bold;
padding: 2px 3px 2px 3px;
text-decoration: none;
}

#whitemenu ul li a:hover{
color: white;
background: #296697;
}




