

/* @group Layout */


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



#sidebarContainer .sideHeader {
	background: #f3f3f3;
	color: #666;
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	background: #ededed;
	color: #4a4a4a;
}

#breadcrumbcontainer a {
	color: #4a4a4a;
}

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

/* @end */

/* @group Toolbar Top */

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


/* Parent - Level 0 */

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



#navcontainer li {
}

/* @group standard links */

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

}

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

#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: #bfbfbf;
	color: #000;
	font-weight: bold;
}

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

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

#navcontainer a:active.current {
	background: #bfbfbf;
	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 */

/* @group Toolbar Side */

#navcontainer_side {
	background: #fff;
	border-bottom: 1px dotted #ccc;
	margin: 20px 0px 10px;
}


/* Parent - Level 0 */

#navcontainer_side ul {
}



#navcontainer_side li {
}

/* @group standard links */

#navcontainer_side a:link, #navcontainer_side a:visited {
	color: #555555;
	border: none;

}

#navcontainer_side a:hover {
	color: #000 !important;
	border: none;
}

#navcontainer_side a:active {
	color: #000;
	border: none;
}

#navcontainer_side a:link.currentAncestor {
	color: #000;
	font-weight: bold;
}

#navcontainer_side a:visited.currentAncestor {
	color: #000;
	font-weight: bold;
}

#navcontainer_side a:hover.currentAncestor {
	color: #000;
	font-weight: bold;
}

#navcontainer_side a:active.currentAncestor {
	color: #000;
	font-weight: bold;
}

#navcontainer_side a:link.current {
	color: #000;
	font-weight: bold;
}

#navcontainer_side a:visited.current {
	color: #000;
	font-weight: bold;
}

#navcontainer_side a:hover.current {
	color: #000;
	font-weight: bold;
}

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

/* @end */


