#navwrap {
  position: absolute;
  top: 120px;
}

html > body #navwrap  {
  position: static;
  margin-bottom: 0px;
}

#nav
{	
  margin: 0;
	padding: 0;
	list-style:none;
}

#nav li {	
  float:left; 
	display:block; 
	width:139px; 
	position:relative;
	z-index:500; 
	margin:0px;
  font: 0.85em Tahoma, Arial
}
#nav>li {	
  margin-right: 1px;
}

#nav li a {	
  display: block;
  width: 139px;
  margin-left: 1px;
		background: url(../images/jordan-fishwick-lgtab.gif) no-repeat top right;
		padding: 9px 12px;
		padding-bottom: 4px;
		text-decoration: none;
		font-size: 0.95em;
		font-weight: bold;
		text-align: center;
		color: #000033;
		white-space: nowrap;
}
#nav>li a {
  width:115px;
  padding-bottom: 6px;
}
#nav .homeTab{	
  margin-left:	1px;
  margin-right: 0px;
  background: url(../images/jordan-fishwick-dbtab.gif) no-repeat top right;
  color: #ffffff;
}
#nav #home{	
  margin-left:	-1px;
  margin-right: 1px;
}

	
#nav li a:hover {	
  background: url(../images/jordan-fishwick-dbtab.gif) no-repeat top right;
  color: #ffffff;
}

#nav ul {
			position:absolute; 
			left:0; 
			display:none; 
			margin:0 0 0 -1px; 
			padding:0; 
			list-style:none;
		}
		
#nav ul li {
			width:100px; 
			float:left; 
		}
	
#nav ul a {
			display:block;  
			height:15px;
			color:#666;
}
		
#nav ul a:hover {
			text-decoration:none;	
}


#nav li ul {	
  margin: 0;
	padding: 0;

}
#nav li ul li {	
  float: none;
	display: inline;
}	
#nav li ul li a.whitedd {	
				background: url(../images/jordan-fishwick-ddwhite.gif) no-repeat bottom left;
				color: #666666;
}
#nav li ul li a {	
        width: 260px;
				background: url(../images/jordan-fishwick-ddgrey.gif) no-repeat bottom left;
				border: 0px;
				height: 32px;
				padding-left: 25px;
				margin-top: 10px;
				padding-top: 9px;
				margin-bottom: 0px;
				padding-bottom: 0px;
				text-align: left;
				text-decoration:none; 
				color: #000033;
}
#nav>li ul li a {	
        width: 200px;
				background: url(../images/jordan-fishwick-ddgrey.gif) no-repeat bottom left;
				border: 0px;
				padding-left: 25px;
				margin-top: 0px;
				padding-top: 9px;
				margin-bottom: 0px;
				padding-bottom: 0px;
				text-align: left;
				height: 23px;
				text-decoration:none; 
				color: #000033;
}
#nav li ul li a:hover {	
  background: url(../images/jordan-fishwick-ddwhite.gif) no-repeat bottom left;
  color: #000033;
}
#nav li ul li a:hover.tabhead {	
  background: url(../images/jordan-fishwick-ddgrey.gif) no-repeat bottom left;
  color: #000033;
}  



			
  

