/* ######### Style for Tab Interface itself ######### */

.shadetabs{
border-bottom: 1px solid #3a3a3a;
margin-bottom: 1em;
padding-left: 7px;
background-color:#3a3a3a; /*#ffe3f5;*/
}

.shadetabs ul{
padding: 5px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px tahoma;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 5px 7px;
margin-right: -3px;
border: 1px solid #3a3a3a;
color: #fff;
background:#3a3a3a;
font-weight:bold;
/*background-image: url('/images/tabmenu/shade.gif'); /* top left repeat-x; /*THEME CHANGE HERE*/
}

.shadetabs li a:visited{
color: #fff;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #fff;
}

.shadetabs li.selected{
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url('/images/tabmenu/shadeactive.gif'); /*THEME CHANGE HERE*/
border-bottom-color: #fff;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
/*margin-left:-7px;*/
margin-top:-1px;
margin-left:0px;
border: 1px solid #333; /*THEME CHANGE HERE*/
/*border-width: 1px 1px 1px 1px;*/
font: normal 11px tahoma;
line-height: 18px;
z-index:100;
/*background: #fff url(/images/tabmenu/dropdown_background.gif);*/
background: #fff;
width: 150px;
visibility: hidden;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
/*border-bottom: 1px solid #ccc; /*THEME CHANGE HERE*/
/*padding: 2px 0;*/
text-decoration: none;
/*font-weight: bold;*/
color: #666;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
/*background-color: #ffe4f5;*/
font-weight:bold;
color: #ff1cac;
}
