#navitabs{
	width: 100%;
}

#navitabs:after{ /*Add margin between menu and rest of content in Firefox*/
	display: block; 
	clear: both; 
	visibility: hidden;
}

#navitabs ul{
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

#navitabs ul li{
	display: inline;
	font-weight: bold;
}

#navitabs ul li a{
	float: left;
	text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	margin: 0 0;
	position:absolute;
	top: 0;
	border: 1px solid #7E7E7E;
	border-bottom-width: 0;
	font: 11px Tahoma,Verdana,Arial;
	line-height:15px;
	z-index:100;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#dedede,direction=135,strength=5); /*Add Shadow in IE. Remove if desired*/    
    padding-bottom: 1px;
    background-color: #FFFFFF;
    opacity: .9;
    filter: alpha(opacity=90);
}

.dropmenudiv a{
	display: block;
	text-indent: 3px;
    border-right: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #BBB; /*Theme Change here*/
	padding: 2px 7px;
	text-decoration: none;
	font-weight: normal;
	color: #000033;
}

.dropmenudiv a:hover{ /*Theme Change here*/
	background-color: #eeeeee;
	text-decoration: none;
}