#menu ul .sub {
	position: absolute;	
	/*top: 31px; left: 0;*/
	background: #EEEEEE url(sub_bg.png) repeat-x #0762A8;
	padding: 5px 5px 5px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: inline;
	z-index: 9999;
	/*-NOVO-*/
	border: 0px solid;
	
}

#menu ul .sub {
	list-style: none;
	position : absolute;
	margin: 0; padding: 0;
	width: 170px;
	float: left; 
}
#menu ul .sub  li {
	width: 100%;
	color: white;
	clear:both;
	float: left; 
}

#menu ul .sub li  a{
	float: left; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	padding: 7px 5px 7px 15px;
	display: block;
	background: url(../images/bg.gif) repeat-x;
	text-decoration: none;
	color: white;
	width:150px;
}

#special {
	display:block; 
	margin: 9px 177px 0px 100px;
}
