#menu {
margin:0;
padding-top:20px;
}

.chromestyle{

}

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

.chromestyle ul{
	padding:0;
	margin:0px;
}

.chromestyle ul li{
	display: inline;
	margin:0;
	float:left;
	text-align: left;
}

.chromestyle ul li a {
	color:#ffffff;
	padding: 8px 25px 8px 22px;
	margin: 0;
	display: block;
	float:left;
	text-decoration: none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	margin-left:5px;
	background-image:url('../images/navoff.gif');
	background-color:#004088;
	background-position:top left;
	background-repeat:repeat-x;
	border:1px solid #0057b9;
}
	
	.chromestyle ul li a img{
		padding-right:2px;
		padding-top:1px; 
		float:left; 
		border:0;
	}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	color:#ffffff;
	background-color:#36C;
	background-image:url('../images/navon.gif');
	border:1px solid #941717;
}

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

.dropmenudiv{
position:absolute;
top: 0px;
border: 1px solid #9e2020; /*THEME CHANGE HERE*/
font:bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	padding: 7px 0;
	padding-left:20px;
	border-bottom:1px solid #ccc;
	text-decoration: none;
	color: #303030;
	background:url('../images/bluearrow.gif') 15px 13px no-repeat;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color:#fccb00;
	background:url('../images/whitearrow.png') 15px 13px no-repeat #333;
}
