.chromestyle{	
	margin-bottom: 0px;
	padding-bottom: 0px;
	float: left;
}
.chromestyle ul{
	text-align: center;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin: 0;
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #ffffff;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	margin-bottom: 0;
	padding-bottom: 0px;
	padding-right: 11px;
	padding-left: 11px;
	padding-top: 0px;
	
}

.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;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	z-index:100;
	background-color: #329dff;
	visibility: hidden;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
	width: 200px;
	line-height: 18px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #FFFFFF;
	color: #0099FF;
}
#chromemenu {
}

