
/*********************************/
/*        NAVIGATION
/*********************************/


#nav {
background:#000000;

width:770px;
position:relative;
z-index:98;
margin:0 auto;
}

#nav ul {}

#nav ul li {
list-style:none;
display:inline;
float: left;
position: relative;
}


#nav ul li a {
text-transform:uppercase;
text-decoration:none;
display:block;
position:relative;
outline:none;
}

#nav ul li a span {
display:none;
}

.story a{
background:url(../images/nav/story.gif) 0 0 no-repeat;
background-position:top left;
width:86px; 
height:23px;
}

.team a{
background:url(../images/nav/team.gif) 0 0 no-repeat;
width:84px; 
height:23px;
}

.golf a{
background:url(../images/nav/golf.gif) 0 0 no-repeat;
background-position:top left;
width:58px; 
height:23px;
}

.realestate a{
background:url(../images/nav/realestate.gif) 0 0 no-repeat;
background-position:top left;
position:relative;
width:95px; 
height:23px;
}

.experience a{
background:url(../images/nav/experience.gif) 0 0 no-repeat;
background-position:top left;
width:117px; 
height:23px;
}

.membership a{
background:url(../images/nav/membership.gif) 0 0 no-repeat;
background-position:top left;
width:98px; 
height:23px;
}

.news a{
background:url(../images/nav/news.gif) 0 0 no-repeat;
background-position:top left;
width:132px; 
height:23px;
}

.contact a{
background:url(../images/nav/contact.gif) 0 0 no-repeat;
background-position:top left;
width:100px; 
height:23px;
}

.story a:hover, .team a:hover, .golf a:hover, .realestate a:hover, .experience a:hover, .membership a:hover, .news a:hover, .contact a:hover {
background-position: 0 -23px;
}

/*for emily*/
.navselected a
{
    background-position: 0 -23px;
}