/* LEGACY NAV STYLES >> START */
#nav {
	clear: left;
	margin: 0;
	padding: 0;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}

/* CHROME STYLES */
.chromestyle{
/*
	width: 99%;
	font-weight: bold;
*/
}

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

.chromestyle ul{
/*
	border: 1px solid #BBB;
	width: 100%;
	background: url(chromebg.gif) center center repeat-x;
	padding: 4px 0;
	margin: 0;
	text-align: left;
*/
}

.chromestyle ul li{
/*
	display: inline;
*/
}

.chromestyle ul li a{
/*
	color: #494949;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #DADADA;
*/
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/*
	background: url(chromebg-over.gif) center center repeat-x;
*/
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv {
	position:absolute;
	top: 0;
	padding: 5px 0;
	border: none; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background: #005284 url(../img2/bg/dropdown.gif) repeat-x center bottom;
	width: 239px;
	visibility: hidden;
}


.dropmenudiv a, .dropmenudiv a:hover {
	width: auto;
	display: block;
	text-indent: 10px;
	border-bottom: none; /*THEME CHANGE HERE*/
	padding: 5px 0;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
.dropmenudiv a:hover {
	color: #8CCA74;
}

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