@charset "UTF-8";
/* CSS Document */


.contMenu {
	position: absolute;
	left: 105px;
	top: 177px;
	z-index: 1;
}

#nav * {
	margin:0;
	padding:0;
	font-size: 11px;
}
/* nivel 0*/
#nav ul {
	list-style: none;
	float:left;
	position:relative;
	display:block;
}
#nav ul li {
	float:left;
	display:inline;
}
#nav ul li ul {
position:absolute;
left:-9999px;
}

#nav ul li:hover ul {
	left:auto;
	float:left;
	margin-top:1px;
	margin-left:0px;
	width: 120px;
}


#nav ul li ul li {
	display: list-item;
	float:left;
	width:120px;
	margin-top:-1px;
}

#nav ul li ul li a {
	background-color: #333;
}


/* retoques - estetica */

#nav ul li a {
	display:block;
	width:120px;
	padding:4px 0;
	text-decoration:none;
	text-align:center;
	color:#FFFFFF;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #808080;
	background-color: #000;
}
#nav ul li a:hover {
	color:#808080;
	border-left-color: #F00;
	background-color: #000;
	text-decoration: underline;
}
