.tabs_menu{
float:left;
font-size: 12px;
line-height:normal;
}

.tabs_menu ul{
list-style-type: none;
margin:0;
margin-left: 0px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

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

.tabs_menu a{
float:left;
background:url(../images/menu/menutab-left.png) no-repeat left top;
margin:0;
margin-right: 1px; /*spacing between each tab*/
padding:0 0 0 8px;
text-decoration:none;
}
.tabs_menu a span{
float:left;
display:block;
background:url(../images/menu/menutab.png) no-repeat right top;
padding: 8px 5px 6px 0px;
font-size:10px;
text-transform:uppercase;
font-weight:bold;
color:#666;
}





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

.tabs_menu a:hover span {
color: #666;
}

.tabs_menu li.selected a{ /*Selected Tab style*/
background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
}

.tabs_menu li.selected a span{ /*Selected Tab style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
color: #666;
}

.tabs_menu a:hover, .tabs_menu li.selected a:hover{ /*onMouseover style*/
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}

.tabs_menu a:hover span, .tabs_menu li.selected a:hover span { /*onMouseover style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
}

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

.dropmenudiv_menu {
position:absolute;
top: 0;
border: 2px solid #ccc; /*THEME CHANGE HERE*/
border-width: 0 1px;
line-height:20px;
z-index:120;
background-color: white;
min-width:150px;
width:auto !important;
width:150px;
visibility: hidden;
}



.dropmenudiv_menu a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #ccc; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: #666;
}


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

.dropmenudiv_menu a:hover{ /*THEME CHANGE HERE*/
background-color: #e4da96;
}






