
/* Main Navigation ****************************************/

    #header {
	 	position: relative;
	 	float: left;
		margin-right: 10px;
        width: 437px;
		font-family: Verdana, Arial, Helvetica, sans-serifSerif;
		font-style: normal;
      font-size: 13px;
      line-height: normal;
		vertical-align: bottom;
      }
	
		
    #header ul {
	 	position: relative;
	   float: right;
		padding-left: 55px;
      width: 426px;
		/*border-bottom: 1px solid #333399 ;*/
      list-style: none;
      }
		
* html #header {
	padding-top: 12px;
	margin-top: 0px;

}
		
    #header li {
	   
      display:inline;
      margin:0;
      padding:0;

      }
	 #spaz {
	 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: x-small;
		width: 275px;
		position: relative;
		left: 230px;
		top: -130px;
		
	 }
    #header a {
      float:left;
      background:url(images/nav-left-button.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
      border-bottom:1px solid #7596c3;
      text-decoration:none;
      }
    #header a span {
      float:left;
      display:block;
      background:url(images/nav-right-button.gif) no-repeat right top;
      padding:12px 18px 14px 9px;
      font-weight:bold;
      color:#fff;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #header a span {float:center;}
    /* End IE5-Mac hack */
    #header a:hover span {
      color:#fff;
      }
    #header #current a {
      background-position:0 -73px;
      border-width:0;
      }
    #header #current a span {
      background-position:100% -73px;
      padding-bottom:14px;
	  border-bottom:1px solid #7596c3;
      color:#fff;
      }
    #header a:hover {
      background-position:0% -73px;
      }
    #header a:hover span {
      background-position:100% -73px;
      }
		
		