.chromestyle{
width: 99%;
font-weight: bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
background-color:0079C1;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
}



/* ######### Style for Drop Down Menu ######### */




.dropmenudiv a{
font-size : 10px;
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 4px 0;
text-decoration: none;
font-weight: bold;
color: black;

}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
font-size : 10px;

}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/

color: 628ECA;
font-size : 10px;
}
