/********************
 * Rules for secondary nav.
 ********************/


#subnav ul{
   margin: 0 0 0 20px; padding: 0;
   list-style: none;
}

#subnav ul li{
	margin: 0; padding: 0;
}

#subnav ul li a{
	margin: 0; padding: 0;
}


#subnav ul li a {
	float: left;
	width: 133px;
	padding: 41px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:41px; /* for IE5/Win only */
	}
	
#subnav ul li a.tall {
	float: left;
	width: 133px;
	padding: 55px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:55px; /* for IE5/Win only */
	}
	
#subnav a:hover {
	background-position: 0 -41px;
	}	

#subnav a.tall:hover {
	background-position: 0 -55px;
	}

#author a{
	background: url(../images/subnav_author_about.gif) top left no-repeat;
}	

#author_active a{
	background: url(../images/subnav_author_about_active.gif) top left no-repeat;
}

#tale a{
	background: url(../images/subnav_author_tale.gif) top left no-repeat;
}	

#tale_active a{
	background: url(../images/subnav_author_tale_active.gif) top left no-repeat;
}
