/*-- INIZIO PRINCIPALE --*/
div.barrabottom {
	clear:both;
	margin: 0px 0px 0px 0px;
	padding:0;
	font-size:12pt;
	border:solid white 0px;
	text-align:left;
	vertical-align:middle;
	width:100%;
	}

/*dimensione la barra */
	#bot #bottom1,
	#bot #bottom2, 
	#bot #bottom3,
	#bot #bottom4,
	#bot #bottom5 {height:19pt;vertical-align:middle; background:#1F3D5A;
}

#bot #bottom1 {width:30.55%; max-width:50%;border-right:1px solid white;}
#bot #bottom2 {width:19%;border-right:1px solid white;}
#bot #bottom3 {width:13%;border-right:1px solid white;}
#bot #bottom4 {width:16%;border-right:1px solid white;}
#bot #bottom5 {width:21%; text-align:center;}

/*-- FINE PRINCIPALE --*/

/* http://www.htmldog.com/articles/suckerfish/dropdowns/ */

#bot,
#bot ul { /* all lists */
	padding:0px;
	margin:0px;
	list-style:none;
	line-height:1em;
	color:#305170;
	vertical-align: middle;
}


#bot  li{ /* all list items */
	display:block;
	width:100%;
	height:100%;
	float:left;
	background:#1F3D5A;
	text-indent:4px;
	width:10em; /* width needed or else Opera goes nuts */

}

#bot li ul { /* second-level lists */
	position:absolute;
	width:10em;
	left:-999em; /* using left instead of display to hide menus because display:none isn't read by screen readers */
}

/***/

/*** bottom 1 2 3 4 ***/

#bot #bottom1 a, 
#bot #bottom2 a, 
#bot #bottom3 a,
#bot #bottom4 a {
	background:#1F3D5A;
	color:white;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;	
}

#bot #bottom5 a {background:#1F3D5A;}

#bot #bottom1 a:hover, 
#bot #bottom2 a:hover, 
#bot #bottom3 a:hover,
#bot #bottom4 a:hover {color:#D4D0BC; }
#bot #bottom5 a:hover {}

img.menubottom{margin:0 2px 0 2px;}


