ul.menu {
	list-style: none;
	padding: 0 10px;	
	margin: 0;
	float: left;
 	width: 450px;
	background: #222;
/*	font-size: 1.2em; by Sebas */
	font-size: 1em;
	background: url(topnav_bg.gif) repeat-x;
}
ul.menu li {
	float: left;
	margin: 0;	
	padding: 0 6px 0 0; /*los 6px corresponden al espacio entre los items */
	position: relative; 
}
ul.menu li a{
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
ul.menu li a:hover{
	background: url(topnav_hover.gif) no-repeat center top;
}
/*ul.menu li.fgp span { by Sebas... este cambio se arrastra para la creación de las 6 clases, en lugar de 1 */
ul.menu li.fgp span { 
/*	width: 17px; by Sebas */
	width: 50px;
	height: 35px;
	float: left;
/*	background: url(subnav_btn.gif) no-repeat center top; by Sebas */
	background: url(subnav_btn.png) no-repeat center top;
}
ul.menu li.competicion span { 
/*	width: 17px; by Sebas */
	width: 100px;
	height: 35px;
	float: left;
/*	background: url(subnav_btn.gif) no-repeat center top; by Sebas */
	background: url(subnav_btn2.png) no-repeat center top;
}
ul.menu li.licencias span { 
/*	width: 17px; by Sebas */
	width: 80px;
	height: 35px;
	float: left;
/*	background: url(subnav_btn.gif) no-repeat center top; by Sebas */
	background: url(subnav_btn3.png) no-repeat center top;
}
ul.menu li.documentacion span { 
/*	width: 17px; by Sebas */
	width: 120px;
	height: 35px;
	float: left;
/*	background: url(subnav_btn.gif) no-repeat center top; by Sebas */
	background: url(subnav_btn4.png) no-repeat center top;
}
ul.menu li.gestioninformativa span { 
/*	width: 17px; by Sebas */
	width: 157px;
	height: 35px;
	float: left;
/*	background: url(subnav_btn.gif) no-repeat center top; by Sebas */
	background: url(subnav_btn5.png) no-repeat center top;
}
ul.menu li.gestiondeportiva span { 
/*	width: 17px; by Sebas */
	width: 157px;
	height: 35px;
	float: left;
/*	background: url(subnav_btn.gif) no-repeat center top; by Sebas */
	background: url(subnav_btn6.png) no-repeat center top;
}

ul.menu li span.subhover {background-position: center bottom; cursor: pointer;} 
ul.menu li ul.submenu {
	list-style: none;
	position: absolute; 
	left: 0; top: 35px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 190px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #111;
}
ul.menu li ul.submenu li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; 
	border-bottom: 1px solid #444; 
	clear: both;
	width: 190px;
}
html ul.menu li ul.submenu li a {
	float: left;
	width: 165px;
	background: #333 url(dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}
html ul.menu li ul.submenu li a:hover { 
	background: #222 url(dropdown_linkbg.gif) no-repeat 10px center; 
}
