@charset "utf-8";



	a.homecito:link{
	text-decoration:none;
	color: #66C6DE;
	font-family: "Trebuchet MS";
	font-size: 16px;
	text-align: center;
	outline: 0px;
	width: 42px;
	display: block;
	height: 42px;
	}
	
	a.menucito:link{
	text-decoration:none;
	color: #66C6DE;
	font-family: "Trebuchet MS";
	font-size: 16px;
	text-align: center;
	outline: 0px;
	width: 124px;
	display: block;
	height: 32px;
	padding-top: 9px;
	}

	
	a.menucito:hover{
	text-decoration:none;
	color: #66C6DE;
	font-family: "Trebuchet MS";
	font-size: 16px;
	text-align: center;
	outline: 0px;
	width: 124px;
	display: block;
	height: 32px;
	padding-top: 9px;
	}
	
	a.menucito:visited{
	text-decoration:none;
	color: #66C6DE;
	font-family: "Trebuchet MS";
	font-size: 16px;
	text-align: center;
	outline: 0px;
	width: 124px;
	display: block;
	height: 32px;
	padding-top: 9px;
	}



	#lava {
	width:620px;
	height:41px;
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
	background-position: right;
	}

	#lava ul {
	list-style:none;
	display:block;
	width: 620px;
	height: 41px;
	z-index: 100;
	margin: 0px;
	padding: 0px;
	position: relative;
	}
	
	#lava ul li {
	/* display the list item in single row */
	float: left;
	}
	
	#lava #box {
	background-image: url(images/hover.png);
	height: 41px;
	display: block;
	top: -41px;
	margin-bottom: -41px;
	width: 124px;
	position:relative
	}
