#menu {
	height: 36px;
	background-image: url(navbarbg.gif);
	background-repeat: repeat-x;
	z-index: 30;
	pposition: absolute;
	lleft: 38px;
	rright: 232px;
	min-width: 725px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 857px;
}

#menu:after { /*Add margin between menu and rest of content in Firefox*/
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#menu ul {
	width: 100%;
	margin: 0px;
	float: left;
	font: bold 14px Arial;
	padding: 0;
}


#menu ul li { 
display: inline;
}


#menu ul li a {
	float: left;
	color: #27397a;
	font: bold 13px Arial;
	text-decoration: none;
	background: url(navbar-spacer.gif) center right no-repeat; /*Theme Change here*/
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	text-align: left;
}


#menu ul li a:visited{
	float: left;
	color: #27397a;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	text-decoration: none;
	background: url(navbar-spacer.gif) center right no-repeat; /*Theme Change here*/
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#menu ul li a:hover{
	color: #3860f2;
	text-align: left;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	border: 1px solid #BBB; /*Theme Change here*/
	border-bottom-width: 0;
	line-height:16px;
	z-index:4000;
	background-color: #EAFBFB;
	width: 175px;
	visibility: hidden;
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	top: 0px;
	position: absolute;
}

.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*Theme Change here*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #27397a;
}

.dropmenudiv a:hover{ /*Theme Change here*/
	background-color: #F7FBFD;
	color: #3860f2;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}
