#header {
	position: absolute;
	top:42px;
}

#header ul#primary {
	margin: 0;
	padding: 0;
	position: absolute;
}

#header ul#primary li  {
	display: inline;
	list-style: none;
	font-family:Georgia, "Times New Roman", Times, serif; 
}

#header ul#primary a,#header ul#primary span,#header ul#primary a.current {
	/*width: 7em; */
	display: block;
	float: left;
	padding: 2px 0;
	padding-left: 5px;
	padding-right: 5px;
	margin: 1px 2px 0 0;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size: 10px;
	text-decoration: none;
	color: #333;
}

#header ul#primary span,#header ul#primary a.current,#header ul#primary a.current:hover {
	border: 1px solid #333;
	border-bottom: none; 
	background: #FFFFFF;
	padding-bottom: 4px;
	margin-top: 0;
}

#header ul#primary a {
	background: #FFFFDD;
	border: 1px solid #333;
	border-bottom: none;
}

#header ul#primary a:hover {
	margin-top: 0;
	border-color: #333;
	/* background: #FFF7CD; HOVER BG COLOR FOR TABS */
	background: #FFFFEE; /* SAME AS MAIN */
	padding-bottom: 3px;
}

#header ul#secondary {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: -1.4em;
	left: 1px;
	/*width: 90em;  a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header ul#secondary li a,#header ul#secondary li span {
	width: auto;
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0;
	text-align: left;
	border: none;
	border-right: 1px dotted #AAA;
	background: none;

}

/* Secondary Menu Line */
#header ul#secondary li a {
	color: #06C;
	font-weight:bold;
	text-decoration: underline;
}

#header ul#secondary li a:hover {
	color: #CCF;
	background: transparent;
	padding: 0 10px;
	border: none;
	border-right: 1px dotted #AAA;
}

#header ul#secondary li a:active {
	color: #000;
	background: transparent;
}

#header ul#secondary li:last-child a { border: none; }

#tabs {
	  position:relative;
	  top:0px;
	  width:800px;
	  z-index:2;
      float:left;
      background:transparent;
      font-size:93%;
      line-height:normal;
	  padding-left:5px;
    }

/*    #tabs {
	  position:absolute;
	  top:45px;
	  width:800px;
	  z-index:2;
      float:left;
      background:transparent;
      font-size:93%;
      line-height:normal;
	  padding-left:5px;
    }
	*/
    #tabs ul {
	  margin:0;
	  padding:0px;
	  list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url("/site/images/tabLeft_2.png") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
	  border-bottom:1px solid black;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url("/site/images/tabRight_2.png") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#000;
	  font-weight:bold;
      }
	
    #tabs a:hover span {
      color:#FFF;
	  font-weight:bold;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
	  font-weight:bold;
      }
	  
	#tabs li.tabsSelect {
	}
	
    #tabs a.tabsSelect {
    	background-position:0% -84px;
		border-bottom:1px solid #6FF;	
     }
	#tabs a.tabsSelect span {
      background-position:100% -84px;
	  color:#222;
	  font-weight:bold;
	 }
	
	#secondaryMenu {
	  position:relative;
	  top:0px;
	  width:100%;
		min-width:800px;
		height:22px;
	  z-index:1;
      float:left;
	  padding:0px;
	  padding-left:5px;
	  padding-top:1px;
	  margin-bottom:12px;
	  border-bottom:1px solid #333;
	  border-left:0px;
	  border-right:0px;
      font-size:86%;
      line-height:normal;
      background:url("/site/images/secondaryGradient.png") repeat-x right top;
	  clear:both;
      }
    #secondaryMenu ul {
	  margin:0;
	  padding:0px;
	  list-style:none;
      }
    #secondaryMenu li {
      display:inline;
      margin:0;
      padding-left:10px;
      }
    #secondaryMenu a {
      float:left;
      background:url("/site/images/tabLeft_2.png") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
	  text-decoration:underline;
      }
    #secondaryMenu a span {
      float:left;
      display:block;
	  text-decoration:inherit;
      background:url("/site/images/tabRight_2.png") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#333;
      }
	  
	
    #secondaryMenu a:hover span {
      color:#444;
      }
    #secondaryMenu a:hover {
      background-position:0% -42px;
      }
    #secondaryMenu a:hover span {
      background-position:100% -42px;
      }
	  
    #secondaryMenu a.tabsSelect {
      background-position:0% -84px;
     }
	#secondaryMenu a.tabsSelect span {
      background-position:100% -84px;
	  color:#222;
	 }
	
