/* CSS Document */
/* CSS STYLE FOR LEFT NAVIGATION MENU */

#navigation{
background: #FFF8BF;
border-top: 1px solid #DEDBBE;
border-right: 1px solid #D0CCAA;
border-bottom: 1px solid #D0CCAA;
text-align: left;
z-index: 0;
padding: 20px 5px 0px 5px;
margin: 0;
}

#navigation a, #navigation h2{
font:bold 11px/11px arial,helvetica,sans-serif;
display:block;
white-space:nowrap;
margin: 0;
padding: 4px 4px 4px 4px;
}

#navigation h2{
color: #9CAFC2;
border-top: 1px solid #D0CCAA;
text-transform:uppercase;
}

#navigation a{
color: #505050;
text-decoration:none;
border-top: 1px solid #D0CCAA;
border-bottom: 1px solid #FFF8BF; /*KEEP SAME COLOR AS SET FOR MENU BACKGROUND TO SUPPRESS RESIZING*/
}

#navigation a:hover{
color:#000000;
background:#FFC866;
border: 1px solid #000000;
}

#navigation a:active{
color:#000000;
background:#FFC866;
border: 1px solid #000000;
}

#navigation ul{
list-style:none;
margin:0;
padding:0;
width:100%;
}

#navigation li{
margin-top: 0px;
}
