/* Drop Down CSS */

ul.DD {
	margin: 0;
	padding: 0;
	list-style: none;
}

li.DD {
	float: left;
	position: relative;
	width: 125px;
	z-index:3;
}

li.DD ul.DD {
	display: none;
	position: absolute;
	left: 0;
}

li.DD > ul.DD {
	top: auto;
	left: auto;
	width:245px;
	height:245px;
}

ul.DD li.DD {
	position: relative;
}

/*ul.DD li.DD a.Menu {
	display: block;
	padding: 0px;
}*/


/* Fix IE. Hide from IE Mac \*/
* html ul.DD li.DD { clear: right; float: left; height: 0%; }
* html ul.DD li.DD a.Menu { height: 0%; }
/* End */


li.DD:hover ul.DD, li.DD.over ul.DD { 
	display: block;
/*	clear:right;*/
}



/* Cascading CSS */

li.DD:hover > ul.CS, a.CS:hover {
	display:block;
}

li.DD > ul.CS {
	list-style:none;
	display:none;
	margin: 0;
	padding: 0;
	float:left;
	position:absolute;
	top: 3px;
	left: 121px;
}

li.DD ul.CS li.CS {
	position:relative;
	top: 0px;
	left: 0px;
}

li.CS:hover > ul.CS, a.CS:hover {
	display:block;
}

li.CS > ul.CS {
	list-style:none;
	display:none;
	margin: 0;
	padding: 0;
	float:left;
	position:absolute;
	top: 3px;
	left: 121px;
}




/* Layout CSS */

.Top {
	border-top: 1px #FFFFFF solid;
}

a.MenuT {
	border: 1px #FFFFFF solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #A7A9AC;
	text-align:center;
	width: 120px;
/*	text-transform:uppercase;*/
	min-height:15px;
	font-weight:bold;

}

a.MenuT:hover {
	border: 1px #FFFFFF solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #a7a9ac;
	text-decoration: none;
	display: block;
	clear:right;
	background-color: #FFFFFF;
}

a.MenuLev, a.CS {
	font-size: 10px;
	/*border-left: 1px #FFFFFF solid;
	border-right: 1px #FFFFFF solid;
	border-bottom: 1px #FFFFFF solid;*/
	border-top: 0px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #A7A9AC;
	text-align:left;
	width: 114px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left: 3px;
	padding-right: 3px;
	/*font-weight: bold;*/
}

a.MenuLev:hover, a.CS:hover {
	font-size: 10px;
	/*border-bottom: 1px #0055A5 solid;*/
	color:#0055A5;
}

a.CurNorm {
	cursor:default;
	/*cursor:url("custom.cur"), pointer*/
}

.BgTrasp {
	/*background: url(../Images/Components/trasparenza.png);
	background-repeat: repeat;*/
	background-color: #A7A9AC;
	font-size: 10px;
	color: #FFFFFF;
}

.WhiteText {
	font-size: 10px;
	color: #FFFFFF;
}

ul.Prod li.Prod {
	list-style: none;
}

.Category {
	padding-left: 10px;
	padding-top:5px;
}

.Category2 {
	padding-left: 10px;
		padding-top:5px;
}

a.Prod {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}

a.Prod:hover {
	color: #0055A5;
	text-decoration: none;
}

.BorderWhiteLeft {
	border-left: 1px solid #FFF;
}

.BorderWhiteRight {
	border-right: 1px solid #FFF;
}

.BorderWhiteBtm {
	border-bottom: 1px solid #FFF;
}

.MenuH {
	height: 20px;
	padding-top: 5px;
}
