.menutop{
padding: 0;
width: 881px;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.menutop ul{
margin:0;
padding:0;
list-style:none;
}

.menutop li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform: capitalize;
}


.menutop a{
float:left;
color: #6A6A6A;
background: #dadada url(images/color_tabs_left.gif) no-repeat left top;
margin:0 2px 0 0;
padding:0 0 1px 8px;
text-decoration:none;
letter-spacing: 1px;
}

.menutop a span{
float:left;
display:block;
background: transparent url(images/color_tabs_right.gif) no-repeat right top;
padding: 4px 14px 2px 7px;
}

.menutop a span{
float:none;
}

.menutop a:hover{
background-color: #959cae;
color: #FFFFFF;
}

.menutop a:hover span{
background-color: #959cae;
color: #FFFFFF;
}

.menutop .selected a, #menutop .selected a span{ /*currently selected tab*/
background-color: #959cae;
color: #FFFFFF;
}

.menubase{
clear: both;
padding: 0;
width: 881px;
height: 8px;
line-height: 8px;
background: #959cae;
}

/* ######### Style for Drop Down Menu ######### */

.ddmenu{
position:absolute;
top: 0;
border-top: 8px solid #959cae; /*match height of .menubase*/
border-bottom: 0;
line-height:18px;
visibility: hidden;
text-align: left;
filter:alpha(opacity=90);
opacity:0.9;
}


.ddmenu a{
width: auto;
display: block;
border-bottom: 1px solid #6A6A6A;
background-color: #959cae;
padding: 2px 5px;
text-decoration: none;
color: #FFFFFF;
}

* html .ddmenu a{ /*IE only hack*/
width: 100%;
}

.ddmenu a:hover{ /*THEME CHANGE HERE*/
background-color: #6A6A6A;
color: #FFFFFF;
}

/* ######### Style for Drop Side Menu ######### */

#dropmenudiv{
position:absolute;
left: 150px;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: yellow;
}