@charset "utf-8";
/* CSS Document */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	color:#FFF;
}

#nav a {
	display: block;
	width: 10em;
	height:35px;
}

#nav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
	/*background-image:url(file:///S|/suckerfish/images/menuBack.jpg);*/
	color:#FFF;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background-color:#FBBC21;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background-image:none;
	
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
}



#avmenu {
	float: left;
	/*width: 144px;*/
	width:190px;
	padding: 0;
	font-size: 0.9em;
	margin-top: 17px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}


#avmenu a h2 {
color: #0079BE;
padding-left:20px;
text-decoration:none;
font-size:14px;
}

#avmenu  a:hover h2{
text-decoration:underline;
}

#avmenu ul {	
	list-style: none;
	/*width: 150px;*/
	width:190px;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: .9em;
	}	

#avmenu ul ul {	
margin: 0 0 0px 0;
margin-left: 10px;
width:180px;
}	


#avmenu li {
margin-bottom: 2px;
margin-top:2px;
border-bottom: 1px dotted #888;
list-style-image: url(../images/estela_bullet_tp.gif);
}

#avmenu li a {
	font-weight: bold;
	/*height: 18px;*/
	margin-left:16px;
	margin-bottom:4px;
	margin-top:4px;
	text-decoration: none;
	color: #888;
	display: block;
	background: #fff;
	/*padding-left:4px;*/
}	

#avmenu li a:hover {
	background: #0079be;
	color: #FCBB23;
	/*background-image:url(../images/bg_leftmenu.gif);*/
	/*background-repeat:repeat-x;*/
	/*background-position:bottom;*/
	/*list-style-image: url(../images/estela_bullet.gif);*/

}

#avmenu a.active {
	background: #0079be;
	color: #fbbc21;
	/*background-image:url(../images/bg_leftmenu.gif);*/
	/*background-repeat:repeat-x;*/
	/*background-position:bottom;*/
	/*list-style-image: url(../images/estela_bullet.gif);*/
}

#vnav ul li.active a {
	color: #61B200;
}

#avmenu li li {
border:none;
}	

#vnav ul li ul li.active a {
	font-weight:bold;
	color: #7BC523;
}

#avmenu li li a {
	font-weight: bold;
	height: 18px;
	/*margin-left:26px;*/
	margin-bottom:4px;
	margin-top:4px;
	text-decoration: none;
	color: #888;
	display: block;
	background: #fff;
	/*padding-left:4px;*/
	font-size:10px;
	font-weight:normal;
}	

#avmenu li li a:hover {
	background: #0079BE;
	color: #FCBB23;
	/*background-image:url(../images/bg_leftmenu.gif);*/
	background-repeat:repeat-x;
	background-position:bottom;
	list-style-image: url(../images/estela_bullet.gif);
	height: 18px;
	
}
#avmenu ul ul ul{
/*padding-left:10px;*/
width:170px;
}

