.menutabs{
width:660px;
font:normal 12px Georgia;
line-height:normal;
margin-left:auto;
margin-right:auto;
}

.menutabs ul{
list-style-type: none;
margin:0;
padding:0;
}

.menutabs li{
display:inline;
margin:0;
padding:0;
}

.menutabs a:visited{
color: #333333;
font-weight:bold;
padding:4px 0;
}
.menutabs a:active{
color: #333333;
font-weight:bold;
padding:4px 0;
}
.menutabs a{
float:left;
background:url(../images/bg_menu.gif) no-repeat;
height:38px;
width:130px;
margin-right: 2px; /*spacing between each tab*/
padding:4px 0 0 0;
text-decoration:none;
text-align:center;
}

.menutabs a span{
float:left;
display:block;
padding: 4px 0;
font-weight:bold;
color:#5E573A;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.menutabs a span {float:none;}
/* End IE5-Mac hack */

.menutabs a:hover span {
color: #333333;
font-weight:bold;
padding: 4px 0;

}

.menutabs li.selected a{ /*Selected Tab style*/
color: #333333;
font-weight:bold;
padding: 4px 0 ;
}

.menutabs li.selected a span{ /*Selected Tab style*/
color: #333333;
font-weight:bold;
background-color:#CBCB98;
height:38px;
width:130px;
padding: 4px 0;
margin:0px;
}

.menutabs a:hover, .menutabs li.selected a:hover{ /*onMouseover style*/
color: #333333;
font-weight:bold;
padding: 4px 0;
}

.menutabs a:hover span, .menutabs li.selected a:hover span{ /*onMouseover style*/

}

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

.dropmenudiv_d{
position:absolute;
top: 0;
font:normal 12px Georgia;
line-height:18px;
z-index:100;
background-color:#CBCB98;
width: 130px;
visibility: hidden;
}


.dropmenudiv_d a{
width: 120px;
text-align:center;
padding:5px;
display: block;
border-top:1px solid #999966; /*THEME CHANGE HERE*/
text-decoration: none;
color: #5E573A;
}

* html .dropmenudiv_d a{ /*IE only hack*/
width: 120px;
color:#5E573A;
}

.dropmenudiv_d a:hover{
width:120px;
background-color: #999966;
}
