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

#nav{
width:960px !important;	
height:40px;
display:block;
text-align:left;
width:100%;
margin:0;
z-index:999;
}


#nav ul { /* all lists */
	padding: 0 0 0 20px;
	margin: 0 auto;
	list-style: none;
	line-height: 1;
	text-align: center;
}
 
#nav a {
	display: block;	
}

#nav li { /* all list items */
	width: auto;
	display:inline-block;
}
 
#nav li ul li { /* all list items */
	float: left;
	width: 150px; /* width needed or else Opera goes nuts */
}
 
#nav li ul { /* second-level lists */
z-index:999999;
	position: absolute;
	background: #26273B;
	width: 150px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
 
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* normal states */

/* first level */
#nav li a:link, #nav li a:visited{
/*width:40px; /* must have a fixed width for ie6 */
height:40px;
line-height:40px;
}

/* variable width setting can be used for other browsers 
html>body #nav li a:link, html>body #nav li a:visited {
width:auto;
} */

/* second level */
/*#nav li ul a:link, #nav li ul a:visited{
width:200px;
height:30px;
}*/

/* normal states */

/* first level */
#nav li a:hover{
background-position:bottom;
}
/* second level */
#nav li ul li a{
	width:150px;
	line-height:30px;
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	color:#fff ;
}
#nav li ul  li  a:hover{
color:#DDA43F !important;
}

#nav li ul li a:visited{
	color:#FFF;
}

.Home{
width:57px;
display: block;
background:url(../images/home.gif);}

.our_community_vision {
width:223px;
display: block;
background:url(../images/our_community_vision.png);
}
.educational_tours {
width:196px;
display: block;
background:url(../images/educational_tour.png);
}
.Events{
width:75px;
display:block;
background:url(../images/events.gif);}

.Weddings{
width:100px;
display: block;
background:url(../images/weddings.gif);}

.Celebrations{
width:136px;
display: block;
background:url(../images/celebrations.gif);}

.Tours{
width:65px;
display: block;
background:url(../images/tours.gif);}

.Gallery {
width:82px;
display: block;
background:url(../images/gallery.gif);	
}

.Attractions {
width:246px;
display: block;
background:url(../images/unique_museum_exhibits.png);	
}

.Links {
width:58px;
display: block;
background:url(../images/links.gif);	
}


.Contact{
width:89px;
display: block;
background:url(../images/contact.gif);}

