﻿#menu {
	width: 100%;
	height: 39px;
	margin: 0 auto;
	padding: 0;
	text-align:center; 
	background-color: #ffae00;
	margin-bottom:10px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	height:40px;
}

#menu li {
	display: inline;
	margin: 0;
	padding: 0;
	height:40px
}

#menu a {
	display: block;
	float: left;
	width: 20%;
	height: 30px;
	padding: 10px 0 0 0;
	text-decoration: none;
	text-align: center;
	font-size: 11pt;
	color: #fff;
	background-color: #ffae00;
}

#menu a:hover {
	color: #fff;
	font-weight:bold;
	text-decoration:underline;
	background-color: #ffae00;

}

#menuu {
	width: 100%;
	height: 39px;
	margin: 0 auto;
	padding: 0;
	text-align:center; 
	background-color: #ffae00;
	background: transparent url('img3.gif') repeat-x;
	border-bottom: 3px solid #ff8400;
	margin-bottom:10px;
}

#menuu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	height:40px;
}

#menuu li {
	display: inline;
	margin: 0;
	padding: 0;
	height:40px
}

#menuu a {
	display: block;
	float: left;
	width: 19%;
	height: 30px;
	padding: 10px 0 0 0;
	text-decoration: none;
	text-align: center;
	font-size: 11pt;
	color: #fff;
	border-left: 2px solid #ff8400;

}

#menuu a:hover {
	color: #fff;
	font-weight:bold;
	text-decoration:underline;
	background:none;

}

#bacco {
	background: #F7F8F9 url('http://www.symbioticproject.com/ART_IMHO/wp-content/uploads/bacco_caravaggio.jpg') no-repeat; 
	width:339px;
	height:408px;
	border:5px solid #E7E8EB;
	padding:16px;
	background-position:center center;
}

#bacco:hover {
	background: #F7F8F9 url('http://www.symbioticproject.com/ART_IMHO/wp-content/uploads/bacchino.jpg') no-repeat; 
	width:339px;
	height:408px;
	border:5px solid #E7E8EB;
	padding:16px;
	background-position:center center;

}

#cooper {
	background: #F7F8F9 url('http://www.symbioticproject.com/ART_IMHO/wp-content/uploads/minispace.gif') no-repeat; 
	width:558px;
	height:350px;
	border:5px solid #E7E8EB;
	padding:0 16px 0 16px;
	background-position: center top;
}

#cooper:hover {
	background: #F7F8F9 url('http://www.symbioticproject.com/ART_IMHO/wp-content/uploads/minispace.gif') no-repeat; 
	width:558px;
	height:350px;
	border:5px solid #E7E8EB;
	padding:0 16px 0 16px;
	background-position: center bottom;
}


