	/* remove the list style */
	#uppernavbar {
		margin:0; 
		padding:0; 
		list-style:none;
		height: 35px;
		width: auto;
		background-image: url('/images/bg-uppernavbar.jpg'); background-repeat: repeat-x;
		padding-top: 0px;
		float: left;
	}	
	
		/* make the LI display inline */
		/* it's position relative so that position absolute */
		/* can be used in submenu */
		#uppernavbar li {
			float:left; 
			display:block; 
			position:relative;
			z-index:600; 
			padding-left:15px;
			padding-right:15px;
			padding-top: 8px;
			height: 25px;
		}
		
		/* this is the parent menu */
		#uppernavbar li a {
		text-decoration: none;
		color:#000;
		}

		#uppernavbar li a.uppernav:link {
			color:#fff;
			text-decoration: none;
			font-size: 16px;
		}
		#uppernavbar li a.uppernav:visited {
			color:#fff;
			text-decoration: none;
		}	
		#uppernavbar li a.uppernav:active {
			color:#fff;
			text-decoration: none;
		}
		
		#uppernavbar li a.uppernav:hover {
			color:#990000;
			text-decoration: none;
		}

		#uppernavbar li a.uppernavoff:link {
			font-size: 15px;
			line-height: 17px;
			font-family: 'Helvetica Neue LT Std', 'Helvetica Neue', Helvetica, Arial,'Sans Serif'; 
			color:#fff;
			text-decoration: none;
		}
		#uppernavbar li a.uppernavoff:visited {
			font-size: 15px;
			line-height: 17px;
			font-family: 'Helvetica Neue LT Std', 'Helvetica Neue', Helvetica, Arial,'Sans Serif'; 
			color:#fff;
			text-decoration: none;
		}	
		#uppernavbar li a.uppernavoff:active {
			font-size: 15px;
			line-height: 17px;
			font-family: 'Helvetica Neue LT Std', 'Helvetica Neue', Helvetica, Arial,'Sans Serif'; 
			color:#fff;
			text-decoration: none;
		}
		
		#uppernavbar li a.uppernavoff:hover {
			font-size: 15px;
			line-height: 17px;
			font-family: 'Helvetica Neue LT Std', 'Helvetica Neue', Helvetica, Arial,'Sans Serif'; 
			color:#ff0000;
			text-decoration: none;
		}
		
		
		
		#uppernavbar li a.uppernav:hover {
		text-decoration: none;
		color: #ffff99;
		}
		
		
		/* you can make a different style for default selected value */
		#uppernavbar a.uppernav.selected {
		
		}
	
		/* submenu, it's hidden by default */
		#uppernavbar ul {
			position:absolute; 
			left:0; 
			display:none; 
			margin:8px 0 0 1px;  
			list-style:none;
			padding: 0px;
			color:#000;
			font-size: 13px;
			line-height: 15px;
			font-family: 'Helvetica Neue LT Std', 'Helvetica Neue', Helvetica, Arial,'Sans Serif'; 
			text-decoration: none;
			font-weight: normal;
			text-align:left; 
			background-image: url('/images/bg-uppernavbar.jpg'); background-repeat: repeat;
			border-bottom: solid 1px #515e7c;
-moz-box-shadow: 3px 3px 8px 0px#663300;
-webkit-box-shadow: 3px 3px 8px 0px#663300;
box-shadow: 3px 3px 8px 0px #663300;
		}
		
		#uppernavbar ul li {
			width:200px; 
			float:left; 
			margin-left:0px;
			padding: 3px;
			padding-top: 10px;
			padding-bottom: 6px;
			padding-left: 18px;
			height: auto;
			background-color: #fff;
			border-top: solid 1px #cc6600;
		}
		
		/* display block will make the link fill the whole area of LI */
		#uppernavbar ul li a.uppersubnav:hover { 
			text-decoration:none;
			color: #990000;
		}
		
		#uppernavbar ul li a:hover { 
			text-decoration:none;
			color: #990000;
		}
		



		/* fix ie6 small issue */
		/* we should always avoid using hack like this */
		/* should put it into separate file : ) */
		*html #uppernavbar ul {
			margin:0 0 0 -2px;
		}


		#uppernavbar ul li.navheading {
		
		color: #fff;
		font-size: 14px;
		font-weight: normal;
		background-color: #698bca;
		
		
		}
		
		
		#uppernavbar ul li.noborder {
		border-right: solid 0px #000;
		}