body {
background-attachment: fixed;
background-image: url(bg.jpg);
}
#tabs11 {
float:left;
width:100%;
background:Hex=(98,01,24);
font-size:93%;
line-height:normal;
border-bottom:1px solid #C2BDAE;
}

#tabs11 ul {
margin:0;
padding:0px 10px 0 50px;
list-style:none;
}

#tabs11 li {
display:inline;
margin:0;
padding:0;

}

#tabs11 a {
float:left;
background:url('tableft11.gif') no-repeat left top;
margin:0;
text-decoration:none; 
padding-left:4px; 
padding-right:0; 
padding-top:0; 
padding-bottom:0
}

#tabs11 a span {
float:left;
display:block;
background:url('tabright11.gif') no-repeat right top;
color:#9F9584; 
padding-left:6px; 
padding-right:15px; 
padding-top:5px; 
padding-bottom:4px
}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
  
#tabs11 a span {
float:none;
}
/* End IE5-Mac hack */
#tabs11 a:hover span {
color:#FFF;
}

#tabs11 a:hover {
background-position:0% -42px;
}
#tabs11 a:hover span {
background-position:100% -42px;
}

#dropmenudiv{
position:absolute;
border:0px  red;
border-bottom-width: 0;
font:normal 12px 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: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #850120;
}
