.chromestyle {
	width:770px;
	margin:0 auto;
	text-align:center;
	height:32px;
}

.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%;
	padding: 0;
	margin: 0;
	text-align: center;
}

.chromestyle ul li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}

.chromestyle ul li a {
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	line-height:2.2em;
	width:108px;
	margin:0;
	background:url(../images/nav_divider.gif) right center no-repeat;
}
.chromestyle ul li.last a {
	background:none;
}

.chromestyle ul li a:hover {
	color:#F8990F;
}


/* ######### Style for Drop Down Menu ######### */
.dropmenudiv {
	position:absolute;
	top: 0;
	line-height:18px;
	z-index:100;
	width: 181px;
	visibility: hidden;
}
.dropmenudiv a {
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	line-height:2.0em;
	width: auto;
	display: block;
	padding-left:15px;
	border-right: 2px solid #000;
	border-bottom: #255B92 1px solid;
	border-left: 2px solid #000;
	background:url(../images/nav_dropdown_background.jpg) repeat-x center center;
}
.dropmenudiv a:hover {
	color:#F8990F;
}
.dropmenudiv .dropdown_bottom {
	background:url(../images/nav_dropdown_bottom.gif) no-repeat top left;
	margin-left:0;
	font-size:0;
	height:16px
}
