.chromestyle{
	width: 99%;
	font-weight: normal;
	background-color: #000;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 12px;
	top: 0px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.chromestyle ul{
	width: 100%;
	padding: 4px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #FFF;
	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*/
	background-color: #666;
}

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

.dropmenudiv{
	position:absolute;
	line-height:18px;
	z-index:100;
	background-color: #333;
	width: 250px;
	visibility: hidden;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	text-align: left;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px; /*THEME CHANGE HERE*/
	padding: 4px 7px;
	text-decoration: none;
	color: #FFF;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #666;
}



.dropmenudivprod{
	position:absolute;
	line-height:18px;
	z-index:100;
	background-color: #333;
	width: 250px;
	visibility: hidden;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	text-align: left;
	float: left;
}

.dropmenudivprod ul{
	width: 100%;
	padding: 4px 0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.dropmenudivprod ul li {
	display: inline;
	float:left;
}

.dropmenudivprod ul li a{
	color: #FFF;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
}

.dropmenudivprodsub ul{
	width: 100%;
	padding: 4px 0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.dropmenudivprodsub ul li {
	display: inline;
}

.dropmenudivprodsub ul li a{
	color: #FFF;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
}

.dropmenudivprod a{
	width: auto;
	display: block;
	text-indent: 3px; /*THEME CHANGE HERE*/
	padding: 4px 7px;
	text-decoration: none;
	color: #FFF;
}

* html .dropmenudivprod a{ /*IE only hack*/
width: 100%;
}

.dropmenudivprod a:hover{ /*THEME CHANGE HERE*/
	background-color: #666;
}
