.chromestyle{
	width: 100%;
	float: left;
}


.chromestyle ul{
	width: 100%; /*THEME CHANGE HERE*/
	padding: 0px;
	margin: 0px;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	padding: 0px;
	margin: 0px;
	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;
	line-height:18px;
	z-index:100;
	width: auto;
	visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #5F819D;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.dropmenudiv a{
	width: 150px;
	display: block;
	text-decoration: none;
	font-weight: normal;
	color: #5F819D;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

 

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	width: auto;
