.tabMenuCat {
	position: absolute;
	z-index: 15;
	top: 125px;
	left: 0px;
	width: 100%;
}
.menuCatSepara {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.menuCat {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006600;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #006600;
	background-color: #FFFFFF;
}
.menuCat a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006600;
	text-decoration: none;
}
.menuCat a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00FF33;
	text-decoration: none;
}
.menuCatSub {
	position:absolute;
	visibility: hidden;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	z-index: 100;
	width: 205px;
	color: #000099;
	text-decoration: none;
	background-image: url(/images/sf_ricerca.png);
	background-repeat: repeat-x;
	background-position: left top;
	border-top: 1px solid #666666;
	border-right: 0px solid #666666;
	border-bottom: 0px solid #666666;
	border-left: 1px solid #666666;
	left: 0px;
	top: 0px;
}

.menuCatSub a {
	width: 100%;
	display: block;
	text-indent: 6px;
	padding: 2px;
	text-decoration: none;
	text-indent: 5px;
	color: #006600;
	background-image: url(/images/sf_menuCat_voce.png);
	background-repeat: repeat-x;
	background-position: left top;
}

.menuCatSub a:hover {
	color: #003300;
	background-image: url(/images/sf_menuCat_voce_up.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 2px 2px 2px 4px;
}