/*Start of horizontal Menu*/
#menu{
	width: 975px;
	height:43px;
	float:left;
	margin:0px;
	padding:0px;
	}

#menu ul{
	border:0px;
	width:100%;
	text-align: center; /*set value to "left", "center", or "right"*/
	list-style: none;
	margin:0px; /*padding above and below main menu text*/
	padding-top:10px;/*padding in IE for rollover color*/
	padding-bottom:10px;
	padding-left:0px;
}

#menu ul li{
	display: inline;
	padding-top: 10px;
	padding-bottom: 7px;
}

#menu ul li a{
	color: #fff;
	padding: 5px 15px 5px 15px; /*rollover bg color padding - FIREFOX*/
	text-decoration: none;
	font: bold 12px "Arial", Verdana, Helvetica, sans-serif;
	line-height:1.6em;
}

#menu ul li a:hover {
	color: #ccc;
	padding-top: 10px;
	padding-bottom: 7px;
	margin-top: 10px;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	top: 0;
	border: 1px solid #000066; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:bold 12px Arial;
	line-height:20px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;	
	}

.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #000066; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #333366; color:#FFFFFF; 
}