#main {
	border: 1px solid #ccc;
	border-bottom: none;
	clear: both;
	background: #810403;
	padding-top: 2.5em;
}
#header {
	position: relative;
	width: 100%;
	height: 3em;
	width: 1028px; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}
#header ul#primary {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 1028px;
	left: 1px;
}
#header ul#primary li  {
	display: inline;
	list-style: none;
	line-height: 24px;
}
#header ul#primary a,#header ul#primary span,#header ul#primary a.current {
	width: 11em;
	display: block;
	float: left;
	padding: 4px 0;
	margin: 1px 2px 0 0;
	text-align: center;
	font-family: verdana, ariel, helvetica, sans-serif;
	font-weight:normal;
	font-size: 11px;
	text-decoration: none;
	color: #333;
}
#header ul#primary span,#header ul#primary a.current,#header ul#primary a.current:hover {
	border: 1px solid #ccc;
	border-bottom: none;
	background-image: url(../images/bordo.png);
	color: #fff;
	padding-bottom: 6px;
	margin-top: 0;
}
#header ul#primary a {
	background-image: url(../images/grey.png);
	border: 1px solid #ccc;
	border-bottom: none;
}
#header ul#primary li#uno a:hover {
	margin-top: 0;
	border-color: #ccc;
	background-color:#285ea6;
    background-image:  url(../images/blue.png);
	background-repeat: repeat-x;
	padding-bottom: 5px;
	color: #fff;
}
#header ul#primary li#due a:hover {
	margin-top: 0;
	border-color: #ccc;
	background-color:#6ab8ae;
    background-image:  url(../images/smeraldo.png);
	background-repeat: repeat-x;
	padding-bottom: 5px;
	color: #fff;
}
#header ul#primary li#quatt a:hover {
	margin-top: 0;
	border-color: #ccc;
	background-color:#da7405;
    background-image: url(../images/orange.png);
	background-repeat: repeat-x;
	padding-bottom: 5px;
	color: #fff;
}
#header ul#primary li#cinq a:hover {
	margin-top: 0;
	border-color: #ccc;
	background-color:#d80200;
    background-image: url(../images/red.png);
	background-repeat: repeat-x;
	padding-bottom: 5px;
	color: #fff;
}
#header ul#primary li#sei a:hover {
	margin-top: 0;
	border-color: #ccc;
	background-color:#71bed1;
    background-image: url(../images/azzurro.png);
	background-repeat: repeat-x;
	padding-bottom: 5px;
	color: #fff;
}
#header ul#primary li#sett a:hover {
	margin-top: 0;
	border-color: #ccc;
	background-color:#c782ab;
    background-image: url(../images/rosa.png);
	background-repeat: repeat-x;
	padding-bottom: 5px;
	color: #fff;
}
#header ul#primary li#ott a:hover {
	margin-top: 0;
	border-color: #ccc;
	background-color:#c1cb29;
    background-image: url(../images/lightgreen.png);
	background-repeat: repeat-x;
	padding-bottom: 5px;
	color: #fff;
}
#header ul#secondary {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: -1.4em;
	left: 0px;
	width: 1028px;
	top: 36px;
}
#header ul#secondary li a,#header ul#secondary li span {
	font-family: verdana, ariel, helvetica, sans-serif;
	font-weight:normal;
	font-size: 9px;
	width: auto;
	display: block;
	float: left;
	padding: 0 4px;
	margin: 0;
	text-align: center;
	border: none;
	border-right: 1px dotted #ccc;
	background: none;
}
#header ul#secondary li a {
	color: #fff;
	text-decoration: none;
}
#header ul#secondary li a:hover {
	color: #fff;
	background: transparent;
	padding: 0 4px;
	border: none;
	border-right: 1px dotted #ccc;
	text-decoration: underline;
}
#header ul#secondary li a:active {
	color: #000;
	background: #fff;
}



