/* Root = Horizontal, Secondary = Vertical */

/*- Menu Tabs C--------------------------- */

.toptabs {
      float:left;
      /*width:742px;*/
      width:100%;
      background:#6f6538;
      font: bold 10px/12px Verdana;
      }
.toptabs ul {
	float:right;
	margin:0;
	padding:0 5px 0 0;
	list-style:none;
      }
.toptabs li {
      display:inline;
      margin:0;
      padding:0;
      }
.toptabs a {
      float:left;
      background:url(../img/tableft.gif) no-repeat left top;
      margin:0 2px 0 0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
.toptabs a span {
      float:left;
      display:block;
      background:url(../img/tabright.gif) no-repeat right top;
      padding:5px 5px 4px 0;
      color:#000;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
.toptabs a span {float:none;}
    /* End IE5-Mac hack */
.toptabs a:hover span {
      color:#FFF;
      }
.toptabs a:hover {
      background-position:0% -42px;
      }
 .toptabs a:hover span {
      background-position:100% -42px;
      }  


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #6f6538; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:14px;
z-index:100;
background-color: #a59e7c;
width: 150px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
/*text-indent: 3px;*/
margin-left: 3px;
border-bottom: 1px solid #6f6538; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #000;
}



.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #c7c2ac;
}

