#nav {
	float:right;
	width:auto;
	height:30px;
	text-align:center;
	margin:60px 30px 0 0;
	color:#cccccc;
}
	#nav ul {
		list-style-image:none;
		font-size:0.8em;
		padding:0;
		
	}
		#nav li {
			display:inline;
			font-weight:bold;
		}
		#nav a:link {
			text-decoration:none;
			color:#85133f;
		}
		#nav a:active {
			text-decoration:underline;
			color:#85133f;
		}
		#nav a:visited {
			text-decoration:none;
			color:#85133f;
		}
		#nav a:hover {
			text-decoration:none;
			color:#000040;
		}
	#navibar a {
      float:right;
      background:url("../images/tableftH.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #navibar a span {
      float:right;
      display:block;
      background:url("../images/tabrightH.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #navibar a span {float:none;}
    /* End IE5-Mac hack */
    #navibar a:hover span {
      color:#FFF;
      }
    #navibar a:hover {
      background-position:0% -42px;
      }
    #navibar a:hover span {
      background-position:100% -42px;
      }
