#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 a:hover{ /*Theme Change here*/


}

#chromemenu ul{
width: 100%;
background-color:#;
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: normal 11px Verdana;
color: #000000;
}

#chromemenu ul li{
display: inline;
}

#chromemenu ul li a{
float: left;
color: #000000;
font-weight: normal;
padding: 9px 9px 9px 12px;
text-decoration: none;
}

#chromemenu ul li a:hover{
color: #0788d2;
text-decoration: none;

}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
text-decoration:none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-right: 1px solid #FFFFFF;
border-bottom: 1px solid #FFFFFF;
border-left: 1px solid #FFFFFF;
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:15px;
z-index:100;
width: 180px;
visibility: hidden;
text-decoration:none;

}

.dropmenudiv a{
text-decoration:none;
width: 100%;
display: block;
border-bottom: 1px solid #FFFFFF;
text-indent: 2px;
background-color: #ffffff;
padding: 2px 2px 2px 2px;
font:normal 10px Verdana;
font-weight: normal;
color:#323232;

}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #767877;
color:#e0e0e0;
text-decoration:none;

}
