.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.chromestyle ul li a{
	
color: #fff;
}
/* ######### Style for Drop Down Menu ######### */
.dropmenudiv, .dropmenudiv1{
position:absolute;
top: 10px;
border-top-width: 0;
z-index:100;
padding:5px;
background:#20688c;
visibility: hidden;
}
.dropmenudiv{
width:180px;
}
.dropmenudiv1{
width:270px;
}
.dropmenudiv a, .dropmenudiv1 a{
			background:url(../_images/submenu_btm.gif) bottom left repeat-x;
width: auto;
display: block;
text-indent: 4px;
padding: 6px 8px 6px 12px;
text-decoration: none;
color: #fff;
text-align:left
}
* html .dropmenudiv a, * html .dropmenudiv1 a{ /*IE only hack*/
width: auto;text-decoration: none;
}
.dropmenudiv a:hover, .dropmenudiv1 a:hover{ /*THEME CHANGE HERE*/
background:#298dc1;
color:#fff;
font-weight:normal;
padding: 6px 12px 6px 12px;text-decoration: none;
}