/* Start of CMSMS style sheet 'top_nav' */
#tabs {
position:absolute;
top:6px;
left:10px;
font-size:12px;
letter-spacing:1px;
line-height:normal;
background:#7698bf;
}

#tabs ul {
list-style:none;
margin:0 0 0 0;
padding:0px 0 0 0px;
list-style:none;
overflow:auto;
}

* html #tabs ul{height:1%}

#tabs li {
display:inline;
margin:0;
padding:0;
}

#tabs a {
float:left;
background:url("uploads/images/site_visuals/butt_off_left.gif") no-repeat left top;
margin:0;
padding:0 0 0 4px;
text-decoration:none;
}

#tabs a span {
float:left;
display:block;
background:url("uploads/images/site_visuals/butt_off_right.gif") no-repeat right top;
padding:5px 15px 4px 6px;
color:#fff;
font-weight:bold;
}

/* Commented Backslash Hack hides rule from IE5-Mac, mac - eeeoowch */
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
color:#666;
}

#tabs a:hover {
background:url("uploads/images/site_visuals/butt_on_left.gif") no-repeat left top;
}

#tabs a:hover span {
background:url("uploads/images/site_visuals/butt_on_right.gif") no-repeat right top;
}

/* End of 'top_nav' */

