/* 8 */

#navcontainer {}
/* variations below */
#navcontainer #current {
	background: url(../../images/elements/buttons/008_button_a_current.png) no-repeat;
	font-weight: bold;
}
#navcontainer #current:hover {}
#navcontainer .currentAncestor {
	font-weight: bold;	
	background: url(../../images/elements/buttons/008_button_a_down.png) no-repeat;
}
/* 0 this  */
#navcontainer ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#navcontainer li {
	background: url(../../images/elements/buttons/008_button_a.png) no-repeat;
}
#navcontainer a {
	display: block;
	height: 40px;
	font-size: 15px;
	line-height: 39px;
	text-align: center;
}
#navcontainer a:hover {}
#navcontainer a:active {}
/* 1 */

#navcontainer ul ul {
	margin-left: 0;
	padding: 0;
}

#navcontainer ul ul li {
	background: url(../../images/elements/buttons/008_button_b_sub1.png) no-repeat;
}

#navcontainer ul ul a {
	height: 33px;
	font-weight: normal;
	font-style: normal;
	line-height: 30px;
	font-size: 13px;
}

#navcontainer ul ul a:hover{}
#navcontainer ul ul #current{
	background: url(../../images/elements/buttons/008_button_b_current.png) no-repeat;
}
#navcontainer ul ul .currentAncestor {
	font-weight: bold;
	background: url(../../images/elements/buttons/008_button_b_down.png) no-repeat;
}
/* 2 */
#navcontainer ul ul ul {}
#navcontainer ul ul ul li {
	background: url(../../images/elements/buttons/008_button_b_sub1.png) no-repeat;
}
#navcontainer ul ul ul a{}
#navcontainer ul ul ul a:hover{}
#navcontainer ul ul #current{}
#navcontainer ul ul .currentAncestor {}
/* questo per i sottomenu */
/* 3 */
#navcontainer ul ul ul {}
#navcontainer ul ul ul ul li { 
background: url(../../images/elements/buttons/008_button_b_sub1.png) no-repeat;
}
#navcontainer ul ul ul ul a{}
#navcontainer ul ul ul ul a:hover{}
/* 4 */
#navcontainer ul ul ul ul {}
#navcontainer ul ul ul ul ul li { 
background: url(../../images/elements/buttons/008_button_b_sub1.png) no-repeat;
}
#navcontainer ul ul ul ul ul a{}
#navcontainer ul ul ul ul ul a:hover{}
/* 5 */
#navcontainer ul ul ul ul ul {}
#navcontainer ul ul ul ul ul ul li { 
background: url(../../images/elements/buttons/008_button_b_sub1.png) no-repeat;
}
#navcontainer ul ul ul ul ul ul a{}
#navcontainer ul ul ul ul ul ul a:hover{}