#header {
	position:absolute; 
	margin:0; 
	top:0; 
	left:0; 
	padding-left: 120px;
	display:block; 
	overflow:visible;
	width:100%; 
	height:80px; 
/*
	background:#53829d; 
*/
	background:url(/Images/quickrig_header_logo.jpg) #53829d; 
	background-position:5px 5px; 
	background-repeat:no-repeat;
	z-index:5; 
	color:#000; 
	border-bottom:4px solid #73a2bd;
	}

* html #header {position:absolute;}

#header a, #header a:visited {
  font-size:1.1em;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration:none;
  color:#ddd;
  white-space: nowrap;
  }

#header a:hover {
  color:#fff;
  padding-left: 5px;
  padding-right: 5px;
/*
  background-color: black;
*/
  color: black;
  background-color: #abc;
  text-decoration:none;
  white-space: nowrap;
  }

#header ul {
  clear:both;
  text-align:center;
  border-top:1px solid #73a2bd;
  }
  
#header ul {
  margin:0;
  padding:0;
  list-style-type:none;
  background:transparent;
  height:3em;
  }
  
#header ul li {
  display:inline;
  color:#73a2bd;
  }
  
#header a {
	border-bottom: 1px solid #fff; 
	}

