#menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	}
#menu ul{
	background:#333333;
	height:54px;
	list-style:none;
	margin:0;
	padding:0;
	}
	#menu li{
		float:left;
		padding:0px;
		}
	#menu li#inicio a{
		background:url(../img/menuIniN.jpg) bottom center no-repeat;
		width:80px;
		height:50px;
		}
	#menu li#instal a{
		background:url(../img/menuInstalN.jpg) bottom center no-repeat;
		width:200px;
		height:50px;
		}
	#menu li#info a{
		background:url(../img/menuInfoN.jpg) bottom center no-repeat;
		width:172px;
		height:50px;
		margin-right:2px;
		}
	#menu li#galeria a{
		background:url(../img/menuGalN.jpg) bottom center no-repeat;
		width:112px;
		height:50px;
		}
	#menu li#otras a{
		background:url(../img/menuActN.jpg) bottom center no-repeat;
		width:202px;
		height:50px;
		}
	#menu li#tarifas a{
		background:url(../img/menuTarN.jpg) bottom center no-repeat;
		width:90px;
		height:33px;
		}
	#menu li#videos a{
		background:url(../img/menuVidN.jpg) bottom center no-repeat;
		width:215px;
		height:33px;
		}
	#menu li#nada a{
		width:90px;
		height:50px;
		}
	#menu li a{
		background:#333333 bottom right no-repeat;
		color:#cccccc;
		display:block;
		font-weight:normal;
		line-height:35px;
		margin:0px;
		padding:1px 3px;
		text-align:center;
		text-decoration:none;
		}
		#menu li#inicio a:hover, #menu ul li#inicio:hover a{
			background:url(../img/menuIniAz.jpg) bottom center no-repeat;
			color:#FFFFFF;
			text-decoration:none;
			}
		#menu li#instal a:hover, #menu ul li#instal:hover a{
			background:url(../img/menuInstalAz.jpg) bottom center no-repeat;
			color:#FFFFFF;
			text-decoration:none;
			}
		#menu li#info a:hover{
			background:url(../img/menuInfoAz.jpg) bottom center no-repeat;
			color:#FFFFFF;
			text-decoration:none;
			}
		#menu li#tarifas a:hover, #menu ul li#tarifas:hover a{
			background:url(../img/menuTarA.jpg) bottom center no-repeat;
			color:#4FcFFc;
			text-decoration:none;
			width:90px;
			}
		#menu li#videos a:hover, #menu ul li#videos:hover a{
			background:url(../img/menuvidA.jpg) bottom center no-repeat;
			color:#4FcFFc;
			text-decoration:none;
			width:215px;
			}
		#menu li#galeria a:hover{
			background:url(../img/menuGalAz.jpg) bottom center no-repeat;
			color:#FFFFFF;
			text-decoration:none;
			}
		#menu li#otras a:hover, #menu ul li#otras:hover a{
			background:url(../img/menuActAz.jpg) bottom center no-repeat;
			color:#FFFFFF;
			text-decoration:none;
			}
	#menu li ul{
		background:#333333;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:215px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	#menu li:hover ul{
		display:block;
		
		}
	#menu li li {
		background:url('images/sub_sep.gif') bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
	#menu li:hover li a{
		background:none;
		
		}
	#menu li ul a{
		display:block;
		height:35px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		#menu li ul a:hover, #menu li ul li:hover a{
			background:#2580a2 url('images/hover_sub.gif') center left no-repeat;
			border:0px;
			color:#ffffff;
			text-decoration:none;
			}
	#menu p{
		clear:left;
		}	

		
