

#navigation a
{
color: #000;
background: #fcc url("img/ebfdcbleft.gif") left top no-repeat;
text-decoration: none;
padding-left: 10px;
padding-right: 10px; /* added when span removed */

}
/*
#navigation a.inactive
{
color: #000;
background: #fcc url("img/ffe4e4left.gif") left top no-repeat;
text-decoration: none;
padding-left: 10px;
}

#navigation a span.inactive
{
color: #000;
background: #ffe4e4 url("img/ffe4e4right.gif") right top no-repeat;
text-decoration: none;
}

*/

/*
#navigation a span
{
background: url("img/ebfdcbright.gif") right top no-repeat;
padding-right: 10px
}
*/
/*
.inactive
{
font-style: italic;
color: #000;
background: #f00 url("img/ebfdcbleft.gif") left top no-repeat;
text-decoration: none;

}
*/

#navigation a, #navigation a span
{
display: block;
float: left;
margin-right: 25px;

}

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

#navigation a:hover
{
color: #332E9C;
background: #fcc url("img/ebfdcbleft.gif") left top no-repeat; /*#FFE4E4*/
text-decoration: none;
padding-left: 10px;
font-style: italic;
}
/*
#navigation a:hover span
{
background: url("right-tab-hover.gif") right top no-repeat;
padding-right: 10px
}
*/
/*#navigation a:active span{
font-style: italic;
}*/

#navigation
{
list-style: none;
padding: 0;
margin: 0 0 0 50px;
font-weight: 700;


}

#navigation li
{
float: left;
display: block;
margin: 0 10px 0 0;
padding: 0;

}

