.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	background-position:left;
	width:100%;
}
.chromestyle ul {
	width: 100%;
	margin: 0; /*set value to "left", "center", or "right"*/
	padding: 4px 0;
	margin: 0; /*set value to "left", "center", or "right"*/
}
.chromestyle ul li {
	display: inline;
	width:100%;
	max-width:100%;
}
.chromestyle ul li a {
	padding: 7px 7px;
	margin: 0;
	text-decoration: none;
	display:inline;
}
.chromestyle ul li a[rel]:after { /*HTML to indicate drop down link*/
}
.dropmenudiv {
	position:absolute;
	margin-left:5px;
	top: 0;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #F4F3F3;
	visibility: hidden;
	text-align:left;
	border-bottom: 1px solid #04376E; /*THEME CHANGE HERE*/
	border-left: 1px solid #04376E;
	border-right: 1px solid #04376E;
}
.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 3px;
	padding: 4px 0;
	padding-right:10px;
	padding-left:5px;
	text-decoration: none;
	border-bottom: 1px solid #04376E; /*THEME CHANGE HERE*/
	border-left: 1px solid#04376E;
	border-right: 1px solid#04376E;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#04376E;
}
.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	padding-right:10px;
	padding-left:5px;
	background-color: #D2E3F3;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
