/* Start of CMSMS style sheet 'es : elite Nav' */
#avmenu {
float: left;
width: 220px;
margin: 23px 0 0px 0px;
background:#fff;
font-family:arial;
}

#avmenu ul {	
list-style: none;
width: 220px;
margin: 0 0 0px 0;
padding: 0;
font-size: 11px;
}	

#avmenu li {
margin-bottom: -1px;
}


/* first level */
#avmenu li a {
font-weight: normal;
height: 14px;
text-decoration: none;
color: #4d4d4d;
display: block;
padding-top:4px;
padding-bottom:6px;
padding-left:10px;
border:solid 1px #ececec;
backgroung:#fff;
}	
	
#avmenu li a:hover {

color: #000;

}

#avmenu li a.menuactive {
padding-left:35px;
color: #4d4d4d;
background: #fff url(uploads/es/blue_line.png) no-repeat;
}

/* second level */
#avmenu li li a {
font-weight: normal;
height: 14px;
text-decoration: none;
color: #8eb0de;
display: block;
padding-top:4px;
padding-bottom:6px;
padding-left:35px;
border:solid 1px #ececec;
backgroung:#fff;
}	

#avmenu li li a:hover {

}

#avmenu li li a.menuactive {
background: #fff url(uploads/es/arrow.png) no-repeat;
color: #000;
}

}

/* third level */
#avmenu li li li a {
font-weight: normal;
height: 20px;
text-decoration: none;
color: #505050;
display: block;
padding: 6px 0 0 34px;
background: #f4f4f4;
border:0;
}	

#avmenu li li li a:hover {
background: #eaeaea;
color: #286ea0;
border:0;
}

#avmenu li li li a.menuactive {
color: #000;

}
/* End of 'es : elite Nav' */

