/* ############################################# */
/* 		Estilos do Menu Principal				 */
/* ############################################# */
.menu{

	position:relative;
	padding:0 0 0 0px;
	margin:0px 0 0 0;
	height:32px;
	background-repeat:repeat-x;
	
	list-style:none;
}

.menu li{
	float:left;
	font-family:tahoma;
	list-style: none;
	font-size:12px;
	font-style:normal;
}

.menu li a{
	float: left;
	display: block;
	color:#FFFFFF;
	text-decoration: none;
	padding:0 0 0 10px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	cursor: pointer;
	background-image:url(../img/menu_n_left.gif);
	/*background-repeat:repeat-x;	*/
	background-position: left;
}

.menu li a span{
	float: left;
	display: block;
	padding: 0 16px 0 4px;
	background-image:url(../img/menu_n_right.gif);
	background-repeat:no-repeat;
	background-position:right top;		
}

.menu li a:hover, .menu li a.current{
	color: #666666;
	background-image:url(../img/menu_h_left.gif);
	background-repeat:repeat-x;
	background-position: left;
}

.menu li a:hover span, .menu li a.current span{
	color: #666666;
	background-image:url(../img/menu_h_right.gif);
	background-repeat:no-repeat;
	background-position:right top;
}

