.easyMenu
{
    cursor: pointer;
    white-space: nowrap;
    float:left;
    color:#fff;
    font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-transform: uppercase;
	text-align:center;
	line-height:2em;
	width:800px;
	background:#BFDFED;
	outline:none;
}

.easyMenu .root
{   
	/*padding:0px 25px;*/
    color:#515151;
    width:113px;
    display:block;
    float:left;
    text-align:center;
    border-left:solid 1px #fff;
}

.easyMenu .hov, .easyMenu .sel
{ 
    color:#000;
    width:113px;
    display:block;
    float:left;
    text-align:center;
    border-left:solid 1px #fff;
}
.easyMenu .first
{   
	/*margin-left:5px;*/
    border-left:0px;
}
/*.easyMenu .last
{   
	margin-left:5px;
    
}*/

.easyMenu .m
{
    line-height:2em;
    z-index:1000;
    background:#BFDFED;
    color:#515151;
    font-weight:bold;
    font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform: uppercase;
	text-align:left;
	padding:2px;
	border:1px solid #fff;
}



.easyMenu .m0
{ 
    color:#000;

   
    line-height:2em;
    z-index:1000;
    background:#BFDFED;
    color:#515151;
    font-weight:bold;
    font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform: uppercase;
	text-align:left;

	padding: 2px 5px;
	margin:0px;


}

.easyMenu .m0 .hov, .easyMenu .m0 .sel
{ 
    color:#000;

   
    line-height:2em;
    z-index:1000;
    background:#BFDFED;
    color:#515151;
    font-weight:bold;
    font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform: uppercase;
	text-align:left;

	padding: 2px 5px;
	margin:0px;


}

.easyMenu .break
{
    height: 2px;
    background-color: #D5E0FF;
}


/*.easyMenu .m td
{
    line-height:2em;
    z-index:1000;
    background:#BFDFED;
    color:#515151;
    font-weight:bold;
    font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform: uppercase;
	text-align:left;

}*/