.chromestyle{
	width: 100%;
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 12px;
	background-image: url(images/topmenutile.jpg);
	background-repeat: repeat-x;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "";  
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	width: 100%;
	background:url(images/topmenutile.jpg) repeat-x; /*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	border-top: 0px solid #BBB;
	border-right: 0px solid #BBB;
	border-bottom: 0px solid #BBB;
	border-left: 0px solid #BBB;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFFFFF;
padding: 4px 15px;
margin: 0;
text-decoration: none;
font-family: "Trebuchet MS";
font-weight: normal;
font-size: 12px;
border-left: 1px solid #DADADA;
}
.chromestyle ul li a:link,.chromestyle ul li a:visited{
color: #FFFFFF;
padding: 4px 15px;
margin: 0;
text-decoration: none;
font-family: "Trebuchet MS";
font-weight: normal;
font-size: 12px;
border-left: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
	background: 100%; /*THEME CHANGE HERE*/
	color: #FF9900;
	font-weight: normal;
	font-family: "Trebuchet MS";
}




/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0px;
	font-family: "Trebuchet MS";
font-weight: normal;
font-size: 12px;
	line-height:18px;
	z-index:100;
	width: 200px;
	visibility: hidden;



filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	border-top: 0px solid #BBB;
	border-right: 1px solid #BBB;
	border-bottom: 1 solid #BBB;
	border-left: 1px solid #BBB;
	background-color: #E6F0F3;
}


.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;
	font-family: "Trebuchet MS";
font-weight: normal;
font-size: 12px;
	color: #494949;
	background-color: #E6F0F3;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #A4CEE1;
}
