#menu{
	clear: both;
	width: 960px;
	height: 50px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:#FFF;
	font-size: 16px;
	font-weight: bold;
	position:absolute;
	z-index:2;
}

#menu ul{
	margin:0;
}

#menu li{
	width:100px;
	height:50px;
	float:left;
	color:#01243B;
	font-weight: bold;
	text-align:center;
	overflow:hidden;
	margin-left: 60px;
	}

#menu a{
	color:#01243B;
	text-decoration:none;
}

#menu p{
	padding:0px 3px;
}

.subtext{
	padding-top:15px;
	font-size: 10px;
	}

/*Menu Color Classes*/
.inicio{background:#FFF url('img/index_home.png') top left no-repeat;}
.nosotros{background:#FFF url('img/index_quienes.png') top left no-repeat;}
.contacto{background:#FFF url('img/index_contacto.png') top left no-repeat;}
.servicios{background:#FFF url('img/index_servicios.png') top left no-repeat;}
.presupuesto{background:#FFF url('img/index_presupuesto.png') top left no-repeat;}