/* menubar è la barra link orizzontale in alto */
div#menubar div.link { float: left; } 

div#menubar a.link { 
	display: block; 
	float: left; 
	padding: 0px 10px 0 10px; 
	min-height: 40px; 
	min-width: 70px; 
	height: auto !important; 
	height: 28px; 
	line-height: 28px; 
	color: #969696; 
	font: normal 16px Geneva, Trebuchet MS, Helvetica, arial;
	text-decoration: none; 
	text-align: center; 
	text-align: bottom;
	background-color: #fff;  
	border-left: solid 1px #ddd; 
} 
div#menubar a:hover { 
	background-color: #ffbb22; 
	color:#fff; 
} 
div#menubar a:active{ 
	background-color: #eee; 
	color:#FFC177; 
} 
div#menubar a.selected{ 
	background-color: #00c221; 
	color:#fff; 
} 
	
/* linkbar è la barra link verticale a sinistra */
div#linkbar a.link { 
	color: #969696;
	display: block;
	font: normal 16px Geneva, Trebuchet MS, Helvetica, arial;
	min-height: 30px;
	height: auto !important;
	line-height: 30px;
	border: 1px solid #EBEBEB; 
	background: none repeat scroll 0 0 white; 
	width: 218px; 
	margin: 1px;
} 
div#linkbar a:hover { 
	background-color: #ffbb22; 
	color:#fff; 
} 
div#linkbar a:active{ 
	background-color: #eee; 
	color:#FFC177; 
} 
div#linkbar a.selected { 
	background-color: #00b221; 
	color:#fff; 
} 

/* midbar è la barra partenze orizzontale centrale */
div#midbar { 
	display: inline; 
	height: 16px; 
	font: bold 16px Geneva, Trebuchet MS, Helvetica, arial;
	color: #000; 
	text-decoration: none; 
} 
img.midbar { 
	vertical-align: middle; 
	padding-bottom: 5px; 
}
div#midbar a.link, a:hover, a:active, a:visited { 
	color: #c00000; 
} 


