/* menu horizontal. */

#div_menu_hor {
	position: relative;
	margin-bottom: 7px;
	height: auto;
	/*border: 1px solid black;*/
}

#div_menu_hor ul li {
	display: inline;
}

#div_menu_hor ul li a {
	float: left; 
}

/* fin menu horizontal. */


/* menu vertical */

#div_menu_ver {
	position: relative;
	float: left;
	background: #ffffff url(../img/back_menu_ver.jpg) no-repeat left bottom;
	width: 179px;
	height: 500px;
}

.cat1, .cat2, .cat3, .cat4 {
	background-color: #efeded;
	background-image: url(../img/bola_arrow.png);
	background-position: left -2px;
	background-repeat: no-repeat;
	display: block;
	padding: 3px 0 2px 27px;
	margin-bottom: 1px;		
	text-decoration: none !important;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	color: black;	
}

.cat1 {
	background-color: #efeded;
}

.cat2 {
	background-color: #e8e6e6;
}

.cat3 {
	background-color: #d7d5d5;
}

.cat4 {
	background-color: #c6c5c5;
}

a.cat1:link, a.cat1:visited, a.cat2:link, a.cat2:visited, a.cat3:link, a.cat3:visited, a.cat4:link, a.cat4:visited {
	color: black;
}	

a.cat1:hover, a.cat1:active, a.cat2:hover, a.cat2:active, a.cat3:hover, a.cat3:active, a.cat4:hover, a.cat4:active {
	color: #006699;
}	

.top_barra {
	background: url(../img/barra.png) 17px bottom no-repeat;
	padding: 5px 0 11px 25px; 
}

.barra {
	background: url(../img/barra.png) 17px bottom no-repeat;
	padding: 0px 0 11px 25px; 
}

.sin_barra {
	padding: 0px 0 8px 25px; 
}

.item {		
	background: url("../img/arrow.png") 1px 3px no-repeat;
	margin: 0 0 0 -20px;
	padding: 0px 0 0 16px;
	display: block;	
	text-decoration: none !important;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
}

a.item:link, a.item:visited {
	color: black;
}	

a.item:hover, a.item:active {
	color: #006699;
}	

.item_selected {		
	background: url("../img/arrow.png") 1px 3px no-repeat;
	margin: 0 0 0 -20px;
	padding: 0px 0 0 16px;
	display: block;	
	text-decoration: none !important;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	color: #006699;
}

/* fin menu vertical*/
