/* color */

#navcontainer {
	background: url(../../images/editable_images/toolbar_3_grey.jpg) repeat-x;
}

/* -----toolbar */

/* solo colori */

#navcontainer #current {
	text-shadow: 0px 0px 5px #000000;
	font-weight: bold;
}

/* x */

#navcontainer li {
	background: transparent;
}

/* #d4d4d4 below */

#navcontainer a{
}

/* #ffffff below */

#navcontainer a:hover {
	background: transparent;
	text-shadow: 0px 0px 2px #ffffff;
}

#navcontainer a:active {
	text-shadow: 0px 0px 2px #ffffff;
}

/* I */

#navcontainer ul ul a {
	
}

/* #b6b6b6 below */

#navcontainer ul ul a:hover{
	text-shadow: 0px 0px 2px #000000;
	
}

#navcontainer ul ul #current{
	text-shadow: 0px 0px 0px #000000;		
	font-weight: bold;
}


