/*************************** menu ***************************/
#nav {	
	padding: 0 0 5px 0;
}
#nav li {
	background: url(../images/menu/puntos.gif) repeat-x bottom;
	padding: 0 0 1px 0; 	
	margin: 0;
}
#nav a {
	display: block; 
	width: 100%;
	height: 22px;
}
#nav li ul {
	display: block;
	padding: 2px 0;
	margin: 0;
	background: url(../images/menu/puntos.gif) repeat-x top #E9ECED;
}
#nav li ul li {
	padding: 0 0 2px 10px;
	margin: 0;
	background: none;
}
#nav li ul li a {	
	font-size: 100%;
	line-height: 150%;
	width: 100%;
	height: auto;
}
#nav li ul li a:hover,
#nav li ul li a:active,
#nav li ul li a.selected {
	color:#00945D;
	text-decoration: none
}
#nav a.profesores {
	background: url(../images/menu/profesores.gif) no-repeat 7px 0;
	text-indent: -9000px;
}
#nav a.clubes {
	background: url(../images/menu/clubes.gif) no-repeat 7px 0;
	text-indent: -9000px;
}
#nav a.academias {
	background: url(../images/menu/academias.gif) no-repeat 7px 0;
	text-indent: -9000px;
}
#nav a.alumnos {
	background: url(../images/menu/alumnos.gif) no-repeat 7px 0;
	text-indent: -9000px;
}
#nav a.torneos {
	background: url(../images/menu/torneos.gif) no-repeat 7px 0;
	text-indent: -9000px;
}
#nav a.encuentros {
	background: url(../images/menu/encuentros.gif) no-repeat 7px 0;
	text-indent: -9000px;
}
#nav a.investigaciones {
	background: url(../images/menu/investigaciones.gif) no-repeat 7px 0;
	text-indent: -9000px;
}
#nav a.noticias {
	background: url(../images/menu/noticias.gif) no-repeat 7px 0;
	text-indent: -9000px;
}
#nav a.tenis {
	background: url(../images/menu/tenis.gif) no-repeat 7px 0;
	text-indent: -9000px;
}
#nav a:hover, #nav a.selected {  background-position: 7px -23px; }
