/* @group General Styles */

a:link, a:visited {
	color: #2b70bb;
}

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

/* @group Layout */

div#logo {
	background: #d1411b;
}

	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	background-color: #003a7e;
}

#breadcrumbcontainer ul {
}

#breadcrumbcontainer li {
}

#breadcrumbcontainer a {

}

#breadcrumbcontainer a:hover {

}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */
/* All the positional and display code can be found in the styles.css file. You should use this stylesheet for styling only (colors, sizes, etc). Do not put any positional / display code as it will overwrite the styless.css file and possibly break the drop down menu */

#navcontainer {
	font-size: 1em;
	background-color: #003a7e;
}


/* Parent - Level 0 */

#navcontainer ul {
}

/* @group standard links */

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

}

#navcontainer a:hover {
	color: #fff;
	background-color: #003a7e;
}

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

#navcontainer a:link.currentAncestor {
	color: #fff;
	background-color: #419e59;
}

#navcontainer a:visited.currentAncestor {
	color: #fff;
	background-color: #419e59;
}

#navcontainer a:hover.currentAncestor {
	color: white;
	/*font-weight: bold;*/
	background-color: #ffa4d0;
	background-color: #4fbc6a;
}

#navcontainer a:active.currentAncestor {
	color: #fff;
	background-color: #419e59;
}

#navcontainer a:link#current {
	color: #fff;
	background-color: #419e59;
}

#navcontainer a:visited#current {
	color: #fff;
	background-color: #419e59;
}

#navcontainer a:hover#current {
	color: white;
	background-color: #4fbc6a;
}

#navcontainer a:active#current {
	color: #fff;
	background-color: #008210;
}

