.chromestyle{
	font-size: 12px;
	text-transform: none;
	font-weight: normal;
	z-index: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: normal;
	color: #666666;
	font-style: normal;
	line-height: normal;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border-top: 1px solid #BBB;
border-bottom: 1px solid #BBB;
border-left: 0;
border-right: 0;
width: 100%;
padding: 10px 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #666666;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	font-style: normal;
	font-variant: normal;
	padding-top: 8px;
	padding-right: 18px;
	padding-bottom: 8px;
	padding-left: 18px;
	margin-top: 8px;
	margin-right: 18px;
	margin-bottom: 8px;
	margin-left: 18px;
}

.chromestyle ul li a:hover{
	background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #028752;
	font-style: normal;
	font-variant: normal;
}

.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;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font-size: 11px;
	line-height:18px;
	z-index:101;
	background-color: white;
	width: 300px;
	visibility: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-position: left;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 4px 0;
	text-decoration: none;
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	background-position: left;
	text-align: left;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #ddf3e8;
}
.chromestyleON {
	margin: 0;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	font-size: 12px;
	font-weight: bold;
	color: #028752;
	font-style: normal;
	font-variant: normal;
	background-image: url(chromebg-over.gif);
	background-repeat: repeat-x;
	background-position: center center;
	z-index: auto;
	padding-top: 9px;
	padding-right: 16px;
	padding-bottom: 9px;
	padding-left: 16px;
}
