
#navlist {
position: absolute;
left: 0px;
top: 200px;
width: 140px;
}
#navlist ul {
margin: 0;
padding: 0;
list-style-type: none;
font-size: .9em;
}
#navlist li {
margin: 0;
}
#navlist a {
display: block;
padding: 2px 2px 3px 20px;
border: 1px solid;
border-color: #000 #000 #ddd #000;
background-color: /*#6b6f12;*/ #9ba758;		/*colour of main menu boxes*/
background-position: 0% 50%;
}


#navlist a:link, #navlist a:visited {
color: /*#eee;*/ #000000;		/*font colour*/
text-decoration: none;
}

#navlist a:hover, #navlist a:active {
background-color: #617016;
background-position: 0% 50%;
color: #2D1E2D;
}
#currentlink a:link, #currentlink a:visited,
#currentlink a:hover, #currentlink a:active {
background-color: #808950;
background-position: 0% 50%;
color: #2D1E2D;
}

/*Conditional stuff to fix problems with bung browsers*/

/*For IE5*/

/*#navlist a {
height: 1em;
float: left;
clear: both;
width: 100%;
}*/
/*end of IE5 stuff*/
/*for IE6*/
/*#navlist a {height: 1em;}*/
/*endo of IE6 stuff*/
