#navlist1 {
 position: absolute;
 left: 140px;
 top: 204px;
 }
 
#navlist1 ul {
 display: inline;
 margin: 0px 2px 2px 0px;            /*moves the horizontal bars horizontally*/
 /* padding-top: 1px;*/
 list-style-type: none;
 font-size: 0.9em;
 

 }
 
#navlist1 li {
 display: inline;
 padding-left: 1px;
 list-style-type: none; 
 margin: 0px;

 }
 
#navlist1 a {
 display: inline;
 /*padding:     /*8px 15px 8px 15px;*/  1px 20px 4px 20px;*/
 border: 1px solid;
 border-color: #000000 #000000 #000000 #000000;
 background-color: #9ba758; 			/*colour of main menu boxes*/
 background-position: 0% 50%;
 }
 
#navlist1 a:link, #navlist1 a:visited {
 color:  #000000;  			/*colour of menu font*/
 background-position: 0% 50%;
 text-decoration: none;
padding: 4px 20px 4px 20px;
 }
 
#navlist1 a:hover, #navlist1 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*/
/*#navlist1 a {
height: 1em;
float: left;
clear: both;
width: 100%;
}*/
/*end of IE5 stuff*/
/*for IE6*/
/*#navlist1 a {height: 1em;}*/
/*endo of IE6 stuff*/
