.chromestyle{
	width:850px;
}

.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%;
padding: 0px 0px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #cccccc;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	color:#66CC33;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
margin-top: -9px;
font-size:11px;
line-height:14px;
text-align:left;
z-index:500;
width:200px;
visibility: hidden;
opacity: 0.90;
-moz-opacity: 0.90; /* older Gecko-based browsers */
filter:alpha(opacity=90); /* For IE6&7 */
overflow:hidden;
}

.dropmenudiv a{
width:180px;
display: block;
margin:0px;
/*background:#FFFFFF url(images/drop_a_bg.png) repeat-x bottom center;*/
color:#CCC;
font-weight:bold;
padding: 2px 10px;
font-size:13px;
text-decoration: none;
font-weight: bold;
z-index:501;
}

.dropmenudiv .sub {
	width:170px;
	padding-left:20px;
	color:#CCC;
	font-size:12px;
	font-weight:normal;
	z-index:501;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#66CC33;
z-index:501;
cursor:pointer;
}