/* data archive: #navcontainer, #bodyEdge */

#bodyEdge {
	background: url(../../images/editable_images/toolbar_1_grey.jpg) repeat-x left top;
}

/* @group toolbar */

#navcontainer #current {
	text-shadow: 0px 0px 0px #ffffff;
	color: #f68025;
	background: url(../../images/elements/corners/toolbar_0separtor.jpg) no-repeat 0 50%;
}

/* x */

#navcontainer li {
	color: #1d1d1d;
}

#navcontainer a{

	text-shadow: 0px 0px 0px #ffffff;
	color: #1d1d1d;
	background: url(../../images/elements/corners/toolbar_1separtor.jpg) no-repeat 0 50%;
}


#navcontainer a:hover {
	background: transparent url(../../images/elements/corners/toolbar_0separtor.jpg) no-repeat 0 50%;
	text-shadow: 0px 0px 0px #ffffff;
	color: #f68025;
}

#navcontainer a:active {
	text-shadow: 0px 0px 0px #ffffff;
	background: url(../../images/elements/corners/toolbar_1separtor.jpg) no-repeat 0 50%;
	color: #fff;
}

#navcontainer .currentAncestor {
	text-shadow: 0px 0px 0px #ffffff;
	background: url(../../images/elements/corners/toolbar_0separtor.jpg) no-repeat 0 50%;
	color: #787878;
}

/* I */

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

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

#navcontainer ul ul #current{
	color: #787878;
	text-shadow: 0px 0px 0px #ffffff;
}

#navcontainer ul ul .currentAncestor {
	background: none;
	text-shadow: 0px 0px 0px #ffffff;
	color: #787878;

}

/* II  --> over */

#navcontainer ul ul ul li a:hover
 {
	color: #f68025;
	text-shadow: 0px 0px 0px #000000;
		
}

#navcontainer ul ul ul #current {
	color: #787878;
}
	
/* @end */


