/* color2 */

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

/* -----toolbar */

/* solo colori */

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

/* x */

#navcontainer li {
	background: transparent;
}

#navcontainer a {
}

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

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

/* I */

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

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

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



