.chromestyle{	
	width:721px;
	padding-left:40px;
}

.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%;
height:46px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	width:72px;
	height:46px;
	margin-right:10px;
	float:left;
	display:inline;
}

.chromestyle ul li a:link, .chromestyle ul li a:visited {
	width:72px;
	height:46px;
	line-height:35px;
	color:#b20000;
	text-align:center;
	background-image:url(../images/nav_btn.png);
	display:block;
}
.chromestyle ul li a.home {
	cursor: pointer;
}
.chromestyle ul li a:hover, .chromestyle .now a:link, .chromestyle .now a:visited, .chromestyle .now a:hover {
	width:72px;
	height:46px;
	line-height:35px;
	color:#282828;
	text-align:center;
	background-image:url(../images/nav_btn_now.png);
	display:block;
}


.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	width:72px;
	height:46px;
	line-height:35px;
	color:#282828;
	text-align:center;
	background-image:url(../images/nav_btn_now.png);
	display:block;
}

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

.dropmenudiv {
	padding:5px 12px 5px 17px;	
	position:absolute;
	top:0;
	z-index:100;
	visibility: hidden;
	border:1px solid #ab1717;
	border-top:0;
	background-color:#fff;
	background: url(../images/nav_zbg.png) bottom repeat-x;
}

.dropmenudiv a {
	margin-right:10px;
	height:36px;
	line-height:36px;
	padding-left:13px;

	text-decoration: none;
	background:url(../images/icon_nav_z.png) left no-repeat;
	display:-moz-inline-box;
	display:inline-block;
}

* html .dropmenudiv a { /*IE only hack*/
	color:#931313;
	cursor:pointer;
}
.dropmenudiv a:link, .dropmenudiv a:visited { /*IE only hack*/
	color:#931313;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color:#282828;
}