#menu {
	height: 31px;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
	display: block;
	z-index: 10;
	position: relative;
	margin-top: 2px;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #0083bd;
	background-color: #219dd3;
}
#menu ul {
	position: absolute;
	width: auto;
	left: 0px;
	z-index: 20;
	top: 24px;
	display: block;
	overflow: visible;
	background-color: #FFF;
	padding-right: 5px;
	padding-left: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #219dd3;
	border-bottom-color: #219dd3;
	border-left-color: #219dd3;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#menu ul a {
	color: #7a7a7a;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	z-index: 20;
	position: relative;
	margin-right: 4px;
	display: block;
	float: left;
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}
#menu ul a.lst {
	border-right-style: none;
}
#menu ul a:hover {
	color: #000;
}
#menu ul a.sel {
	color: #484848;
	background-color: #FFF;
}
#menu ul a.sel span{
	background-image: url(../images/menuarrow.gif);
	display: block;
	height: 7px;
	width: 14px;
	margin-left: -7px;
	position: absolute;
	left: 50%;
	bottom: 0px;
	background-repeat: no-repeat;
	margin-bottom: -7px;
}
#menu h3 {
	background-image: none;
	z-index: 50;
	display: inline;
	width: auto;
}
#menu h3 a {
	display: block;
	overflow: visible;
	z-index: 50;
	white-space: nowrap;
	width: auto;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	margin-top: 2px;
	margin-left: 5px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	float: left;
	position: relative;
	font-weight: bold;
}
#menu h3 a:hover {
	color: #0083bd;
	background-color: #FFF;
	z-index: 100;
}
#menu h3.sel a {
	color: #0083bd;
	background-color: #FFF;
	z-index: 100;
}
#menu ul#submenu_news {
	left: 22px;	
}
#menu ul#submenu_community {
	left: 57px;
}
#menu ul#submenu_concorsi {
	left: 22px;
}
#menu ul#submenu_links {
	left: auto;
	right: 90px;
}
#menu ul#submenu_blocchicad {
	left: auto;
	right: 0px;
}
#menu ul#submenu_freesoftware {
	left: 120px;
	right: auto;
}
#menu #feed_rss a {
	display: block;
	overflow: visible;
	z-index: 50;
	font-size: 11px;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	margin-top: 2px;
	padding-top: 4px;
	padding-right: 16px;
	padding-bottom: 4px;
	padding-left: 8px;
	position: absolute;
	font-weight: normal;
	background-image: url(../images/icons/feed_12.gif);
	background-repeat: no-repeat;
	background-position: right center;
	right: 10px;
	top: 0px;
	white-space: nowrap;
}
#menu #feed_rss a:hover {
	text-decoration: underline;
	background-image: url(../images/icons/feed_12_.gif);
}
