/* CSS Document */


/* NAVIGATION TAB ON */
#navigation a.on
{
align: center;
/* color: #006699; */
color: #ffffff;
font-size: 11px;
font-weight: bold;
text-align: center;
/* background: #cccccc url("/images/v2/tab_on_lt.gif") left top no-repeat; */
background: #006699 url("/images/v2/tab_off_lt.gif") left top no-repeat;
text-decoration: none;
padding-left: 10px;
}

#navigation a.on span
{
/* background: url("/images/v2/tab_on_rt.gif") right top no-repeat; */
background: url("/images/v2/tab_off_rt.gif") right top no-repeat;
font-size: 11px;
font-weight: bold;
padding-right: 10px;
}

#navigation a, #navigation a span
{
display: block;
float: center;
}

/* Commented backslash hack hides rule from IE5-Mac \*/
#navigation a, #navigation a span
{
float: none
}
/* End IE5-Mac hack */

#navigation a.on:hover
{
/* color: #006699; */
color: #ffffff;
/* background: #cccccc url("/images/v2/tab_on_lt.gif") left top no-repeat; */
background: #006699 url("/images/v2/tab_off_lt.gif") left top no-repeat;
text-decoration: underline;
padding-left: 10px;
} 

#navigation
{
list-style: none;
padding: 0;
margin: 0
}

#navigation li
{
float: left;
display: block;
margin: 0;
padding: 0;
width: 106px;
}
  
  
  
/* NAVIGATION TAB OFF/DEFAULT */
#navigation a
{
align: center;
/* color: #FFFFFF; */
color: #006699;
font-size: 11px;
font-weight: bold;
text-align: center;
/* background: #006699 url("/images/v2/tab_off_lt.gif") left top no-repeat; */
background: #cccccc url("/images/v2/tab_on_lt.gif") left top no-repeat;
text-decoration: none;
padding-left: 10px;
}

#navigation a span
{
/* background: url("/images/v2/tab_off_rt.gif") right top no-repeat; */
background: url("/images/v2/tab_on_rt.gif") right top no-repeat;
font-size: 11px;
font-weight: bold;
padding-right: 10px;
}



/* Commented backslash hack hides rule from IE5-Mac \*/
#navigation a, #navigation a span
{
float: none
}
/* End IE5-Mac hack */

#navigation a:hover
{
/* color: #FFFFFF; */
color: #006699;
/* background: #006699 url("/images/v2/tab_off_lt.gif") left top no-repeat; */
background: #cccccc url("/images/v2/tab_on_lt.gif") left top no-repeat;
text-decoration: underline;
padding-left: 10px;
} 

#navigation
{
list-style: none;
padding: 0;
margin: 0
}

#navigation li
{
float: left;
display: block;
margin: 0;
padding: 0;
width: 106px;
}
