

/* @group Layout */


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



#sidebarContainer .sideHeader {
	background: #595959;
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	background: #a9a9a9;
	color: #353535;
}

#breadcrumbcontainer a {
	color: #353535;
}

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

/* @end */

/* @group Toolbar */

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


/* Parent - Level 0 */

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



#navcontainer li {
}

/* @group standard links */

#navcontainer a:link, #navcontainer a:visited {
	color: #dddddd;
}

#navcontainer a:hover {
	color: #000;
	background: #bfbfbf;
}

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

#navcontainer a:link.currentAncestor {
	background: #bfbfbf;
	color: #000;
}

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

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

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

#navcontainer a:link#current {
	background: #dfdfdf;
	color: #000;
	font-weight: bold;
}

#navcontainer a:visited#current {
	background: #dfdfdf;
	color: #000;
	font-weight: bold;
}

#navcontainer a:hover#current {
	color: #000;
	background: #bfbfbf;
	font-weight: bold;
}

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

/* Child - Level 1 */

#navcontainer ul ul {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;

}


/* Child - Level 2 */

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

/* @end */


