#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%;
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
float: left;
color: white;
font-weight: bold;
padding: 0px 8px 0px 7px;
text-decoration: none;
border-right: solid 2px #000000;
}

#chromemenu ul li a.homeLink{
padding-left: 0;
}

#chromemenu ul li a:hover{
color: #fff;

}




/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
background-color: #0064B5;
visibility: hidden;
margin-left: 5px;
margin-top: 5px;
}

.dropmenudiv a{
width: 200px;
display: block;
text-decoration: none;
color: #FFFFFF;
font-weight: normal;
padding: 5px;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #CCCCCC;
width: 200px;
color: #000000;
}