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

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

/* @group toolbar */

#navcontainer #current {
	color: #5e5e5e;
	background: url(../../images/elements/corners/toolbar_2separtor.jpg) no-repeat 0 50%;
}

/* x */

#navcontainer li {
	color: #363636;
	font-weight: bold;
}

#navcontainer a{

	color: #363636;
	background: url(../../images/elements/corners/toolbar_1separtor.jpg) no-repeat 0 50%;
	font-weight: bold;
}


#navcontainer a:hover {
	background: transparent url(../../images/elements/corners/toolbar_2separtor.jpg) no-repeat 0 50%;
	color: #85a62b;
	font-weight: bold;
	text-decoration: none;
}

#navcontainer a:active {
	background: url(../../images/elements/corners/toolbar_2separtor.jpg) no-repeat 0 50%;
	color: #85a62b;
	font-weight: bold;
	text-decoration: none;
}

#navcontainer .currentAncestor {
	background: url(../../images/elements/corners/toolbar_2separtor.jpg) no-repeat 0 50%;
	color: #363636;
	font-weight: bold;
}

/* I */

#navcontainer ul ul a {
	color: #363636;
	font-weight: bold;
}

#navcontainer ul ul a:hover{
	color: #85a62b;
	font-weight: bold;
	text-decoration: none;
}

#navcontainer ul ul #current{
	color: #363636;
	font-weight: bold;
}

#navcontainer ul ul .currentAncestor {
	background: none;
	color: #363636;
	font-weight: bold;
}

/* II  --> over */

#navcontainer ul ul ul li a:hover
 {
	color: #85a62b;
	font-weight: bold;
	text-decoration: none;
}

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



