.chromestyle{
	width: 100%;
}

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

.chromestyle ul{
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: left;
	display: table;
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li img{
	margin:-2px 6px 0 6px;
}

.chromestyle ul li a{
	color: #FFFFFF;
	padding: 4px 0;
	margin:0;
	text-decoration: none;
}

.chromestyle ul li a:hover{
	color:#FBB03B;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


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

.dropmenudiv{
	position:absolute;
	line-height:27px;
	z-index:100;
	height:27px;
	visibility: hidden;
	padding: 5px 0 0 0;
	_width:400px;
	left: 0px;
}

.dropmenudiv a{
	width: 100px;
	display: inline;
	text-indent: 3px;
	padding: 0 5px 0 5px;
	text-decoration: none;
	color:#FFFFFF;
}

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

div#subMenu{
	height:27px;
	background-color:#005195;
	text-transform:lowercase;
}

div#subMenu img {
	padding-left: 4px;
}

div#dropmenu0 { margin-left: 160px; }
div#dropmenu1 { margin-left: 260px; }
div#dropmenu2 { margin-left: 380px; }
div#dropmenu3 { margin-left: 360px; }
#dropmenu0,#dropmenu1,#dropmenu2,#dropmenu3 { left: 0; clear: both; }

