/* ---- menu.css - zLiga - 05.06.2013 ---- */
#easymenu li 
{
position					:relative; 
cursor					:pointer;
}
#easymenu .last 
{border-bottom			: 1px solid none;}

#easymenu li.treeMenu_opened ul {display:block;}
#easymenu li.treeMenu_closed ul {display:none;}

/* Darstellung aktives Listenelement */
#easymenu li .treeMenu_active {background-color:#eee}

/* Darstellung Listenelemente und Links */
#easymenu ul    
{
font-family 			:Arial, Helvetica, sans-serif; 
list-style-type		:none; 
width						:208px; 
margin					:0;
padding					:0;
}
#easymenu ul ul 
{
font-family 			:Arial, Helvetica, sans-serif;
background				:#171616;
list-style-type		:none; 
width						:207px; 
margin					:0; 
padding					:0;
}
#easymenu ul ul ul 
{
font-family 			:Arial, Helvetica, sans-serif;
list-style-type		:none;
width						:208px; 
margin					:0; 
padding					:0;
}


#easymenu li    {
border-width			:1px;
border-style			:solid;
border-color			:#F2CF03 #F2CF03 #fff #F2CF03;
/* keine Verschiebungen Buttom */
margin					:0;
padding					:0;
}

#easymenu li li {
border-width			:1px;
border-style			:solid;
border-color			:#000 #000 #eee #F2CF03;
/* keine Verschiebungen Buttom */
margin					:0;
padding					:0;
}

#easymenu li li li  {
border-width			:1px;
border-style			:solid;
border-color			:#e6d702 #e6d702 #fff #e6d702;
/* keine Verschiebungen Buttom */
margin					:0;
padding					:0;
}

/* ebene1 -------------------------------------------------------------------------------------- */
#easymenu li a                
{
background				:url(https://www.asv-wintersdorf-fussball.de/bilder/1361187921/1361187921-1370430752-bg_menu1.jpg) repeat-x top;
display					:block; 
color						:#171616; 
text-decoration		:none; 
font-size				:12px; 
letter-spacing			:1px;
font-weight				:600; 
text-transform			:uppercase;
padding					:6px 0px 6px 10px;
}

#easymenu li a:hover     
{
color						: #666;
background				: url(https://www.asv-wintersdorf-fussball.de/bilder/1361187921/1361187921-1370430695-bg_menu1_2.jpg) repeat-x top;
}

/* ebene2 -------------------------------------------------------------------------------------- */
#easymenu li li a  
{
background				:url(https://www.asv-wintersdorf-fussball.de/bilder/1361187921/1361187921-1370430632-bg_menu2.jpg) repeat-x top;
display					:block; 
color						:#fefefe; 
text-decoration		:none; 
font-size				:12px; 
font-weight				:600; 
letter-spacing			:1px;
text-transform			:none;
padding					:5px 0px 5px 10px;
}

#easymenu li li a:hover   
{
color						:#aaa;
background				:url(https://www.asv-wintersdorf-fussball.de/bilder/1361187921/1361187921-1370430560-bg_menu2_2.jpg) repeat-x top;
}

/* ebene3 -------------------------------------------------------------------------------------- */

#easymenu li li li a         {
background				:#f5e000;
display					:block; 
color						:#000; 
text-decoration		:none; 
font-size				:12px; 
font-weight				:500; 
text-transform			:none;
padding					:5px 0px 5px 12px;
}
#easymenu li li li a:hover   
{
color						:#333;
background				:#e6d702;
text-decoration		:none; 
}




