.chromestyle{
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
}

.chromestyle ul li{
float:left;
}

.chromestyle ul li a{
float:left;
font:bold 14px Georgia, "Times New Roman", Times, serif; color:#707070 !important;
margin-right:20px;
text-decoration:none !important;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
text-decoration:underline !important;
}

.chromestyle ul li img {
vertical-align: center; }

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
position:absolute;
top:0px;
border:1px solid #707070;
border-right:5px solid #707070;
border-bottom:5px solid #707070;
font:bold 14px Georgia, "Times New Roman", Times, serif; color:#707070 !important;
z-index:100;
background:#fff !important;
width:auto;
visibility:hidden;
}


.dropmenudiv a {
width:auto;
display: block;
text-indent: 3px;
text-decoration: none;
padding:2px 10px 3px 5px;
font:bold 14px Georgia, "Times New Roman", Times, serif; color:#707070 !important;
text-decoration:none !important;
}

* html .dropmenudiv a{ /*IE only hack*/
}

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
background-color:#707070;
color:#fff !important;
}

/*#dropmenu3{
	left: 338px !important;
}

#dropmenu2{
	left: 97px !important;
}*/
