/* CSS Document */

#title_header
{
	width: 970px;
  	height: 88px;
	background-color: #FFFFFF;
	border-bottom: solid 2px #333333;
	overflow: auto;
}

div.title_logo
{
	float: left;
	width: 970px;
}

div.header_nav
{
	width: 970px;
	height: 25px;
	position: relative;
	border-bottom: solid 2px #FFFFFF;
}

#nav_main 
{
	margin: 0;
	padding: 0;
	height: 25px;
	list-style: none;
	display: inline;
	overflow: hidden;
}

#nav_main li 
{
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
}

#nav_main a 
{
	float: left;
	padding: 25px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:27px; /* for IE5/Win only */
}
	
#nav_main a:hover 
{
	background-position: 0 -25px;
}

#nav_main a.selected 
{
	background-position: 0 -50px;
}

#nav_home a
{
	width: 74px;
	background: url(graphics/nav_home.jpg) top left no-repeat;
}

#nav_news a
{
	width: 67px;
	background: url(graphics/nav_news.jpg) top left no-repeat;
}

#nav_features a
{
	width: 92px;
	background: url(graphics/nav_features.jpg) top left no-repeat;
}

#nav_issues a
{
	width: 131px;
	background: url(graphics/nav_issues.jpg) top left no-repeat;
}

#nav_links a
{
	width: 117px;
	background: url(graphics/nav_links.jpg) top left no-repeat;
}

#nav_aboutus a
{
	width: 94px;
	background: url(graphics/nav_aboutus.jpg) top left no-repeat;
}

#nav_contacts a
{
	width: 94px;
	background: url(graphics/nav_contacts.jpg) top left no-repeat;
}

#nav_subscribe a
{
	width: 107px;
	background: url(graphics/nav_subscribe.jpg) top left no-repeat;
}

#nav_newsupdates a
{
	width: 86px;
	background: url(graphics/nav_newsupdates.jpg) top left no-repeat;
}

#nav_featureupdates a
{
	width: 108px;
	background: url(graphics/nav_featureupdates.jpg) top left no-repeat;
}

