.menutabs{
position:absolute;
margin-top:75px;
margin-left: 100px;
color:#666666;
}

.menutabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 18px Verdana;
color: #666;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

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

.menutabs li a{
text-decoration: none;
font-weight:bold;
padding: 3px 7px;
margin-right: 100px;
font-size: 16px;
color: #666;
}

.menutabs li a:visited{
color: #666666;
}

.menutabs li a:hover{
font-weight: bold;
color: #000000;
}

.menutabs li.selected{
color: #666;
}

.menutabs li.selected a{ /*selected main tab style */
color: #666;
}

.menutabs li.selected a:hover{ /*selected main tab style */
font-weight: bold;
}

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

.dropmenudiv_b{
position:absolute;
top: 0;
font:bold 16px Verdana;
line-height:25px;
color: #666;
z-index:100;
width: 200px;
visibility: hidden;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 7px;
padding: 2px 0;
font-weight: bold;
font-size: 16px;
color: #666;
}

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

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
color: #000;
}
