#navtop{
width: 99%;
}

#navtop ul{
width: 100%;
margin-left: 0px;
padding-left: 0px;
margin: 0;
}

#navtop ul li{
display: inline;
}


#navtop ul li a{
color: #FFF;
padding: 0px 5px 4px 5px;
background: url(/img/divider.gif) center right no-repeat;
}

#navtop ul li a:hover{
color: #FF9900;
}



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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #222; /*Theme Change here*/
border-bottom-width: 0;
font:12px Arial;
line-height:14px;
z-index:100;
background-color: #444;
filter:alpha(opacity=95);
opacity: 0.95;
-moz-opacity:0.95;
width: 150px;
visibility: hidden;
border-right: 1px solid #222;
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #222; /*Theme Change here*/
border-right: 1px solid #222;
padding: 2px 0;
text-decoration: none;
color: #FFF;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #666666;
color:#FFF;
border-right: 1px solid #222;
}