/* 	[ COPYRIGHT CONTEGRO  - Intelligent Website Content Management ]   */
/* 	[ http://www.contegro.com ]   */



/* -----[ DISPLAY NAVIGATION ]--------------------------------------------------------------------- */

/*
		Do not change class names. Alter attributes as required.		
*/

.DisplayNavigation {
	clear: none;
	float: left;
	display: block;
	width: 150px;
	margin: 14px 0px 0px 0px;
	padding: 0 30px 0 0px;
}
.DisplayNavigation h1 {
	color: #99ccff;
	font-size: 80%;
	margin-top: 0em;
	margin-bottom: 0.4em;
	font-weight: bold;
	letter-spacing: 0em;
	border-bottom: #99ccff 1px solid;
	text-transform: uppercase;
	font-weight: bold;
}
.DisplayNavigation .CustomTitle {
	color: #99ccff;
	border-bottom: #99ccff 1px solid;
	margin-bottom: 0.4em;
	font-size: 80%;
	text-transform: uppercase;
	font-weight: bold;
}

ul.DisplayNavigationList
{
	list-style: none;
	margin: 0 0em 0em 0em;
	padding: 0;
}
ul.DisplayNavigationList li {
	font-size: 1em;
	height: auto;
	padding: 0px;
	margin: 0px;
	display: block;
	white-space: normal;
	background: url(/Templates/_images/cF-bulletpoint.gif) no-repeat 0 8px;
}
ul.DisplayNavigationList a {
	font-size: 80%;
	margin: 0px 10px;
	padding: 2px 0px;
	text-decoration: none;
	display: block;
	color: #FFFFFF;
}
ul.DisplayNavigationList a:hover {
	text-decoration: none;
	display: block;
	color: #ffcc00;
}

/* === [ Selected state ] === */
 
ul.DisplayNavigationList a:link.MenuSelected, 
ul.DisplayNavigationList a:visited.MenuSelected, 
ul.DisplayNavigationList a:hover.MenuSelected, 
ul.DisplayNavigationList a:active.MenuSelected {
	text-decoration: none;
	display: block;
	color: #ffcc00;
}

 /* === [ Selected Parent state ] === */
 
ul.DisplayNavigationList a:link.SelectedParent1, 
ul.DisplayNavigationList a:visited.SelectedParent1, 
ul.DisplayNavigationList a:active.SelectedParent1,
ul.DisplayNavigationList a:hover.SelectedParent1 {
	text-decoration: none;
	display: block;
	color: #ffcc00;
}
