a { position: relative; }

.navstyle a:link {
	color: #999999;
	border-bottom: none;
	text-decoration: none;
}
.navstyle a:visited {
	color: #999999;
	border-bottom: none;
}

.navstyle a:hover {
	color: #006699;
	border-bottom: none;
}
.navstyle a:active {
	color: #999999;
	border-bottom: none;
}

.dropmenudiv a:link {
	color: #999999;
	border-bottom: none;
	text-decoration: none;
}
.dropmenudiv a:visited {
	color: #999999;
	border-bottom: none;
}

.dropmenudiv a:hover {
	color: #006699;
	border-bottom: none
}
.dropmenudiv a:active {
	color: #999999;
	border-bottom: none;
}


.navstyle {
width: 99%;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}


.navstyle ul{
list-style: none;
border: 0px solid #BBB;
width: 100%;
padding: 10px 0;
padding-bottom: 0px;
margin: 0;
margin-left: -7px;
text-align: left;
text-indent: 0px;
margin-top: 0px;
}

.navstyle ul li{
display: inline;
}

.navstyle ul li a{
color:#666666;
font-size: small;
font-weight: bold;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 0px solid #DADADA;
}

.navstyle ul li a:hover{
background: url(../chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}


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

.dropmenudiv{
position:absolute;
top: 0;
border: 0px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-family:Arial, Helvetica, sans-serif;
font-size: small;
line-height:18px;
z-index:100;
width: 220px;
visibility: hidden;
margin-left: -5px;
margin-top: -5px;
}


.dropmenudiv a{
width: 220px;
display: block;
text-indent: 28px;
border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color:#666666;
background: url(../images/nav_bkg.png) repeat-y;
cursor: pointer;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #006699;
background: url(../images/nav_bkg-over.png) repeat-y;
}

.navbottom {
height: 20px;
width: 220px;
background:url(../images/nav_bottom_corners.png) no-repeat;
}
.navtop {
height: 9px;
width: 220px;
background:url(../images/nav_top_corners.png) no-repeat;
}

.divider {
font-family: Arial, Helvetica, sans-serif;
font-size: small;
color:#CCCCCC;
}