.chromestyle{
	width:675px;
	font-weight: normal;
	/*background-color: #aac2ca;*/
	margin-top:-1px;
	height:17px;
}

/* IE7 Only */
*:first-child+html .chromestyle {
	height:20px;
}

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

.chromestyle ul{
	width:669px;
	line-height:16px;
	margin: 0;
	padding:0;
	text-align: center; /*set value to "left", "center", or "right"*/

}

.chromestyle ul li{
	display:block;
	float:left;
	/*background-color:#aac2ca;*/
}

.chromestyle ul li a{
	padding:0 7px;
	color: #385868; display:block; float:left;
	margin: 0;
	text-decoration: none;
	font-size:11px;
}

.chromestyle ul li a:hover{
	color:#385868;
	background-color:#FFFFFF;
	text-decoration:none;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
	content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


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

.dropmenudiv{
	position:absolute;
	top:0; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font-size:11px;
	line-height:16px;
	z-index:500;
	background:url(../images/bullet.gif) left top no-repeat;
 	background-color:#cac9c9;
	width: 280px;
	visibility: hidden;
	padding:5px 0px 0px 4px;
}


.dropmenudiv a{
	text-align:left;
	width: auto;
	display: block;
	text-indent: 5px;
	border-bottom: 1px dotted #fff; /*THEME CHANGE HERE*/
	padding: 2px 10px;
	background:url(../images/bullet1.gif) left no-repeat;
	text-decoration: none;
	font-weight: normal;
	color:#000;
}

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

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