/* CSS Document */

/*- Menu Tabs I--------------------------- */

#tabs {
float:left;
width:100%;
background:#000000;
font-size:93%;
line-height:normal;
}
#tabs ul {
margin:0;
padding:10px 10px 0 50px;
list-style:none;
float:right;
}
#tabs li {
display:inline;
margin:0;
padding:0;
}
#tabs a {
float:left;
background:url("../images/nav_left2.png") no-repeat left top;
margin:0 0 0 5px;
padding:0 0 0 5px;
text-decoration:none;
}
#tabs a span {
font:bold 14px Arial, Helvetica, sans-serif;
float:left;
display:block;
background:url("../images/nav_right2.png") no-repeat right top;
padding:3px 13px 2px 6px;
color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
color:#FFF;
}
#tabs a:hover {
background-position:0% -71px;
}
#tabs a:hover span {
background-position:100% -71px;
}