.navstyle{
width: 99%;
position: absolute;
top: 131px;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-style: normal;
font-variant: normal;
font-weight: bold;
color: #FFFFFF;
margin:0 auto;
width:950px;
}

.navstyle ul{
border: none;
width: 100%;
background: none; /*THEME CHANGE HERE*/
padding: 3px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.navstyle ul li{
display: inline;
}

.navstyle ul li a{
color: #FFFFFF;
padding: 3px 14px;
margin: 0;
text-decoration: none;
border-right: 0;
}

.navstyle ul li a:hover{
background: url(kill-navbg.gif) center center repeat-x; color: #FDE8D7;/*THEME CHANGE HERE*/
}

.navstyleactive{
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-style: normal;
font-variant: normal;
font-weight: bold;
color: #FFFFFF;
padding: 3px 14px;
margin: 0;
background: url(kill-navbg.gif) center center repeat-x; /*THEME CHANGE HERE*/
}


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

.dropmenudiv{
	position: absolute;
	border: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font: normal 13px Arial, Helvetica, sans-serif;
	line-height: 18px;
	z-index: 100;
	background-color: #BBDDCD;
	width: 160px;
	visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 10px;
border-bottom: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
padding: 2px;
text-decoration: none;
font-weight: normal;
color: #333333;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #FDE8D7;
}
