/*- Menu Tabs C--------------------------- */

#tabsC
{
    width:100%;
    font-size:100%;
    line-height:normal;
    color: #FFFFFF;
    font: normal 11px/1.5em Arial;
}

#tabsC ul
{
    text-align: center;
    padding: 3px 0 3px;
    list-style:none;
}

#tabsC li
{
    display:inline;
}
	  
#tabsC a
{
    background:url("/img/tableftC2.gif") no-repeat left top;
    padding:3px 0px 3px;
    text-decoration:none;
    text-transform: uppercase;
}

#tabsC a span
{
    background:url("/img/tabrightC2.gif") no-repeat right top;
    padding: 3px 13px 3px 4px;
    margin: 3px 0px 3px 4px;
    color:#FFFFFF;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsC a span
{
    float:none;
}

/* End IE5-Mac hack */
#tabsC a:hover span
{
    color:#FFFFFF;
}

#tabsC a:hover
{
    background-position:0% -20px;
}

#tabsC a:hover span
{
    background-position:100% -20px;
}

#tabsC #current a
{
    background-position:0% -20px;
}
#tabsC #current a span
{
    background-position:100% -20px;
}
