div#navtop {	 
	margin: 0;
	padding:0;   	
  	background: none; 
  	z-index:100;  	
  	height: 28px;
  	/*width:600px;*/ 
  	text-align:left; 		
}
div#navtop ul {	
	margin: 0; 
	padding: 0; 
	background: none;
	float: right;
	
}
div#navtop li {	
	position: relative; 
	list-style: none; 
	margin: 0;
	padding: 0;
	float: left;
	line-height: 28px;
	/*padding-right: 15px;*/
	background: none;
	color: #ffffff; /* white */
	color: #000000; /* black */
		
}

div#navtop ul.level1 {
	background:none;	
}

div#navtop li:hover {	
	/*background: #d0d0d0;*/ /* hover color for items with no subnav links */
	/*background: #C7D5DB;	*/
}

div#navtop li.submenu:hover { 
	background: none;	
}
div#navtop li a {
	display: block;	
	font-size: 12px;		
	text-decoration: none;
	color: #000000;
	/*padding-right: 15px;*/  	
}

div#navtop li li  {
	font-weight: normal;
	
}
div#navtop li li:hover  {
	font-weight: normal;
	background: #C7D5DB;
}
div#navtop li li a {
	padding: 2px 2px 2px 8px;
}
div#navtop li a:link {  color: white;}
div#navtop li a:hover { color: black; font-weight: normal;}
div#navtop>ul a {width: auto;}
div#navtop ul ul {
	top: 0;
	position: absolute; 	
	width: 144px;	
  	display: none;  	
  	background: #9AB3BF; /* main color for drop down nav list */
  	  		
}
div#navtop ul ul li {	
	width: 144px;		
	border-bottom: 1px solid #fff;        
        border-left: 1px solid #fff;		
}
div#navtop li.submenu li.submenu {	
	background: url(/sysimages/submenu.gif)  100% 50% no-repeat;	
}
div#navtop li li.submenu:hover {	
	background: url(/sysimages/submenuhover.gif) 100% 50% no-repeat #C7D5DB;
	font-weight: bold;	
}
div#navtop ul.level1 li.submenu:hover ul.level2, 
div#navtop ul.level2 li.submenu:hover ul.level3 {display:block; }

div#navtop ul.level2 {
	/*position: relative;*/	
	top: 28px;
	/*opacity: 0.96;*/             	  /* CSS-3 Standards */
	/*filter: alpha(opacity=95); */   /* MS Internet Explorer */
	/*-moz-opacity: 0.8; */           /* Mozilla v1.6 and below */
	/*-khtml-opacity: 0.3;  */         /* Safari / Konqueror */		
}
div#navtop ul.level3 {
	top: -1px; 
	left: 143px;
  	border-top: 1px solid #CCC; 
  	/*filter: alpha(opacity=85);  */  	
}