#menu-cidade h4 {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-align: center;
	background:url(../img/fundoMenuDir04.png) no-repeat top;
	height:25px;
	border:none;
	vertical-align: middle;	
	margin-top:-7px;
}
#menu-cidade li{
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	list-style-type: none;
	text-decoration: none;
}
#menu-cidade li a {
	text-decoration:none;
	color: #000000;
	display:block;
	height:24px;
	vertical-align:middle;
	margin-top:2px;
	size:12px;
}
#menu-cidade li a:hover {
	text-decoration:none;
	color: #FFFFFF;
	background-color:#FF9900;
}
#menu-cidade li.ic-about a{
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:25px;
	background-image: url(../img/ic_about.png);
	
}
#menu-cidade li.ic-about-current a{
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:25px;
	background-image: url(../img/ic_about.png);
	background-color:#006600;
	color:#FFFFFF;
	font-weight:bold;
	
}
#menu-cidade li.ic-tour a{
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:25px;
	background-image: url(../img/ic_tour.png);
	
}
#menu-cidade li.ic-tour-current a{
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:25px;
	background-image: url(../img/ic_tour.png);
	background-color:#006600;
	color:#FFFFFF;
	font-weight:bold;
	
}
#menu-cidade li.ic-pack a{
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:25px;
	background-image: url(../img/ic_pack.png);
	
}
#menu-cidade li.ic-pack-current a{
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:25px;
	background-image: url(../img/ic_pack.png);
	background-color:#006600;
	color:#FFFFFF;
	font-weight:bold;
	
}
#menu-cidade li.ic-hotel a{
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:25px;
	background-image: url(../img/ic_hotel.png);
	
}
#menu-cidade li.ic-hotel-current a{
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:25px;
	background-image: url(../img/ic_hotel.png);
	background-color:#006600;
	color:#FFFFFF;
	font-weight:bold;
	
}

#menu-cidade li.ic-event a{
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:25px;
	background-image: url(../img/ic_event.png);
	
}
#menu-cidade li.ic-event-current a{
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:25px;
	background-image: url(../img/ic_event.png);
	background-color:#006600;
	color:#FFFFFF;
	font-weight:bold;
	
}
#menu-cidade li.ic-weather a{
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:25px;
	background-image: url(../img/ic_weather.png);
	
}
#menu-cidade li.ic-weather-current a{
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:25px;
	background-image: url(../img/ic_weather.png);
	background-color:#006600;
	color:#FFFFFF;
	font-weight:bold;
	
}
#menu-cidade ul {
	margin-left:0px;
	margin-left: -40px;
	margin-top:-13px;
}
#menu-cidade{
	margin-top:7px;
	background-color: #66CC00;
	display: block;
	float: right;
	width: 190px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

