#navigation{
position: absolute;
top:75px;
left:50px;
width:900px;
margin: 0 0 0 0px;
z-index: 9999;
}

#navigation ul{z-index:9999;}

#nav{
	display: inline; /* IE6 double margin float bug hack */
	float:left;
	width:900px;
	height: 31px;
	padding: 0 0 0 0;
	margin: 0 0 0 0px;
	list-style: none;
}

#nav li{
	padding: 0px;
	list-style: none;
	display: inline;
	float: left;
	line-height: 1;
	margin: 0 0px 0 0;

}

#nav li a{
   display: block;
   height: 31px;
   padding: 0px;
   margin: 0px;
   background-repeat: no-repeat;
   color: #fbf6e1; 
   text-decoration: none;
   text-indent: -9999px;
}

#nav li a:focus {
	outline: none;
	}

#nav_home {background:url(/images/nav/off_01.gif) no-repeat 0 0; width:70px;}
.current#nav_home a{background:url(/images/nav/on_01.gif) 0 0 no-repeat; }
#nav_home a{width:70px;background:url(/images/nav/off_01.gif) 0 0 no-repeat; }
#nav_home a:hover{background:url(/images/nav/nav/on_01.gif) 0 0 no-repeat;}
.current#nav_home a:hover{background:url(/images/nav/on_01.gif) 0 0 no-repeat;}

#nav_about{background:url(/images/nav/off_02.gif) no-repeat 0 0; width:74px;}
.current#nav_about a{background:url(/images/nav/on_02.gif) 0 0 no-repeat; }
#nav_about a{width:74px;background:url(/images/nav/off_02.gif) 0 0 no-repeat; }
#nav_about a:hover{background:url(/images/nav/on_02.gif) 0 0 no-repeat;}
.current#nav_about a:hover{background:url(/images/nav/on_02.gif) 0 0 no-repeat;}

#nav_staff{background:url(/images/nav/off_03) no-repeat 0 0; width:66px;}
.current#nav_staff a{background:url(/images/nav/on_03.gif) 0 0 no-repeat; }
#nav_staff a{width:66px;background:url(/images/nav/off_03.gif) 0 0 no-repeat; }
#nav_staff a:hover{background:url(/images/nav/on_03.gif) 0 0 no-repeat;}
.current#nav_staff a:hover{background:url(/images/nav/on_03.gif) 0 0 no-repeat;}

#nav_ministries{background:url(/images/nav/off_04.gif) no-repeat 0 0; width:110px;}
.current#nav_ministries a{background:url(/images/nav/on_04.gif) 0 0 no-repeat; }
#nav_ministries a{width:110px;background:url(/images/nav/off_04.gif) 0 0 no-repeat; }
#nav_ministries a:hover{background:url(/images/nav/on_04.gif) 0 0 no-repeat;}
.current#nav_ministries a:hover{background:url(/images/nav/on_04.gif) 0 0 no-repeat;}

#nav_partner{background:url(/images/nav/off_05.gif) no-repeat 0 0; width:91px;}
.current#nav_partner a{background:url(/images/nav/on_05.gif) 0 0 no-repeat; }
#nav_partner a{width:91px;background:url(/images/nav/off_05.gif) 0 0 no-repeat; }
#nav_partner a:hover{background:url(/images/nav/on_05.gif) 0 0 no-repeat;}
.current#nav_partner a:hover{background:url(/images/nav/on_05.gif) 0 0 no-repeat;}

#nav_resources{background:url(/images/nav/off_06.gif) no-repeat 0 0; width:108px;}
.current#nav_resources a{background:url(/images/nav/on_06.gif) 0 0 no-repeat; }
#nav_resources a{width:108px;background:url(/images/nav/off_06.gif) 0 0 no-repeat; }
#nav_resources a:hover{background:url(/images/nav/on_06.gif) 0 0 no-repeat;}
.current#nav_resources a:hover{background:url(/images/nav/on_06.gif) 0 0 no-repeat;}

#nav_media{background:url(/images/nav/off_07.gif) no-repeat 0 0; width:74px;}
.current#nav_media a{background:url(/images/nav/on_07.gif) 0 0 no-repeat; }
#nav_media a{width:74px;background:url(/images/nav/off_07.gif) 0 0 no-repeat; }
#nav_media a:hover{background:url(/images/nav/on_07.gif) 0 0 no-repeat;}
.current#nav_media a:hover{background:url(/images/nav/on_07.gif) 0 0 no-repeat;}




#nav li ul{
   position: absolute;
   left: -999em;
   z-index: 999;
   width: 175px; /* Width of dropdown, same as AAA below */
   list-style: none;
   line-height: 1;
   margin:0;
   padding:0;
   padding-left: 0px;
   margin-top: px; /* Space from tabs/menu */
      
  
}

#nav li li{
   margin: 0;
   font-size: 1.1em;
}

#nav li ul ul{
   margin: -33px 0 0 167px; /* Sets vertical and horizontal spacing for third level nav */
   
}

#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li.sfhover ul ul,
#nav li.sfhover ul ul ul{
   left: -999em;
}

#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul,
#nav li li li.sfhover ul{
   left: auto;
   display: block;
}

#nav li li li{
   font-size: 1em;
}


#nav li li a{
	width: 155px; /* AAA dropdown width, same as above */
	color: #404040;
	height: 20px;
	padding: 9px 8px 3px 35px;
	font-size: 12px;
	font-weight: bold;
	font-family: Cambria, Georgia, serif;
	background: #eeeeee !important; /* Drop down bg color */
	
	border-top: 1px solid #ffffff;
	
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e2e2e2;

	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e2e2e2; */
	text-decoration: none;
	text-indent: 0;
}

#nav li li:last-child a{

	border-bottom: solid 1px #ffffff;

}

#nav li li a:hover{
	color: #ffffff;
	text-decoration: none;
	background-image: url(/images/nav/menubg.jpg) !important;
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #9d0825 !important;
	
	}
	
	
