.chromestyle{
	width: 766px;
	height: 20px;
	float: left;
	border-top-width: 4px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e6eeec;
	border-bottom-color: #e6eeec;
	margin-bottom: 10px;
}

.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%;
	background: #ccdcd7; /*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: left;
	height: 14px;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #144a44;
	padding: 4px 10px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #fff;
	height: 23px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	color: #FF6600;
}

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

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:10px/18px Tahoma;
	z-index:100;
	background-color: #e6eeec;
	width: 200px;
	visibility: hidden;
	color: #FF6600;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: #FF6600;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 18px;
}

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

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