.sub_menu_campas_novo{
	display: none;
	position: absolute;	
	width: 125px;
	height: 74px;
	overflow: hidden;
	background-color: #CCCC33;
	list-style: none outside none;	
}

.sub_menu_campas_novo a:link{
	color: #000000;
	font-family: "Times New Roman";
	text-decoration: none;
}

.sub_menu_campas_novo a:visited{
	color: #000000;	
	font-family: "Times New Roman";
	text-decoration: none;
}

.sub_menu_campas_novo a:hover{
	color: #000000;
	font-family: "Times New Roman";
	text-decoration: none;
}

.sub_menu_campas_novo li{		
	padding-top: 8px;
	padding-right: 60px;
	height: 28px;
	cursor: pointer;
	border-radius: 65px; 
	-webkit-border-radius: 65px; 
	-moz-border-radius: 65px; 	
	/*border:1px solid red;	*/
}

.sub_menu_campas_novo li:hover{
	background-color: #93915B;	
}

.sub_menu_campas{
	display: none;
	position: absolute;	
	width: 125px;
	height: 74px;
	overflow: hidden;
	background-color: #CCCC33;
	list-style: none outside none;	
}

.sub_menu_campas a:link{
	color: #000000;
	font-family: "Times New Roman";
	text-decoration: none;
}

.sub_menu_campas a:visited{
	color: #000000;	
	font-family: "Times New Roman";
	text-decoration: none;
}

.sub_menu_campas a:hover{
	color: #000000;
	font-family: "Times New Roman";
	text-decoration: none;
}

.sub_menu_campas li{		
	padding-top: 8px;
	padding-right: 60px;
	height: 28px;
	cursor: pointer;
	border-radius: 65px; 
	-webkit-border-radius: 65px; 
	-moz-border-radius: 65px; 	
	/*border:1px solid red;	*/
}

.sub_menu_campas li:hover{
	background-color: #93915B;	
}

.sub_menu_campas_ativo{	
	display: none;
	position: absolute;
	width: 125px;
	height: 74px;
	background-color: #CCCC33;
	list-style: none outside none;	
}

.sub_menu_campas_ativo a:link{
	color: #000000;
	font-family: "Times New Roman";
	text-decoration: none;
}

.sub_menu_campas_ativo a:visited{
	color: #000000;	
	font-family: "Times New Roman";
	text-decoration: none;
}

.sub_menu_campas_ativo a:hover{
	color: #000000;
	font-family: "Times New Roman";
	text-decoration: none;
}

.sub_menu_campas_ativo li{	
	padding-left: 22px;
	padding-top: 8px;
	height: 28px;
	cursor: pointer;
	border-radius: 65px; 
	-webkit-border-radius: 65px; 
	-moz-border-radius: 65px; 	
	/*border:1px solid red;	*/
}

.sub_menu_campas_ativo li:hover{
	background-color: #93915B;
	
}