 /* **********  INIZIO Second Menu *********************** */

#menuList {
	position:relative;
	font-size: 11px;
	height: 15px;
	text-decoration: none;
	font-family:  Verdana, Arial, "Arial Narrow"; 
	font-weight: normal; 
	color: white;
	z-index:100;
	padding: 0px;
	margin: 0px
}

#mainMenu {
	position:relative;
	height: 15px;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #CB2620;
}

#menuList ul {
	z-index:100;
	height: 15px;
	margin: 0px;
	padding: 0px;
}

#menuList li {
	z-index:100;
	height: 15px;
	display:inline;
	list-style: none;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px
}

a.linknormal {
	z-index:100;
	height: 15px;
	font-size: 11px;
	text-decoration: none;
	font-family:  Verdana, Arial, "Arial Narrow"; 
	font-weight: normal; 
	color: white;
	margin: 0px;
	padding: 0px;
}

a.linknormal:hover, a.linknormal:active, a.linknormal:focus {
	z-index:100;
	height: 15px;
	font-size: 11px;
	text-decoration: underline;
	font-family:  Verdana, Arial, "Arial Narrow"; 
	font-weight: normal; 
	color: white;
	margin: 0px;
	padding: 0px;
}

a.linkmactive {
	z-index:100;
	height: 15px;
	font-size: 11px;
	text-decoration: underline;
	font-family:  Verdana, Arial, "Arial Narrow"; 
	font-weight: bolder; 
	color: white;
	margin: 0px;
	padding: 0px	
}

a.linkmactive:hover, a.linkmactive:active, a.linkmactive:focus {
	z-index:100;
	height: 15px;
	font-size: 11px;
	text-decoration: underline;
	font-family:  Verdana, Arial, "Arial Narrow"; 
	font-weight: bolder; 
	color: white;
	margin: 0px;
	padding: 0px;
}

a.starter {
	z-index:100;
	width: 100px;
	height: 15px;
	font-size: 11px;
	text-decoration: none;
	font-family:  Verdana, Arial, "Arial Narrow"; 
	font-weight: normal; 
	color: white;
	margin: 0px;
	padding: 0px;
}



a.starter:hover, a.starter:active, a.starter:focus {
	background-color: #61615F;
	width: 100px;
	height: 15px;
	font-size: 11px;
	text-decoration: none;
	font-family:  Verdana, Arial, "Arial Narrow"; 
	font-weight: normal; 
	color: white;
}
#menubuilder, #stylelibrary, #aboutus {
	width: 185px;
}
.menu {
	text-align: left;
	position: absolute;
	visibility: hidden;
	z-index: 100;
}
.menu li {
	width:100%;
}
.menu li a {
	background-color: #CB2620;
	z-index:100;
	font-size: 11px;
	text-decoration: none;
	font-family:  Verdana, Arial, "Arial Narrow"; 
	font-weight: normal; 
	color: white;
	display: block;
	width:100%;
	padding:3px;
	margin: 0px;
	text-decoration: none;
	margin-top: 0px;
}

.menu li a:hover, .menu li a:active, .menu li a:focus {
	background-color: #61615F;
	color: white;
	font-weight: normal; 
}

 /* **********  FINE Second Menu *********************** */