/* ######### Style for Tab Interface itself ######### */

#shademenu{
width:820px;
height:35px;
text-align:left;
vertical-align:middle;
margin: 0px 0px 0px 0px;
/*background:url(dropmenu_main.png) no-repeat;
*/}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:relative;
margin: -201px 0px 0px -220px;
border: 2px dotted #8E6551; /*THEME CHANGE HERE*/
font:normal  Verdana;
line-height:19px;
z-index:100;
background:url(dropmenu_content.png) repeat-y;
width: 250px;
visibility: hidden;
font-size:13px;
font-weight:300;
color:#000000;
}


.dropmenudiv a{
width: auto;
display:block;
text-indent: 3px;
padding: 5px 0;
text-decoration: none;
color:#000000;
font-weight:bold;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:visited{ 
color:#000000;
font-weight: bold;

}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background:url(dropmenu_hover.png) repeat-x;
color:#000000;
font-weight: bold;

}
.dropmenudiv2{
position:relative;
margin: -78px 0px 0px -170px;
border: 2px dotted #8E6551; /*THEME CHANGE HERE*/
font:normal  Verdana;
line-height:19px;
z-index:100;
background:url(dropmenu_content.png) repeat-y;
width: 250px;
visibility: hidden;
font-size:13px;
font-weight:300;
color:#000000;
}


.dropmenudiv2 a{
width: auto;
display:block;
text-indent: 3px;
padding: 5px 0;
text-decoration: none;
color:#000000;
font-weight:bold;
}

* html .dropmenudiv2 a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv2 a:visited{ 
color:#000000;
font-weight: bold;

}
.dropmenudiv2 a:hover{ /*THEME CHANGE HERE*/
background:url(dropmenu_hover.png) repeat-x;
color:#000000;
font-weight: bold;

}


