dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#topmenu {
	z-index:100;
}
#topmenu li, #topmenu li a, #topmenu li a:hover {
	font-size:11px;
	font-weight:normal;
}
#topmenu dl {
	float: left;
	width: 9em;
}
#topmenu dt {
	cursor: pointer;
	text-align: left;
	font-weight: bold;
	margin: 1px;
}
#topmenu dd {
	display: none;
	background-color:#0E419D;
}
#topmenu li {
	text-align: left;
	height:100%;
	/*border-bottom:1px solid #cccccc;*/
}
#topmenu dt a, #topmenu li a {
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
#topmenu li a:hover, #topmenu li a:focus, #topmenu dt a:hover, #topmenu dt a:focus {
	color:#cccccc;
}

#menunavcontainer {
	letter-spacing: 0px;
	font-size: 10pt;
	font-weight: normal;
	display: block;
	position: relative;
	top: 2px;
	left: -10px;/*-45px;*/
	z-index: 99;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#menunavcontainer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
}
#menunav {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#menunav ul {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#menunav .name {
	/*font-variant: small-caps;*/
/*	width: 80px;*/
	height: 18px;
	margin: 0 0 0 0;
	padding-top: 1px;
	text-decoration: none;
	text-align: center;
	font-size: 10pt;
	display: block;
	color: Red;
	text-decoration: none;
	background: url("../img/arrow_project_act.gif") right no-repeat;
}
#menunav .emptyButton {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	/*font-variant: small-caps;*/
	/*width: 95px;*/
	height: 18px;
	margin: 0 15px 0 0;
	padding-top: 1px;
	text-decoration: none;
	text-align: center;
	display: block;
	color: White;
	background: url("../img/arrow.gif") right no-repeat;
	text-decoration: none;
}
#menunav .emptyButton:hover {
	background: url("../img/arrow_active.gif") right no-repeat;
	color: Red;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#menunav li.sfhover .emptyButton {
	background: url("../img/arrow_active.gif") right no-repeat;
	color: Red;
}
#menunav a.button {
/*	width: 80px;*/
	height: 18px;
	padding-top: 1px;
	margin: 0 15px 0 0;
	text-align: center;
	color: White;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: 0px;
}
#menunav a.button_act {
/*	width: 80px;*/
	height: 18px;
	padding-top: 1px;
	margin: 0 0 0 0;
	text-align: center;
	color: Red;
}
#menunav a {
	/*font-variant: small-caps;*/
	text-decoration: none;
	display: block;
	color: White;
	text-decoration: none;
}
#menunav a:hover {
	color: Red;
}
#menunav li {
/*	width: 80px;*/
	float: left;
	list-style-image: none !important;
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#menunav li ul {
/*	border-right: White 1px solid;
	border-left: White 1px solid;
	border-bottom: White 1px solid;*/
	background: #0E419D;
	left: -999em;
	list-style-image: none !important;
	width: 150px;
	position: absolute;
	top: 18px;
	margin: 0 0 0 0;
	padding: 0.3em;
}
#menunav li ul li {
	margin: 0px;
	width: 100%;
	height: 1.5em;
	text-align: left;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	color: White;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom: 1px dotted #707070;
	margin: 0 0 0 0;
	padding: 4px 0 0 0;
}
#menunav li:hover ul {
	left: auto;
}
#menunav li.sfhover ul {
	left: auto;
}