#mnu li.Level0{
	width: auto;
	padding: 0px 0px 0px 0px;
	border: 0px solid blue;!important;
}

#mnu li.Level0 a {
	color: #000000;
	font-family:Verdana,Arial,Helvetica; 
	font-size:11px; 
	font-weight:normal;
	display: block;
	font-weight: bold;
	width: auto;
	text-decoration: none;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;!important;
}

#mnu li.Level0 a:hover{
	color:#F7C621;
}

#mnu, #mnu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
}

#mnu li.Level0 ul a { /* list items of second level */
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	display: block;
	width: 87px;
	padding: 0px 1px 1px 1px;
	font-weight: normal;
	/*background-image: url();*/
	/*background-repeat: no-repeat;*/
	/*border: 1px solid red;*/
	background-color: #ffffff;
	border-left-width: 0px;
	border-left-style: solid;
	border-color: #444444;
	border-bottom: 1px solid #D1D9DA;
}

#mnu li.Level0 ul a:hover{
	background-color: #17551a;
	color: #FFFFFF;
}

#mnu li { /* all list items */
	float: left;
	width: 170 px; /* width needed or else Opera goes nuts */
	/*border-bottom: 1px solid #D1D9DA;*/
	margin-left: 0px;
	/* normally this is the place for declaration of grid effect, except for cases that we have define other charachteristics */
	/* like background color for some level. In these stylesheet there is a previous declaration for second level list items' */
	/* background so IE behaves erroneously and hides the declared here border. So the declaration of grid-border style */
	/* coexists in previous declared styles of second level list items */

}

#mnu li ul { /* second-level lists box */
	font-size: 1em;
	position: absolute;
	/*background-color: #007382;*/
	/*background-image: url(../img/mnuborderbottom2.gif);*/
	background-position: bottom;
	background-repeat: no-repeat;
	border-style:solid;
	border-width: 0px 0px 0px 0px;
	border-color: #444444 #444444 #444444 #444444;
	/*padding: 0px 0px 10px 0px;*/
	padding: 0px 0px 0px 0px;
	width: 88px;
	/*list-style-image:url(img/arrow.gif);*/
	margin-top: 0px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#mnu li ul ul { /* third-and-above-level lists box */
	font-size: 1em;
	padding: 0px 0px 5px 0px;
	margin: -2em 0 0 176px;
	/*background-color:#56909E;*/
}
#mnu li.Level0 ul ul a {
	background-color:#56909E;
	/*border-bottom: 1px solid #D1D9DA;*/
	/* no need if has been declared for list items of second level */
}

#mnu li.Level0 ul ul a:hover { /* third-and-above-level lists items */
	background-color:#8CACB7;
}

#mnu li:hover ul ul, #mnu li:hover ul ul ul, #mnu li.mnuOver ul ul, #mnu li.mnuOver ul ul ul {
	left: -999em;
}

#mnu li:hover ul, #mnu li li:hover ul, #mnu li li li:hover ul, #mnu li.mnuOver ul, #mnu li li.mnuOver ul, #mnu li li li.mnuOver ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 10;
}

.SubMnuPointer{
	float:right;
	margin:-12px 5px 0px 0px;
}