#menuTop
{
	clear: both;
	width:895;
	height: 150px;
	background-image: url('../imagenes/menu/mainMenu.jpg');
  background-repeat: no-repeat;

}

#menuContent
{

	float:left;
	width: 274px;
	height: 176px;
	background-image: url('../imagenes/menu/menu.jpg');
  background-repeat: no-repeat;
}

#menuItem
{
	padding-top: 9px;
	padding-left: 25px;
	padding-bottom: 9px;
	border-bottom: 1px solid #6a8404;
	vertical-align:middle;

}


#menuSpace
{
	float:left;

}

#menuBanner
{

	float:right;
	width: 611;
	height: 176px;
	background-image: url('../imagenes/menu/menu.jpg');
  background-repeat: no-repeat;
}


.menuIcon
{
	vertical-align:middle;
}
a.menuLink:link {
	font-family: Arial, Times, sans-serif;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
	text-decoration: none;
	vertical-align:middle;



	}

	a.menuLink:visited {
	font-family: Arial, Times, sans-serif;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
	text-decoration: none;

	}

	a.menuLink:hover {
	font-family: Arial, Times, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #0f2253;
	text-decoration: none;


	}

a.menuLink:active {
	font-family: Arial, Times, sans-serif;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
	text-decoration: none;

	}
