@charset "utf-8";
/* CSS Document */

#menuSuperior {
	margin-bottom:2px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	overflow: hidden;
	width: 955px;
	height:30px;
	border-bottom:1px solid #842126;

	
}

.item {
	float: left;	
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top:10px;
	cursor: default;
	border: 1px solid #bb2d3d;
	width:110px;
	height:30px;
	background-image:url(../img/boto_menu.png);
	background-repeat:no-repeat;
	
}

.item:hover {
	background-image:url(../img/boto_menu_ok.png);
	background-repeat:no-repeat;
	
	
}

.item a {	
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;	
	cursor: default;
	/*border: 1px solid #fafafa;*/
	text-decoration: none;
	cursor:pointer;
}

.subitem {
	position:absolute;	
	margin-left: 0px;
	margin-top:4px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: 1px solid #526092;
	border-left: 1px solid #526092;
	border-bottom:1px solid #333333;
	border-right:1px solid #333333;
	line-height: 20px;
	display: none;
	background-color:#fafafa;
	width:185px;
	text-align:left;
}

.subitem a {
	text-decoration: none;
	color: #526092;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px dotted #526092;
}

.subitem a:hover {
	display: block;
	background-color:#bcc1d4;
	border-top: 1px solid #526092;
	border-bottom: 1px solid #526092;
	cursor:pointer;
	
}

