    #nav {
	float:left;
	width:760px;
	height:45px;
	font-size:93%;
	line-height:normal;
	background-color: #007F80;
	background-image: url(images/logo8nav.png);
	background-repeat: no-repeat;
/*	  border-bottom:1px solid #c16a6d;
*/      }
    #nav ul {
	margin:0;
	padding:10px 10px 0 90px;
	list-style:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: normal;
      }
    #nav li {
      display:inline;
      margin:0;
      padding:0;
      }
    #nav a {
      float:left;
      background:url("images/navleft.gif") no-repeat left top;
      margin:8px 0 0 0;
      padding:0 0 0 4px;
      text-decoration:none;
	  font-size:1em;
      }
    #nav a span {
      float:left;
      display:block;
      background:url("images/navright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
	  margin-right:2px;
      color:#FEAEAE;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #nav a span {float:none;}
    /* End IE5-Mac hack */
    #nav a:hover span {
      color:#FFF;
      }
    #nav a:hover {
      background-position:0% -42px;
      }
    #nav a:hover span {
      background-position:100% -42px;
      }  
#home .home,
#about .about,
#directions .directions,
#contact .contact
 {
 	color: #FFFFFF!important;
	font-weight:bold!important;
	text-decoration:underline!important;
}
