@charset "utf-8";
/* CSS Document */



ul.topMenu {
	width: 100%;
	margin-bottom: 0;
}

ul.sf-menu li:last-child ul {
	left: -3em !important;
}

ul.sf-menu > li {
	/*width: 16.5%;*/
	padding: 0.5em 1.5em;	
	
}

ul.sf-menu > li:first-child {
	padding-left: 0.5em;
}

.sf-menu ul {
	width: auto;
}

.sf-menu ul li {
	width: 100%;
}

.topMenu a, .topMenu a:visited {
	
	white-space: nowrap;
	
	
	
	color: #241E20;
	font-size: 90%;
	
	padding: 0; /*7px 2.8em*/;
	
	
	border: 0;
	margin-bottom: 0;

	

}



ul.topMenu > li > a:first-child, ul.topMenu > li > a:visited:first-child {
	padding-left: 0;
}


.topMenu li a {
	font-weight: bold;	
}

.topMenu li li a {
	font-weight: normal;
	padding: 6px 1em;
}


.topMenu li {
	background-color: #DCDDDF;
	border: 0;	
}

.topMenu li li {
	background-color: #DCDDDF;
}
.topMenu li li li {
	background-color: #DCDDDF;
}
.topMenu li:, .topMenu li.sf,
.topMenu a:focus, .topMenu a:, .topMenu a:active {
	background-color: #DCDDDF;
	outline:		0;
}

.topMenu li:hover, .topMenu li.sfHover,
.topMenu a:focus, .topMenu a:hover, .topMenu a:active {
	background-color:		 #DCDDDF;
	outline:		0;
}

.topMenu a, .topMenu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#241E20;
		margin-bottom: 0;
}

.topMenu a:hover {
	color: #fff;
}

.topMenu li:hover ul,
.topMenu li.sfHover ul {	
	top:		32px !important; /* match top ul list item height */	
}

/*this is to show it over the udm menu*/
.sf-menu li, .sf-menu li, .sf-menu a, .sf-menu a:link {
	z-index: 2000 !important;
	position: relative;
}


