/* CSS Document */

#title_header
{
	width: 970px;
  	min-height:68px;
  	height:auto !important;
  	height:68px;
	background-color: #FFFFFF;
	background-image: url(graphics/title_header.jpg);
	background-repeat: no-repeat;
	border-bottom: solid 2px #333333;
	overflow: auto;
}

div.title_logo
{
	float: left;
	width: 404px;
}

div.title_search
{
	float: right;
	text-align: right;
	padding-right: 16px;
	padding-top: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 0.9em;
}

div.title_search select, div.title_search input
{
	font-size: 0.8em;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

div.header_nav
{
	width: 970px;
	height: 27px;
	position: relative;
}

#nav_main 
{
	margin: 0;
	padding: 0;
	height: 27px;
	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: 27px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:27px; /* for IE5/Win only */
}
	
#nav_main a:hover 
{
	background-position: 0 -27px;
}

#nav_main a.selected 
{
	background-position: 0 -54px;
}

#nav_home a
{
	width: 86px;
	background: url(graphics/nav_homeb.jpg) top left no-repeat;
}

#nav_publications a
{
	width: 146px;
	background: url(graphics/nav_publicationsb.jpg) top left no-repeat;
}

#nav_dailynews a
{
	width: 168px;
	background: url(graphics/nav_dailynewsb.jpg) top left no-repeat;
}

#nav_events a
{
	width: 101px;
	background: url(graphics/nav_eventsb.jpg) top left no-repeat;
}

#nav_recruitment a
{
	width: 200px;
	background: url(graphics/nav_recruitmentb.jpg) top left no-repeat;
}

#nav_data a
{
	width: 160px;
	background: url(graphics/nav_datab.jpg) top left no-repeat;
}

#nav_yoursay a
{
	width: 109px;
	background: url(graphics/nav_yoursayb.jpg) top left no-repeat;
}

