.specentstyle{
width: 100%;/*nav bar*/
font-weight: bold;
}

.specentstyle:after{ /*FF adjustment*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.specentstyle ul{
border: 0px solid #fff;
width: 100%;
background: url(greyTop.gif) center center repeat-x; 
padding: 2px 0;
margin: 0;
text-align: center;
}

.specentstyle ul li{
display: inline;
}

.specentstyle ul li a{
color: #000;
font:normal 9px Arial, Calibri, Verdana;
font-weight: bold;
padding: 8px 4px;
margin: 0;
text-decoration: none;
border-right: 1px solid #ededed;
}

.specentstyle ul li a:hover, .specentstyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(greyTopOver.gif) center center repeat-x; 
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #ededed; /*THEME CHANGE HERE*/
border-bottom-width: 3;
font:normal 10px Verdana;
line-height:16px;
z-index:100;
background-color: white;
width: 150px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=4); /
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ddd;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ 
background-color: #ffffcc;
}