
/* CSS Document */
#navigation a 
{ 
color: #000; 
background: #e9b537 url("../images/left_tab.gif") left top no-repeat; 
text-decoration: none; 
padding-left: 10px;
padding-bottom: 6px;
} 

#navigation a span 
{ 
background: url("../images/right_tab.gif") right top no-repeat; 
padding-right: 10px;
padding-top: 2px;
} 

#navigation a, #navigation a span 
{ 
display: block; 
float: right; 
} 

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

#navigation a:hover 
{ 
color: #fff; 
background: #00859b url("../images/left_tab_hover.gif") left top no-repeat; 
text-decoration: none; 
padding-left: 10px;
} 

#navigation a:hover span 
{ 
background: url("../images/right_tab_hover.gif") right top no-repeat; 
padding-right: 10px;
} 

#navigation 
{ 
list-style: none; 
padding: 0px; 
padding-top: 61px;
margin: 0px;
width: 875px;
font-family:Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight:bold;
color: #001b2f;
overflow: hidden; /* clears the floats inside */

} 

#navigation li 
{ 
float: right; 
display: block; 
margin: 0px; 
padding: 0px;
}




