/*Tre W s.c. 2006*/

/* lista orizzontale con font dimensionalbili */

#nav {
padding: 0;
height: 22px;
border-bottom: 1px solid #99cc33;
list-style-type: none;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;

	}

#nav li {
float: left;
margin: 0 8px 4px 8px;
padding: 0;
width: auto;
display: block;
}

	
#nav li a, #nav li a:link
{
	background: #fff;
	color: #666666;
	text-decoration: none;
	padding: 3px 5px 3px 5px;
	display: block;
	font-weight: bold;
}

#nav li a:hover
{
	color: #ff6600;
	cursor: pointer;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ccddbb;
}
#nav li a#current, #nav li a#current:link
{
	color: #ff6600;
	cursor: default;
	font-weight: bold;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #99cc33;
}

#nav li a#current:hover
{
	border-bottom-width: 3px;
	border-bottom-style: solid;

	
}
