.chromestyle{float:left;
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{ float:left; list-style:none;  

width: 100%;
background:url(../image/navi-bg.jpg) center center repeat-x; /*THEME CHANGE HERE*/
padding: 0px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{ float:left;list-style:none;
display: block;
}

.chromestyle ul li a{
	color: #fff;
	margin: 0;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(../images/navi-bg-h.jpg) center center repeat-x; color:#FFFFFF;}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{ float:left;
	position:absolute;
	top: 0;
	line-height:18px;
	z-index:100;
	background-color: #000;
	width: 300px;
	visibility: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}


.dropmenudiv a{
	border-bottom:#1a1a1a solid 1px;
	width: auto;
	display: block;
	padding: 3px 10px;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;

}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ color:#000; background:#ffc200;
}
