.chromestyle{
	margin				:	0px 0 0 0px;
	padding				:	0;
	position			:	absolute;
	width				:	770px;
	list-style			:	none;
	font				:	normal 11px Verdana;
	border-style: none;
}

.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 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
text-decoration: none;
text-align: left;
border-style: none;
vertical-align:top;
}

.chromestyle ul li{
display: inline;
text-decoration: none;
border-style: none;
vertical-align:top;
}

.chromestyle ul li a{
color: #666666;
padding: 0px 0px;
margin: 0;
text-decoration: none;
border-style: none;
vertical-align:top;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color: #000000;
border-style: none;
text-decoration: none;
}



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

.dropmenudiv{
list-style: none;
position:absolute;
top: 0;
border-bottom-width: 0;
border:none;
text-decoration: none;
font:normal 11px Verdana;
line-height:15px;
z-index:100;
background: url(back.png) no-repeat;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 1px;
padding: 2px 0;
text-decoration: none;
color: #666666;
border-style: none;

}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
border:none;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #000000;
border:none;
}