.menu_style
{
	padding: 5px 10px;
	background: #f9e1a2;
	white-space: nowrap;
}

.easyMenu
{
    font-size: 12px;
	background-color: transparent;
	outline: none;
}

.easyMenu .root
{   
    color: #666666;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.5em;
	padding:0px 10px;
	border-right:1px solid #666;
}

.easyMenu .hov
{ 
    color: #3D464B;
}
.easyMenu .sel
{
	color: #333333;
}
.easyMenu .last
{   
    border-right:0px;
}


.easyMenu .m
{
    font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 11px;
	background: #f9e1a2;
	border: 1px solid #f4c748;
	z-index: 2;
	white-space: nowrap; /*margin-left:15px;*/
}

.easyMenu .m td
{
	font-size: 11px;
	text-align: left;
	color: #333333;
	line-height: 2em;
	margin: 0px;
	padding: 3px;
}

.easyMenu .m .hov, .easyMenu .m .sel
{ 
    font-size: 11px;
	color: #333333;
	text-align: left;
	line-height: 2em;
	z-index: 1000;
	margin: 0px;
	background: #fff;
	padding: 3px;
}
.easyMenu .m0
{
	margin-left:0px;
	margin-top:1px;
}
.easyMenu .m1
{
	margin-left: 0;
	margin-top:0;
}
.easyMenu .break
{
    height: 2px;
    background-color: #D5E0FF;
}
a
{
	outline: none;
}
