/* @group General Styles */

a:link, a:visited {
	color: #bf2510;
}

a:hover, a:active {
	color: #ea2b12;
}
	
/* @end */

/* @group Toolbar Top */


#navcontainer {
	background: #ac2b28;
	font-size: 1em;
}


/* Parent - Level 0 */

#navcontainer ul {
}

/* @group standard links */

#navcontainer a:link, #navcontainer a:visited {
	color: #f0f0f0;

}

#navcontainer a:hover {
	color: #fff;
	background: #e93c36;
}

#navcontainer a:active {
	color: #fff;
}

#navcontainer a:link.currentAncestor {
	background: #962522;
	color: #fff;
}

#navcontainer a:visited.currentAncestor {
	background: #962522;
	color: #fff;
	font-weight: bold;
}

#navcontainer a:hover.currentAncestor {
	color: white;
	background: #e93c36;
	font-weight: bold;
}

#navcontainer a:active.currentAncestor {
	background: #962522;
	color: #fff;
	font-weight: bold;
}

#navcontainer a:link.current {
	background: #962522;
	color: #fff;
	font-weight: bold;
}

#navcontainer a:visited.current {
	background: #962522;
	color: #fff;
	font-weight: bold;
}

#navcontainer a:hover.current {
	color: white;
	background: #e93c36;
	font-weight: bold;
}

#navcontainer a:active.current {
	background: #962522;
	color: #fff;
	font-weight: bold;
}
	
/* @end */

/* Child - Level 1 */

#navcontainer ul ul {

}

/* Child - Level 2 */

#navcontainer ul ul ul {
	margin-left: 0;
}

/* @end */

/* @group Toolbar Side */


#navcontainer_side {
	background: #ac2b28;
	width: 200px;
}


/* Parent - Level 0 */

#navcontainer_side ul {
}

/* @group standard links */

#navcontainer_side a:link, #navcontainer_side a:visited {
	color: #f0f0f0;

}

#navcontainer_side a:hover {
	color: #fff;
	background: #e93c36;
}

#navcontainer_side a:active {
	color: #fff;
}

#navcontainer_side a:link.currentAncestor {
	background: #962522;
	color: #fff;
}

#navcontainer_side a:visited.currentAncestor {
	background: #962522;
	color: #fff;
	font-weight: bold;
}

#navcontainer_side a:hover.currentAncestor {
	color: white;
	background: #e93c36;
	font-weight: bold;
}

#navcontainer_side a:active.currentAncestor {
	background: #962522;
	color: #fff;
	font-weight: bold;
}

#navcontainer_side a:link.current {
	background: #962522;
	color: #fff;
	font-weight: bold;
}

#navcontainer_side a:visited.current {
	background: #962522;
	color: #fff;
	font-weight: bold;
}

#navcontainer_side a:hover.current {
	color: white;
	background: #e93c36;
	font-weight: bold;
}

#navcontainer_side a:active.current {
	background: #962522;
	color: #fff;
	font-weight: bold;
}
	
/* @end */

/* @end */

#navcontainer ul ul {
	background-color: #B44545;
}

#navcontainer ul ul ul {
	background-color: #B55A5B;
}