/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
#ddtoptabs{
margin-left: 4px;
padding: 0;
width: 100% - 4px;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
padding-left: 5px;
}

#ddtoptabs ul{
font: normal 11px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
}

#ddtoptabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
}


#ddtoptabs a{
float:left;
color: #ffffff;
background: #5d1e01 url('color_tabs_left.gif') no-repeat left top;
margin:0 2px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
letter-spacing: 1px;
}

#ddtoptabs a span{
float:left;
display:block;
background: transparent url('color_tabs_right.gif') no-repeat right top;
padding:4px 9px 3px 6px;
}

#ddtoptabs a span{
float:none;
}

#ddtoptabs a:hover{
background-color: #f9a106;
color: #000000;
}

#ddtoptabs a:hover span{
background-color: #f9a106;
}

#ddtoptabs #current a, #ddtoptabs #current span{ /*currently selected tab*/
background-color: black;
}

#ddtoptabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #4e1900;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
color: black;
background-color: #fec525;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #fde090;
}

#ddtoptabs .mbarcurrent{
background-color: #A09002;
}

</style>
