.menutabs           {border-bottom: 1px solid gray;}

/* set ext-align: to left, center, or right to align the menu as desired*/
.menutabs ul        {padding: 3px 0; margin-left: 0; margin-top: 1px; margin-bottom: 0; font: bold 12px Verdana; list-style-type: none; text-align: left;}

.menutabs li        {display: inline; margin: 0; width:100px;}

/* menu tab unselected*/
.menutabs li a          {text-decoration: none; width:100px; padding: 3px 7px; margin-right: 3px; border: 1px solid #000000; color: #000000; background: white url(../images/menutab.gif) top left repeat-x;}

/* menu tab selected*/
.menutabs li.selected a {text-decoration: none; width:100px; background-image: url(../images/menutabactive.gif); border-bottom-color: #000000; color: #FFFFFF;}

/* menu tab over*/
.menutabs li a:hover    {text-decoration: none; width:100px; background-image: url(../images/menutabactive.gif); border-bottom-color: #000000; color: #FFFFFF;}

/* .menutabs li a:visited  {color: #2d2b2b;}*/
/* .menutabs li.selected   {}*/
/* .menutabs li.selected a:hover {text-decoration: none;}*/


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv            {
position:absolute;
top: 0;
border: 1px solid #918d8d; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 220px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
text-align:left;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #CC0000;
color: #FFFFFF;
text-decoration: none;
}