/*--- menu pagina ---*/	

#menu{
	position: absolute;
	top:120px;
	left: 0px;
	float: left;
	/*margin: 40px 0 0 0;*/ 
	width: 140px;
	padding: 0px;
	text-align: right;
	/*border: 1px solid;*/
	border-bottom: 1px dotted #685645;
	}


#vocimenu li{
	padding:1px;
	border-top: 1px dotted #685645;
	}

#vocimenu li a{
	/*height: 24px;*/
	height: 28px;
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	/*line-height: 2em;*/
	text-decoration: none;
	letter-spacing: 1px;
	display: block;
	color: #685645;
	padding: 8px 10px 0 0px;
	/*border-left: 2px #685645 solid;*/
	voice-family: "\"}\"";
	voice-family: inherit;
	/*height: 22px;*/	
	}

#vocimenu li a:hover, #vocimenu li a:active, #vocimenu li a#current{
	color: #d84b2f;
	/*background-color: #685645;*/
	background: url(../gfx/btn_menu.png) repeat-y right;
	/*border-left: 2px solid #d84b2f;*/
}	
