#leftmenu {
display:block;
/*NE*/position:relative;
top:40px;
left:20px;
width:125px;
/*NE*/padding:0;
/*NE*/margin:0;
/*NE*/z-index:200;
}

/*NE*/#leftmenu ul {
list-style:none;
margin:0;
padding:0;
}

#leftmenu a.one {
 display: block;
 position: relative;
 height: 28px;
 background: url(/base/user/img/menu.jpg) 0 0 no-repeat;
 /*
 background-color: #636467;
 text-transform:uppercase;
 font-weight:bold;
 font-weight:bold;
 */
 letter-spacing:1px;
 
 font-size: 16px;		
 font-family: Arial,Helvetica;

 color: #636467;
 white-space: nowrap;
 text-decoration: none;
 margin-top: 10px;
 padding: 0;
}

#leftmenu a.active {
 color: 0;
 background-color: 0;
	font-weight:bolder;
}

#leftmenu a:hover.one {
 display: block;
 color: #F7931E;
}

#leftmenu a:hover.active {
 color:#000000;
}

#leftmenu span.oneicon {
/*NE*/ position:absolute;                    
 left:10px;
	top:3px;
/*NE*/	margin:0;
/*NE*/	padding:0;
/*NE*/	cursor:pointer;
}
#leftmenu span.one {
/*NE*/ position:absolute;                    
 left:25px;
	top:4px;
/*NE*/	margin:0;
/*NE*/	padding:0;
/*NE*/	cursor:pointer;
}

#leftmenu a.two {
 position: relative;
 height: 25px;

 letter-spacing:1px;
 font-variant: small-caps;
 font-size: 14px;		
 font-family: Arial,Helvetica;

 color: #ffffff;

 display: block;

 background: #636467;
 text-decoration: none;
 margin: 0;
 padding: 0;
}

#leftmenu span.two {
 position: absolute;                    
 left: 10px;
	top: 5px;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

#leftmenu a:hover.two {
color: #fff;
background: #5C0000;
}

#leftmenu a.three {
 position: relative;
 height: 20px;

	letter-spacing:1px;
 font-size: 11px;		
 font-family: Helvetica;
	font-weight:bold;
 color: #FFFFFF;

 display: block;
 border-width: 1px;
 border-bottom-width:1px;
 border-style: solid;
 border-color: #ccc #888 #555 #bbb;
 background: #8E4232;
 text-decoration: none;
 margin: 0;
 padding: 0;
}

#leftmenu span.three {
 position: absolute;                    
 left: 4px;
	top: 2px;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

#leftmenu a:hover.three {
color: #fff;
background: #5C0000;
}


#leftmenu li {
/*NE*/position:relative;
}
/*NE*/#leftmenu ul ul ul {
position:absolute;
top:0;
left:100%;
width:100%;
}

/*NE*/div#leftmenu ul ul ul,div#leftmenu ul ul li:hover ul ul {
 display :none;
}


/*NE*/div#leftmenu ul ul li:hover ul,div#leftmenu ul ul ul li:hover ul {
 display :block;
}






 
