@charset "utf-8";
/* top navigation menu */

#nav_top {
	float:left;
	margin-left:-20px;
	padding-left:0px;
}
#nav_top ul {
display:block;
float:left;
list-style-type:none;
display:inline;
height:22px;
padding:0;
margin:0;
}
ul#nav_top li {
display:block;
float: left;
width:auto;
height:22px;
	padding:0;
	margin:0;

/*text-indent: -9999px;	*/
}
ul#nav_top li a {
	border: 0;
	display: block;
	height: 22px;
}

ul#nav_top li a:hover {
	border: 0;
	display: block;
	height:22px;
}	


#nav_left {
float:left;
/*background:url(img/intro_bk_paper.jpg) left center no-repeat;*/
}

#nav_intro li {
	list-style:none;
	list-style-position:inside;
}
/*
#nav_intro li {
list-style-image:url(img/bullet.png);
}
#nav_intro li.selected{
list-style-image:url(img/bullet_on.png);
}
*/

#nav_intro a {
	font-size:.75em;
	line-height:2.2em;
	padding: 0 2px 1px 10px; color:#888;
}
#nav_intro a.selected {
padding-left:10px;
background:url(../img/nav/bird_choice_5.jpg) left no-repeat;
} 
#nav_intro a:hover {
padding-left:20px;
background:url(../img/nav/nav_bird.jpg) left no-repeat;
color:#fff;
background-color:#663333;
} 
.current_nav {
	color:#fff;
	background-color:#663333;
}
#nav_intro a.current_nav{
	color:#fff;
}
/* prevent indent and image on already indented sub-categories */
#nav_intro .noshow a:hover {
padding-left:10px;
background:none;
background-color:#663333;
} 
#nav_intro .show a:hover {
padding-left:10px;
background:none;
background-color:#663333;
} 

.current_category {
padding-left:10px;
background:url(../img/nav/nav_bird.jpg) left no-repeat;
color:#fff;
background-color:#f00;
}

#nav_footer ul {
display:block;
float:left;
list-style-type:none;
display:inline;
}
ul#nav_footer li {
display:block;
float: left;
width:125px;
/*text-indent: -9999px;	*/
}
ul#nav_footer li a {
	border: 0;
	display: block;
	height: 20px;
}

ul#nav_footer li a:hover {
	border: 0;
	display: block;
/*	background:url(../img/nav/bird_choice_4.jpg) center no-repeat; */
}	
#footer a.selected {
padding-left:20px;
background:url(../img/nav/bird_choice_5.jpg) left no-repeat;
} 
#footer a:hover {
padding-left:20px;
background:url(../img/nav/nav_bird.jpg) left no-repeat;
} 
.noshow {
	padding:0 0 0 5px;
	font-style:italic;
	display:none;
}
.show {
	padding:0 0 0 5px;
	font-style:italic;
	display:block;
}
