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

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

/* @group toolbar */

#navcontainer #current {
	text-shadow: 0px 0px 0px #ffffff;
	color: #83ebff;
	font-weight: bold;
	background: url(../../images/elements/corners/toolbar_3separtor.jpg) no-repeat 0 50%;
}

/* x */

#navcontainer li {
}

#navcontainer a{

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


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

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

#navcontainer .currentAncestor {
	text-shadow: 0px 0px 0px #ffffff;
	background: url(../../images/elements/corners/toolbar_3separtor.jpg) no-repeat 0 50%;
	font-weight: bold;
	color: #83ebff;
}

/* I */

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

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

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

#navcontainer ul ul .currentAncestor {
	background: none;
	text-shadow: 0px 0px 0px #ffffff;
	color: #83ebff;
	font-weight: bold;

}

/* II  --> over */

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

#navcontainer ul ul ul #current {
	color: #83ebff;
	font-weight: bold;
}
	
/* @end */


