/* 	[ COPYRIGHT CONTEGRO  - Intelligent Website Content Management ]   */
/* 	[ http://www.contegro.com ]   */



/* -----[ DISPLAY NAVIGATION ]--------------------------------------------------------------------- */

/*
		Do not change class names. Alter attributes as required.		
*/
.DisplayNavigation {
	background: transparent url(/Templates/_images/display-bkg-home.jpg) no-repeat top left;
	width: 205px;
	height: 144px;
	display: block;
}

#cTL .DisplayNavigation {
	margin: 0 0px 0 0;
	float: right;
	clear: none;
	}

ul.DisplayNavigationList
{
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
}
ul.DisplayNavigationList li {
	font-size: 12px;
	height: auto;
	padding: 9px 0 12px 0;
	margin: 0px 0 0 12px;
	list-style-image: none;
	display: block;
	white-space: normal;
}
ul.DisplayNavigationList a {
	margin: 0px 0 0 0px;
	padding: 0px 0px 0px 0;
	text-decoration: none;
	display: block;
	color: #ffffff;
	font-family: "Century Gothic", Arial, Verdana, Helvetica;
	text-transform: uppercase;
}
ul.DisplayNavigationList a:hover {
	text-decoration: none;
	display: block;
	color: #e51837;
}

/* === [ 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: #ffffff;
}

 /* === [ 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: #CCCCCC;
}

