*{
	margin:0px;
	padding:0px;
}

#menu {
	margin-left:12px;
	width: 590px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	
	
	
}
#menu2 {
	margin-left:0px;


}
.itemMenu{
padding-left: 2px; text-align:center;
}
.itemMenu2{
padding-left: 4px; text-align:center;

}

#cantoL {
	background-image: url(../imagens/menu_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:8px;
	height:27px;
	float:left;
}
#cantoR {
	background-image: url(../imagens/menu_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width:10px;
	height:27px;
	float:left;
}

.lista {
	float:left;
	height:27px;
	background:#676767;
	line-height:27px;
	padding-left:6px;
	padding-right:6px;
	
}

.opcaoMenu {
	display:inline;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	
}

.opcaoMenu a {
	color:#FFFFFF;
	text-decoration:none;
}
.opcaoMenu a:link {
	color:#FFFFFF;
	text-decoration:none;
}
.opcaoMenu a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
.opcaoMenu a:hover {
	color:#EFB20C;
	text-decoration:none;
}
.opcaoMenu a:active {
	color:#EFB20C;
	text-decoration:none;
}
/* Limpa efeito float */

#clear {
	clear: both;
	float:none;
	position: relative;
}
.clear2 {
	height: 20px;
}
