
#navigation{
position: absolute;
top:82px;
left:491px;
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: 38px;
   padding: 0px;
   margin: 0px;
   background-repeat: no-repeat;
   color: #fbf6e1; 
   text-decoration: none;
   text-indent: -9999px;
}

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

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

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

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

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

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

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


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

#fixer {background:url(/images/nav/fixer.gif) no-repeat 0 0; width:42px; }

#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: -7px; /* 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: 21px;
	padding: 11px 0px 0px 10px;
	font-size: 12px;
	font-weight: bold;
	font-family: Trebuchet MS, trebuchet, Lucida Sans, Verdana, Arial, sans-serif;
	background: #eeeeee !important; /* Drop down bg color */
	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 a:hover{
	color: #ffffff;
	text-decoration: none;
	background-image: url(/images/subnavbg.jpg) !important;
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #9d0825 !important;
	
	}
	
	
.main2 {font-size:18px; }


#header {
	height:129px;
	width:900px;
	position:relative;
	background:#f5c951 url(../images/bg/peoria_bg.gif) repeat-y;
}

