/* efeito em botao */
.btn_azul_verde{
	border: none;
	background-repeat: no-repeat;
	background-position: center center;
	background: url(../images/short_button.png);
	background-position: 0 0;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-align:center;
	line-height: 23px;
	display: table-cell;
	padding-bottom:5px;
	padding-left:3px;
	padding-right:3px;
	width:65px;
	height:27px;
}

.btn_azul_verde:hover{
	background-position: -71px 0;
}

.icone_azul {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
}

.icone_azul:hover {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font:bold;
	color: #7d7cde;
	text-decoration: none;
}

/*menu*/
.roundButtonShort {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font:bold;
	text-decoration: none;

	background-repeat: no-repeat;
	background-position: center center;
	color:#FFFFFF;
	/*text-align:center;*/
	line-height: 29px;
	display: table-cell;
	padding-left:25px;
	padding-right:1px;
	height:32px; /* altura da imagem */
}

.roundButtonShort {
	background-image: url(../images/short_button.gif);
	width:160px;
	background-position: 0 0;
}

.roundButtonShort:hover {
	color:#000000;
	background-position: -182px 0; /* onde começa a segunda imagem */
}

/*sub menu*/
.roundButtonShort2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font:bold;
	text-decoration: none;

	background-repeat: no-repeat;
	background-position: center center;
	color:#FFFFFF;
	/*text-align:center;*/
	line-height: 29px;
	display: table-cell;
	padding-left:35px;
	padding-right:1px;
	height:32px; /* altura da imagem */
}

.roundButtonShort2 {
	background-image: url(../images/short_button2.gif);
	width:160px;
	background-position: 0 0;
}

.roundButtonShort2:hover {
	color:#000000;
	background-position: -182px 0; /* onde começa a segunda imagem */
}
/*fim sub menu*/


/*menu com sub-menu */
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 177px; /* Width of Menu Items */
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul ul {
	position:absolute;
	display:none;
	left: 160px; /* Set 1px less than menu width */
	top: 0;
}

/* teste */
li li {
	position:relative;
	top: 10px;
}
/* fim teste */

li:hover ul, li li:hover ul, li.over ul, li li.over ul { display: block; } /* The magic */
/*fim menu com sub-menu */