/* CSS Menu ELIS developed by S.Deprophetis 2008 */

img {
	border: 0;
}

#toolbar_elis {
	position: absolute;
	top:0;
	left:0;
	margin: 0;
	height: 35px;
	width: 100%;
	background: url(img/bg.jpg) repeat-x;
	z-index: 10;
}

#logo_elis {
	height: 35px;
	width: 124px;
	float: left;
}

#cinquexmille {
	height: 35px;
	width: 249px;
	float:right;
}

#block_toolbar {
	position: absolute;
	top: 15px;
	left: 120px;   
}

#block_toolbar a{
	display:inline;
	text-decoration:none;
	color: white;
}

#block_toolbar a:hover {
	text-decoration: underline;
}

.voce_menu {
	display: inline;
	font-size: 10px;
	font-family: Tahoma, Verdana, sans-serif;
	margin-right: 20px;
}

.voce_menu:hover {
	text-decoration: underline;
}

.voce_menu_2 {
	font-size: 10px;
	font-family: Tahoma, Verdana, sans-serif;
	color: white;
}

.menu_cascata {
	background: #185b78;
	line-height: 2.0em;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	width: 160px;
	border-left: 2px solid #032e50;
	border-right: 2px solid #032e50;
	border-bottom: 1px solid #032e50;
}

