.navstyle{
	width: 99%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.navstyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.navstyle ul{
	border: 1px none #BBB;
	width: 975 px;
	background: #000000 center;
	padding: 4px;
	margin: 0;
	text-align: center;
	height: 25px
}

.navstyle ul li{
display: inline;
height: 25px
}

.navstyle ul li a{
color: #CCCCCC;
padding: 5px 2px 5px 5px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
height: 25px
}

.navstyle ul li a:hover, .navstyle ul li a.selected{
	background: #333333 ;
	color: #CCCCCC;
	height: 25px	
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 5;
	border: 1px solid #BBB;
	border-bottom-width: 0;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	z-index:100;
	width: 200px;
	visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=2);

}


.dropmenudiv a{
	width: auto;
	display: block;
	border-bottom: 1px solid #BBB;
	padding: 2px;
	text-decoration: none;
	color: #CCCCCC;
	background-color: #333333;
}

* html .dropmenudiv a{
	width: 100%;
}

.dropmenudiv a:hover{
	background-color: #000000;
	color: #FFFFFF;
}
/* ######### nav on top of drop downs ######### */
.navstyle2{
	width: 99%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.navstyle2:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.navstyle2 ul{
	border: 1px none #BBB;
	width: 975 px;
	background: #000000 center;
	padding: 4px;
	margin: 0;
	text-align: center;
	height: 25px
}

.navstyle2 ul li{
display: inline;
height: 25px
}

.navstyle2 ul li a{
color: #CCCCCC;
padding: 5px 2px 5px 5px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
height: 25px
}

.navstyle2 ul li a:hover, .navstyle ul li a.selected{
	background: #333333 ;
	color: #CCCCCC;
	height: 25px	
}
