@charset "utf-8";
/* CSS Document */

/* attributes for all Left Navigation Boxes: */
 	 #leftNav {
	width: 138px;
    }  
	/* text attributes within the buttons */
	#leftNav a {
	display: block;
	width: 138px;
	height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EFF6E4;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 3px;
	margin-top: 5px;
	text-decoration: none;
    }
#leftNav a:active {
	color: eff6e2;
	text-decoration: none;
}

	#leftNav a:visited {
	color: eff6e2;
	text-decoration: none;
	}
     #leftNav ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
    }
  	#leftNav li {
      margin: 0;
      padding: 0;
      float: left;
    }

	 #leftNav {
	padding: 0;
	background-image: none;
    }
    #leftNav li {
	/*background: #eee none;*/
      text-align: left;
	  }


/*attributes for each left nav button:*/	
	#home a {
	background-image: url(../images/2008_site/left-nav.jpg);
	background-repeat: no-repeat;
    }    
	#home a:hover {
	display: block;
	width: 138px;
	height: 25px;
	background-image: url(../images/2008_site/left-nav-over.jpg);
	background-repeat: no-repeat;
	   }

	#photos a {
	background-image: url(../images/2008_site/left-nav.jpg);
	background-repeat: no-repeat;
    }
	#photos a:hover {
	display: block;
	width: 138px;
	height: 25px;
	background-image: url(../images/2008_site/left-nav-over.jpg);
	background-repeat: no-repeat;
	 }

	 #specialEvents a {
	background-image: url(../images/2008_site/left-nav.jpg);
	background-repeat: no-repeat;
	}
	 #specialEvents a:hover {
	display: block;
	width: 138px;
	height: 25px;
	background-image: url(../images/2008_site/left-nav-over.jpg);
	background-repeat: no-repeat;
	 }

	#vendors a {
	background-image: url(../images/2008_site/left-nav.jpg);
	background-repeat: no-repeat;
	}
	#vendors a:hover {
	display: block;
	width: 138px;
	height: 25px;
	background-image: url(../images/2008_site/left-nav-over.jpg);
	background-repeat: no-repeat;
	}

   #menus a {
	background-image: url(../images/2008_site/left-nav.jpg);
	background-repeat: no-repeat;
	}
   #menus a:hover {
	display: block;
	width: 138px;
	height: 25px;
	background-image: url(../images/2008_site/left-nav-over.jpg);
	background-repeat: no-repeat;
   }
   
   #packages a {
	background-image: url(../images/2008_site/left-nav.jpg);
	background-repeat: no-repeat;
	}
   #packages a:hover {
	display: block;
	width: 138px;
	height: 25px;
	background-image: url(../images/2008_site/left-nav-over.jpg);
	background-repeat: no-repeat;
   }
   #aboutUs a {
	background-image: url(../images/2008_site/left-nav.jpg);
	background-repeat: no-repeat;
	}
   #aboutUs a:hover {
	display: block;
	width: 138px;
	height: 25px;
	background-image: url(../images/2008_site/left-nav-over.jpg);
	background-repeat: no-repeat;
   }
   #contactUs a {
	background-image: url(../images/2008_site/left-nav.jpg);
	background-repeat: no-repeat;
	}
   #contactUs a:hover {
	display: block;
	width: 138px;
	height: 25px;
	background-image: url(../images/2008_site/left-nav-over.jpg);
	background-repeat: no-repeat;
   }
