/* @override http://www.newfaithcommunity.com/css/nav.css */

/*
CVS: $Id: nav.css,v 1.2 2007/08/23 22:21:32 cvsdevel Exp $
Title: New Faith Community Navigation Stylesheet
Copyright: (c) 2007
Author: PR
Company: Authentic Studios
Description: Navigation styling for New Faith Community
*/

.secondary {
   display: none;
   background-image: url(/images/subnavbg.jpg);
   background-position: top left;
   background-repeat: repeat;
   }

#nav ul a {
   display: block;
   padding-top: 2px;
   padding-bottom: 2px;
   }

.primarynav {
   margin-left: -10px;
   padding-left: 10px;
   }

#nav ul {
   margin-left: -10px;
   width: 140px;
   padding-left: 10px;
   }

#nav ul ul {
   width: 150px;
   margin-bottom: 0px;
   padding-left: 0px;
   margin-top: 0px;
   }

#nav ul ul a {
   padding-left: 20px;
   }

#nav ul ul a:hover {
   color: #7aa331;
   background-image: url(http://www.newfaithcommunity.com/images/subnavarrow.png);
   background-repeat: no-repeat;
   background-position: left;
   padding-left: 20px;
   }

#nav ul li {
   margin-left: -10px;
   padding-left: 10px;
   }

#nav ul ul li {
   margin-left: -10px;
   }

body#index #nav ul {
   margin-left: 10px;
   width: 120px;
   }

body.podcast #navpodcast,
body.aboutus #navaboutus,
body.calendars #navcalendars,
body.pics #navpics,
body.makingadifference #navmakingadifference,
body.artistsloft #navartistsloft,
body.connect #navconnect {
   background-image: url(http://www.newfaithcommunity.com/images/primenavbg.jpg);
   background-position: top left;
   background-repeat: no-repeat;
   padding-bottom: 4px;
   padding-top: 4px;
}


body.podcast #podcast_subnav,
body.aboutus #aboutus_subnav,
body.calendars #calendars_subnav,
body.pics #pics_subnav,
body.makingadifference #makingadifference_subnav,
body.artistsloft #artistsloft_subnav,
body.connect #connect_subnav {
   display: block;
   }