.chromestyle{
	width: 99%;
	font-weight: normal;
	margin-top: 0px;
}

.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: 0;
	margin: 0;
	text-align: left;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: aaaaaa;
	margin: 0;
	text-decoration: none;
	font:normal 12px arial;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 2px;

}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	color: 666666;

}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;

border-bottom-width: 0;
font:normal 12px arial;
line-height:18px;
z-index:100;
width: 250px;
visibility: hidden;

}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;

padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #999999;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: white;
	color: 666666;
}

