#NavMenuList {
    position: absolute;
    left: 0px; top: 152px;
    height: 41px; width: 800px;
    margin: 0; padding: 0;
    display: inline; white-space: nowrap;
	clear: both;
    z-index:3;
    text-align: right;
}
#NavMenuList li {
    display: inline;
    list-style: none; white-space: nowrap;
}
#NavMenuList a  { 
	color: black; 
	font: 11px Arial, Geneva, Helvetica, sans-serif; 
	text-decoration: none; 
	background-color: white; 
	text-align: right; 
	display: block; 
	padding: 2px 10px 1px; 
	width: auto; 
	height: 15px; 
	float: right; 
}

#NavMenuList a:hover {
    color: white; background-color: black;
}
#NavMenuList .NavSubMenuList {
    visibility: hidden;
    left: 0; top: 18px;
    position: absolute; height: 22px;
    width: 100%; display: inline; white-space: nowrap;
    margin: 0; padding: 0px; border: 0px;
    z-index:10;
}
#NavMenuList .NavSubMenuList li a  { 
	color: white; 
	background-color: black; 
	float: right ;
}

#NavMenuList .NavSubMenuList li a:hover {
    color: black; background-color: white;
}
#NavMenuListTitle {
    display: none;
}