#menu{
	width: 980px;
	overflow: visible;
	background-color: #29396E;
	color: #FFF;
	text-align: left;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FF0;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 18px;
	display: block;
	font-family: "Arial Black", Verdana, sans-serif;
	font-style: normal;
}

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

#menu ul{
	border: #000000;
	width: 100%;
	margin-left: 0;
	padding-left: 0;
	margin: 0;
	display: block;
}


#menu ul li{
	display: inline;
	margin: 8px;
	padding-top: 2px;
}


#menu ul li a{
/*float: left;*/
color: #ffffff;
text-decoration: none;
text-align: left;
margin: 0px;
padding: 0px;
font-weight: bold;
font-size: 15px;
line-height: 26px;
}

#menu ul li a:hover{
	color: #CCC;
	text-decoration: underline;
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #000000; /*Theme Change here*/
border-bottom-width: 0;
line-height:16px;
z-index:100;
background-color: white;
width: 250px;
visibility: hidden;
text-align: left;
-moz-box-shadow: 3px 3px 3px #666;
-webkit-box-shadow: 3px 3px 3px #666;
box-shadow: 3px 3px 3px #666;
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #000000; /*Theme Change here*/
padding: 2px 0;
font: normal 12px Tahoma;
text-decoration: none;
font-weight: bold;
color: #000000;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #DADADA;
}
