/* @group Layout */


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




	
/* @end */


/* @group Toolbar Top */

#navcontainer {
	background: #174588;
	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: #1d59b0;
}

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

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

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

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

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

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

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

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

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

/* @group Toolbar Side */

#navcontainer_side {
	background: #174588;
}


/* Parent - Level 0 */

#navcontainer_side ul {
}



#navcontainer_side li {
}

/* @group standard links */

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

}

#navcontainer_side a:hover {
	color: #fff;
	background: #1d59b0;
}

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

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

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

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

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

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

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

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

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

/* @end */


