/********************
 * 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 a:hover {
	background-position: 0 -41px;
	}	

#media a{
	background: url(../images/subnav_media.gif) top left no-repeat;
}	

#media_active a{
	background: url(../images/subnav_media_active.gif) top left no-repeat;
}

#articles a{
	background: url(../images/subnav_media_news.gif) top left no-repeat;
}	

#articles_active a{
	background: url(../images/subnav_media_news_active.gif) top left no-repeat;
}
