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

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

#bot #bottom1 {width:12%; max-width:50%;border-right:1px solid white;}
#bot #bottom2 {width:31%;border-right:1px solid white;}
#bot #bottom3 {width:18%;border-right:1px solid white;}
#bot #bottom4 {width:21%;border-right:1px solid white;}
#bot #bottom5 {width:27%;border-right:1px solid white;}

/*-- 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;
	text-align:left;
	vertical-align: middle;
/*	text-align:center; */
}


#bot  li{ /* all list items */
	display:block;
	width:100%;
	height:100%;
	float:left;
	background:#1F3D5A;
/*	text-indent:4px;    */
        padding-left: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,
#bot #bottom5 a {
	background:#1F3D5A;
	color:white;
	font-weight:bold;
	text-decoration:none;
	
}

#bot #bottom1 a,
#bot #bottom2 a,
#bot #bottom3 a,
#bot #bottom4 a,
#bot #bottom5 a { font-size:11px;}

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

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

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

