/* New */
#navigation ul 
{margin: 0px; 
padding: 0px;
font-size: 9px;
font-weight: bold;
font-family: tahoma;
text-align: left;
list-style: none;
text-transform: uppercase;
}

#navigation ul li 
{text-align: left;
}

#navigation ul li 
a{display: block; 
height: 14px;
text-decoration: none;
line-height: 15px;
color: #558531;
font-weight: bold;
padding: 0px;
font-family: tahoma;
margin-bottom:1px;
margin-top:1px;
}

#navigation a:link, #navigation a:visited, #navigation a:active
{background-color: #B7D56B; color:#5585531; border-right: 1px solid #94C363; border-bottom: 1px solid #94C363;
border-top: 0px solid #FFC8E4;border-left: 0px solid #FFC8E4;font-family: tahoma;}

#navigation a:hover 
{background-color: #F7CD6B; color:#A87300; border-right: 1px solid #F7CD6B; border-bottom: 1px solid #F7CD6B;
border-top: 0px solid #FFC8E4;border-left: 0px solid #FFC8E4;font-family: tahoma; }