/* NAVIGATION STYLES */

a.menus {
float:left;
width: 87px;
height: 30px;
margin:0px 0px;
text-decoration: none;
background-image: url("../_common_images/nav-menus.gif");
background-repeat:no-repeat;
}

a.menus:hover {
background-position: 0px -30px; background-repeat:no-repeat;
}

a.team {
float:left;
width: 78px;
height: 30px;
margin:0px 0px;
text-decoration: none;
background: url("../_common_images/nav-team.gif");
background-repeat:no-repeat;
}

a.team:hover {
background-position: 0px -30px; background-repeat:no-repeat;
}

a.private_dining {
float:left;
width: 183px;
height: 30px;
margin:0px 0px;
text-decoration: none;
background: url("../_common_images/nav-private_dining.gif");
}

a.private_dining:hover {
background-position: 0px -30px; background-repeat:no-repeat;
}

a.news {
float:left;
width: 81px;
height: 30px;
margin:0px 0px;
text-decoration: none;
background: url("../_common_images/nav-news.gif");
}

a.news:hover {
background-position: 0px -30px; background-repeat:no-repeat;

}

a.info {
float:left;
width: 68px;
height: 30px;
margin:0px 0px;
text-decoration: none;
background: url("../_common_images/nav-info.gif");
}

a.info:hover {
background-position: 0px -30px; background-repeat:no-repeat;
}

/*must come after all other major nav styles...it sets the active section style*/
a.activeSection{
background-position: 0px -30px; background-repeat:no-repeat;
}


/* SUBNAV */

#subNav a.active {color:#7aa766; font: bold italic 13px Georgia, "Times New Roman", Times, serif; letter-spacing:1px; text-decoration:none; border-left: 2px solid #7aa766; margin: 0px 5px 0px -5px; padding: 0px 5px 0px 5px;}

#subNav a.active:hover {color:#5e894a;}

