#leftmenu {
 position:relative;
 display:block;
 top:10px;
 left:10px;
 width:200px;
 padding:0;
 margin:0;
 z-index:200;
}

#leftmenu ul {
 list-style:none;
 margin:10px;
 padding:0;
}

#leftmenu a {
 position:relative;
 display:block;
	letter-spacing: 0.35pt;
 font-size: 16px;		
 font-family: Arial;
	font-weight:normal;
 color:#000000;
 text-decoration:none;
 margin:0;
 margin-top:0px;
 padding:0;
 white-space: nowrap;
}

#leftmenu a.one {
 margin-top:10px;
}

#leftmenu a.active {
 text-decoration: underline;
 color: #000000;
}

#leftmenu a:hover {
 text-decoration: underline;
 color: #000000; 
}


#leftmenu a:hover.active,#leftmenu a:hover {
 text-decoration: underline;
 color: #000000;
}


#leftmenu a.two {
/*NE*/ position:relative;
 height:20px;
 font-size: 14px;		
 margin-left:2px;
}


#leftmenu a.three {
/*NE*/ position:relative;
/*NE*/ display:block;
 height:18px;
 font-size:12px;
 font-family:Helvetica, Verdana, Tahoma, Arial, sans-serif;
	letter-spacing:1px;

 color:0;
 background-image:url('0');
 background-color:#ffffb7;
 text-decoration:none;
 
 border-left-width:2px;
 border-left-style:dotted;
 border-left-color:0;
 
 border-right-width:0;
 border-right-style:solid;
 border-right-color:0;

 border-top-style:solid;
 border-top-width:1px;
 border-top-color:#685600;

 border-bottom-style:dotted;
 border-bottom-width:1px;
 border-bottom-color:0;  
 
/*NE*/ margin:0;
 margin-top:3px;
/*NE*/ padding:0;
/*NE*/ white-space: nowrap;
}
#leftmenu a:hover.three {
 font-size:12px;
 color:#005800;
 background-image:url('0');
 background-color:#ffffb7;

}


