.chromestyle{
	width: 100%;
	font-weight: bold;
	font-family: Tahoma, Verdana, Geneva, Helvetica;
	font-size:  10px;
	color: #666666;
}

.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%; /*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #494949;
	padding: 4px 7px;
	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*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:15px;
	z-index:100;
	background-color: #F2F2F2;
	width: 105px;
	visibility: hidden;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	font-family: Tahoma, Verdana, Geneva, Helvetica;
	text-decoration: none;
	background-position: left;
}


.dropmenudiv a{
	display: block;
	text-indent: 5px;
	text-decoration: none;
	color: #999999;
	font-size: 10px;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0px;
	text-align: left;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #333333;
}
