/* Height set to be the same as the logo container */
#tabs { float:left;       width:auto; line-height:normal;}

#tabs ul { margin:25px 0 0 0; padding:0; list-style:none; }
#tabs li { margin:0 3px 0 0; padding:0 0 0 5px; float:left; background:url("../imgs/tabs/left-both.gif") no-repeat left top; }
#tabs a { padding:5px 10px 4px 6px; float:left; display:block; width:.1em; background:url("../imgs/tabs/right-both.gif") no-repeat right top; text-decoration:none; color:#fff; white-space:nowrap; }
#tabs > ul a { width:auto; }

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a {float:none; }

/* End IE5-Mac hack */
#tabs a:hover { color:#fff; }

#tabs li:hover, #tabs li:hover a { background-position:0% -75px; color:#fff; }
#tabs li:hover a { background-position:100% -75px; }

#tabs li.selected { background-position:0 -75px; border-width:0; }
#tabs li.selected a { background-position:100% -75px; color:#fff; }

