#menu .dropstyle {
	margin: 0 auto; 
	width: 860px; 
	min-height:36px; 
}

#menu .dropstyle:after { /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#menu .dropstyle ul { list-style: none;}
#menu .dropstyle li { display: inline;}
#menu .dropstyle li a {
	display: block;
	float: left;
	background: url('../images/menu-divider.gif') no-repeat right;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	padding: 0 14px;
	line-height: 36px;
}
#menu .dropstyle li a:hover { color: #fff;}
#menu .dropstyle li a.selected {
	background-color: #005673;
	background-image: none;
	color: #fff;
}


/* ######### Style for Drop Down Menu ######### */

#menu .dropmenudiv{ 
	position:absolute;
	top: 0;
	border: 1px solid #A9D6E7; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 11px Arial;
	line-height:20px;
	z-index:100;
	background-color: #027CA1;
	width: 220px;
	visibility: hidden;
	float: left;
	display: block;
	margin-left: 2px;
}

#menu .dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 3px;
	background-image: none;
	background-color: #027CA1;
	border-bottom: 1px solid #A9D6E7; /*THEME CHANGE HERE*/
	padding: 2px 0 2px 10px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

* html #menu .dropmenudiv a { /*IE only hack*/
	width: 100%;
}

#menu .dropmenudiv a:hover { /*THEME CHANGE HERE*/
	background-color: #015673;
	background-image: none;
}


