@charset "utf-8";

#header {
	width:740px;
	height: 170px;
	margin: 0 auto;
	background: #FFFFFF;
}
#logo {
	width: 100%;
	height: 130px;
	background: url('../images/sfondo_top.jpg');
	border : 0px solid #FFFFFF;
	margin-bottom: 0px;
	padding: 0px; 
	position: relative;
	top: 0%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}
/* Menu */
#menu {
	width: 100%;
	height: 40px;
	margin: 0 auto;
}

#menu ul 
{
	width: 580px;
	height: 12px;
	float: left;
	border-top: solid 14px #FFFFFF;
	border-bottom: solid 14px #FFFFFF;
	margin: 0 auto;
	list-style: none;
	line-height: normal;
	text-align:left;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li 
{
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	border-left:solid 3px #FFFFFF;
	border-right:solid 4px #FFFFFF;
}
#menu a:link {
	color: #999999;
	text-decoration: none;
}
#menu a:visited {
	text-decoration: none;
	color: #999999;
}
#menu a:hover {
	text-decoration: underline;
	color: #990000;
}
#menu a:active {
	text-decoration: none;
	color: #999999;
}

#menu ul.second{
	float: right;
	width: 160px;
	height: 20px;
	list-style: none;
	display: inline;
	border-bottom:solid 10px #FFFFFF;
	border-top:solid 10px #FFFFFF;
	border-left:solid 0px #FFFFFF;
	border-right:solid 0px #FFFFFF;
	text-align:right;
}

#menu img 
{
	border-width: 0px 0px 0px 0px;
	width: 66px; 
	height: 20px;
}	
