#topmenuholder {
	float: right;
	position: relative;
	width: 658px;
	background-color: #000000;
	height: 90px;
	text-align: right;
	z-index: 2000;
}
	
	/* remove the list style */
	#nav {
	margin:0;
	padding:0;
	list-style:none;
	font-family: 'TeXGyreAdventorBold', Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: right;
	z-index: 200;
	font-weight: normal;
	}	
#nav  /* make the LI display inline */
li/* it's position relative so that position absolute */
		/* can be used in submenu */
		  {
	float:left;
	display:block;
	position:relative;
	z-index:500;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 0px;
	background-color: #FFFFFF;
		}
#nav  /* this is the parent menu */
li a   {
	display:block;
	text-decoration:none;
	color:#fff;
	text-align:right;
	color:#555555;
	padding-top: 21px;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	padding-bottom: 7px;
	line-height: 16px;
	height: 30px;
		}
#nav    li a:hover   {
	color:#FFFFFF;
	background-color: #555555;
		}
#nav li a.sub {
	background-image: none;
}
	
		/* you can make a different style for default selected value */
		#nav a.selected {
	color:#FFFFFF;
	background-color: #555555;
		}
	
		/* submenu, it's hidden by default */
		#nav ul {
	position:absolute;
	display:none;
	list-style:none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	padding-top: 0px;
	z-index: 500;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #FFFFFF;
	width: 225px;
	right: 0px;
		}
#nav ul.narrower {
	position:absolute;
	display:none;
	list-style:none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	padding-top: 0px;
	z-index: 500;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #FFFFFF;
	width: 150px;
	right: 0px;
}
		
		#nav ul li {
	padding-bottom: 0px;
	padding-top: 0px;
	background-color: #FFFFFF;
	float: left;
	width: 225px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
		}
#nav ul li.narrower {
	padding-bottom: 0px;
	padding-top: 0px;
	background-color: #FFFFFF;
	float: left;
	width: 150px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
		
		/* display block will make the link fill the whole area of LI */
		#nav ul a {
	display:block;
	color:#555555;
	font-size: 12px;
	text-align: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	height: 16px;
		}
		
		#nav ul a:hover {
	color: #FFFFFF;
	background-color: #555555;
		}

