/* CSS Document */

#section{
display:block;
height:48px;
}


#section a
{
color: #000000;
text-decoration: none;
padding-left: 15px;
margin-left:5px;

}

#section a span
{
padding-right: 15px;
padding-top:10px;
padding-bottom:10px;
}

#section a, #section a span
{
display: block;
float: left
}

/* Hide from IE5-Mac \*/
#section a, #section a span
{
float: none
}
/* End hide */

#section a:hover
{
color: #ffffff;
background: #ee1c25 url(../images/left-tab-red.gif) left top no-repeat;
padding-left: 15px;
}

#section a:hover span
{
background: url(../images/right-tab-red.gif) right top no-repeat;
padding-right: 15px
}

#section ul
{
list-style: none;
padding: 0px;
margin: 0;


}

#section li
{
float: left;
margin: 0px;
list-style:none;
}




#section .on
{
color: #ffffff;
background: #ee1c25 url(../images/left-tab-red.gif) left top no-repeat;
padding-left: 15px
}

#section .on span
{
background: url(../images/right-tab-red.gif) right top no-repeat;
padding-right: 15px
}

