/* FORMATO DE MENU VERTICAL */

ul {
	margin:0;
}
li {
	margin:0 0 3px 6px; /*2px */
	padding: 0 0 0 5px;
	float:left;
	width: auto;
	}
.menuV1 {	
	list-style-type:none;
	padding:0;	
}
.menuV1 li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px; 
	color:#663333;
	width:184px;
	display:block;	
	text-align:left;	
	text-decoration:none;
	font-weight:bolder;
	margin:0;
}
.menuV1 a:link {
	font-size:13px;	
	color: #663333;
	text-decoration:none;
	font-weight:bold;
}
.menuV1 a:visited {
	font-size:13px;	
	color: #663333;
	text-decoration:none;
	font-weight:bold;
}
	
.menuV1 a:hover {
	font-size:13px;	
	color:#990000;
	text-decoration:none;
	font-weight:bold;
}

.menuV2 {
	list-style-type:none;
	padding:0;	
}

.menuV2 li a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;	
	color:#663333;
	width:184px;
	display:block;	
	text-align:left;	
	text-decoration:none;
	font-weight:bold;
	margin:0;
}

.menuV2 a:link {
	font-size:12px;	
	color: #663333;
	text-decoration:none;
	font-weight:bold;
}
.menuV2 a:visited {
	font-size:12px;	
	color: #663333;
	text-decoration:none;
	font-weight:bold;
}
	
.menuV2 a:hover { /* li */
	font-size:12px;	
	color:#990000;
	text-decoration:none;
	font-weight:bold;
}

.opcgraf {
	width:205px;
	height:20px;
	padding: 2px 16px 0 129px;
}

/*FORMATO MENU HORIZONTAL*/

.menuh1 {	
	list-style-type:none;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;	
	color:#fff4e1;
}
.menuh1 li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;	
	color:#fff4e1;
	width:auto;
	text-decoration:none;
	font-weight:bolder;
	padding: 0 0 0 2px;
}

.menuh1 a:link {
	font-size:12px;	
	color: #fff4e1;
	text-decoration:none;
	font-weight:bold;
}

.menuh1 a:visited {
	font-size:12px;	
	color: #fff4e1;
	text-decoration:none;
	font-weight:bold;
}
	
.menuh1 a:hover {
	color:#cccc77;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
}

