.blockmenu {
	float:left;
	width: 195px;
}
.menu-general {
	float:left;
	background-image: url(menu-v.gif);
	background-repeat: no-repeat;
	margin-bottom: 2px;
}
.meuTitle {
	color: #FFFFFF;
	margin-bottom: 3px;
	line-height: 18px;
	padding-left: 10px;
	float: left;
	width: 185px;
}

.menu-vertical {
	list-style:none;
	padding: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #daecf6;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
.menu-vertical li a {
	display:block;
	text-decoration:none;
	text-align:left;
	font-size:11px;
	color:#333333;
	height: 22px;
	background-color: #ebebeb;
	width: 175px;
	line-height: 22px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #daecf6;
	margin: 0px;
	background-image: url(flechaverde.gif);
	background-repeat: no-repeat;
	background-position: 9px 9px;
	}
.menu-vertical li a:hover {
	color:#FFFFFF;
	background-color:#008D3E;
	background-image: url(flechaverde.gif);
	background-repeat: no-repeat;
	background-position: 9px 9px;
}
/* Contenedor de nuestro menú*/
#navigation{
	width: 195px;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}
 
#navigation h1{
    width:195px;
    height:53px;
    text-indent:-5000px;
    font-size:12px;
    background: #FFF url("../pix/topMnu.jpg") no-repeat top left;
    border-bottom:5px solid #C73B0A;
    margin:0px;
    padding:0px;
}
 
 
#navigation ul {
    padding:0px;
    margin:0px;
    list-style-type: none;
    font-size:10px;
    
}
 
/* Menu Principal*/
 
.mainMenu a{
	display: block;
	width:170px;
	text-decoration: none;
	font-weight:normal;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
}
 
.mainMenu a:link, .mainMenu a:visited{
	color: #333333;
	font-weight: bold;
	font-size: 11px;
	background-image: url(images/icono_mas.gif);
	background-repeat: no-repeat;
	background-position: 3px 5px;
}
 
.mainMenu a:hover{
	color: #008D44;
	background-repeat: no-repeat;
	background-position: 3px 5px;
	background-color: #F2F7F3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #008D39;
	background-image: url(images/icono_mas.gif);
}
 
 
/* SubMenu*/

.subMenu a:link, .subMenu a:visited{
	color: #999999;
	background: #FFFFFF url("pix/sub.gif") no-repeat left;
	padding-left: 30px;
	width: 160px;
}
 
.subMenu a:hover{
	color: #333333;
	background-color: #E0F5E7;
	background-image: url(pix/sub_o.gif);
	background-repeat: no-repeat;
	background-position: left;
} 

