#tabnav a
{
color: #fff;
background: #6666cc url("../../images/tab-rdleft.gif") left top no-repeat;
text-decoration: none;
padding:0px 10px 25px 10px;
margin:0px;
line-height:25px;
}
html>body #tabnav a { padding:5px 0px 5px 10px; margin:0px 0px 5px 0px; line-height:0px;}

#tabnav a span
{
background: url("../../images/tab-rdright.gif") right top no-repeat;
padding:5px 0px 0px 0px;
margin:0px;
}
html>body #tabnav a span{ padding:5px 10px 5px 0px; margin:0px; }

#tabnav a, #tabnav a span
{
display: inline;
float: left;
}

/* Commented backslash hack hides rule from IE5-Mac \*/
#tabnav a, #tabnav a span
{
float: none;
}
/* End IE5-Mac hack */

#tabnav a:hover
{
color: #6666cc;
background: #fff url("../../images/tab_white-left.gif") left top no-repeat;
text-decoration: none;
padding:0px 0px 25px 10px;
margin:0px;
line-height:25px;
}
html>body #tabnav a:hover { padding:5px 0px 5px 10px; margin:0px 0px 5px 0px; line-height:0px;}

#tabnav a:hover span
{
background: url("../../images/tab_white-right.gif") right top no-repeat;
padding:5px 10px 0px 0px;
margin:0px;
}
html>body #tabnav a:hover span{ padding:5px 10px 5px 0px; margin:0px; }
#tabnav
{
list-style: none;
padding:0px;
margin:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:900;
}
#tabnav li
{
display: inline;
list-style-type: none;
margin:0px;
padding:0px;
}
#tabnav .register a, #tabnav .register a:visited{background:none; color:#6666cc; padding:0px}
#tabnav .register a:hover, #tabnav .register a:active{background:none; color:#fff; padding:0px}
#tabnav img{margin:0px 0px -5px 10px;}

#navcontainer
{
width:900px;
background-color:#ccccff;
padding:15px 0px 5px 0px;
margin:0;
}
html>body #navcontainer {margin:1px 0px 0px 0px;}
