﻿.chromestyle{
	width: 100%;
	font-family: Verdana, Tahoma, sans-serif, Verdana, "Trebuchet MS", sans-serif;
	font-size: small;
	color: #503D16;
}
.chromestyle:after{
	/*Add margin between menu and rest of content in Firefox*/
content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica, sans-serif;
	color: #333333;
}
.chromestyle ul{
	border: 1px solid #B6C9C5;
	width: 100%;
	
/*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: center;
	color: #275D65;
}
.chromestyle ul li{
	display: inline;
}
.chromestyle ul li a{
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #DADADA;
	border-right-color: #D8F6C0;
}
.chromestyle ul li a.selected{
	/*script dynamically adds a class of "selected" to the current active menu item*/
background: repeat-x center
center;
	color: #663300;
}
.chromestyle ul li a:hover{
	/*script dynamically adds a class of "selected" to the current active menu item*/
background: url('chromebg2-over.gif') repeat-x center
center;
	color: #275D65;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position: absolute;
	top: 0;
	border: 1px solid #BBB;
/*THEME CHANGE HERE*/	border-bottom-width: 0;
	font: normal 10px Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: white;
	width: 220px;
	visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}