

/*<group=Layout>*/


div#logo {
	
	background: #000;
	height: 100%;
	text-align: center;
}



#sidebarContainer .sideHeader {
	background: #4c4c4c;
}
	
/*</group>*/

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
	background: #212121;
	color: #8f8f8f;
}

#breadcrumbcontainer a {
	color: #8f8f8f;
}

#breadcrumbcontainer a:hover {
	color: #a5a5a5;
}

/*</group>*/

/*<group=Toolbar>*/

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


/* Parent - Level 0 */

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



#navcontainer li {
}

/*<group=standard links>*/

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

}

#navcontainer a:hover {
	color: #fff;
	background: #5d5d5d;
}

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

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

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

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

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

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

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

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

#navcontainer a:active#current {
	background: #3d3d3d;
	color: #fff;
	font-weight: bold;
}
	
/*</group>*/

/* 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;
}

/*</group>*/

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

a:hover, a:active {
	color: #ffe60e;
}


