.easyMenu
{
	background-color: transparent;
	outline: none;
	padding: 0;	
	display:block;
	margin:0;
	width: 223px;
	height:460px;
}
.easyMenu .root
{   
    color: #424242;
	font-size: 12px;
	font-family: Helvetica,sans-serif;
	text-decoration: none;
	padding:0 10px;
	background: transparent url('images/nav_bg.jpg') no-repeat left top;
	height:28px;
	line-height:28px;
}
.easyMenu .hov, .easyMenu .sel, .easyMenu .bc
{
	color: #8ca43a;
	height:28px;
	background: transparent url('images/nav_sel_bg.jpg') no-repeat left top;
}
.easyMenu .m
{
    font-family: Helvetica,sans-serif;
	color: #424242;
	font-size: 11px;
	background: #fff;
	white-space: nowrap; /*margin-left:15px;*/
}
.easyMenu .m td
{
	font-size: 11px;
	text-align: left;
	color: #424242;
	line-height: 1.8em;
	margin: 0px;
	padding: 3px;
}
.easyMenu .m .hov, .easyMenu .m .sel
{ 
    font-size: 11px;
	color: #8ca43a;
	text-align: left;
	line-height: 1.8em;
	z-index: 1000;
	margin: 0px;
	background: #f1f1f1;
	padding: 3px;
}
.easyMenu .break
{
    height: 2px;
    background-color: #D5E0FF;
}
a
{
	outline: none;
}
