/*.chromestyle{
width: 99%;
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{
width: 100%;
background: url(chromebg.gif) center center repeat-x; 
padding: 4px 0;
margin: 0;
text-align: center; 
}*/

/*.chromestyle ul li{
display: inline;
}*/

/*.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}*/

.chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
margin:0px; padding:0px;  background:none; color:#666666; text-decoration:none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv, .dropmenudiv2 {
	position:absolute;
	top: 0;
	/*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 11px arial;
	line-height:15px;
	z-index:100;
	background: #f1f1f1;
	visibility: hidden;
	text-align:left;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#5a5a5a,direction=135,strength=4); *//*Add Shadow in IE. Remove if desired*/
}
.dropmenudiv {
	width:260px;
	}
.dropmenudiv2{
	width: 70px;
	}
#dropmenu1, #dropmenu2, #dropmenu3, #dropmenu4, #dropmenu5, #dropmenu6{	} 


.dropmenudiv a, .dropmenudiv2 a{
width: auto;
display: block;
 /*THEME CHANGE HERE*/
padding:5px 10px !important;
text-decoration: none;
color:#ffffff;
}

* html .dropmenudiv a, * html .dropmenudiv2 a { /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover, .dropmenudiv2 a:hover{ /*THEME CHANGE HERE*/
background-color:#FF0000; !important;
color:#FFFF00;
}

