/* @group General Styles */

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

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

/* @group Layout */


div#logo {
	background: #ac2b28;
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	background: #445921;
	padding-top: 0;
	margin-top: -4px;
}

#breadcrumbcontainer ul {
}

#breadcrumbcontainer li {
}

#breadcrumbcontainer a {
}

#breadcrumbcontainer a:hover {

}
	
/* @end */

/* @group Toolbar */


#navcontainer {
	background: #ac2b28;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	font-size: 1em;
}


/* Parent - Level 0 */

#navcontainer ul {
	border-left: 1px solid #ffffff;
}

/* @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 {
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;

}

/* Child - Level 2 */

#navcontainer ul ul ul {
	margin-left: 0;
	border-right: 1px solid #e9e9e9;
}

/* @end */