/* Menú Navegador */

/* Contenedor de nuestro menú*/
#navigation{
	width: 195px;
	margin:auto;
	border:3px solid #778A88;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color: #FFFFFF;
}

#navigation h1{
	width:195px;
	height:53px;
	text-indent:-5000px;
	font-size:10px;
	background: #FFF url("pix/topMnu.jpg") no-repeat top left;
	margin:0px;
	padding:0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #778A88;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}

#navigation ul {
	padding:0px;
	margin:0px;
	list-style-type: none;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	
}

/* Menu Principal*/

.mainMenu a{
	display: block;
	padding: 5px 0px 5px 25px;
	width:170px;
	text-decoration: none;
	font-weight:bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #778A88;
	border-bottom-color: #778A88;
	background-color: 22E6D6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.mainMenu a:link, .mainMenu a:visited{
	color: #FFFFFF;
	background-color: #22E6D6;
	background-repeat: no-repeat;
	background-position: 15px 10px;
}

.mainMenu a:hover{
	color: #C73B0A;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 10px 15px;
}


/* SubMenu*/

.subMenu a:link, .subMenu a:visited{
	color: #999999;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 15px 10px;
}

.subMenu a:hover{
	color: #666666;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left;
}
