/* 	= screen-header.css
	
	@author:		Mister X
	
	@description:	Stylesheet for header for modern web browsers
	
	@media:			Screen	
	
	@browsers:		Mozilla Firefox, Apple Safari and similar
					Microsoft Internet Explorer 5 - 6 
					
	@hacks:			Star selector hack (ie 6, double margin bug)
					Voice-family hack (ie 5 - 5.5, wrong box model)
					@update: None, moved to Conditional Comments instead
					
------------------------------------------------------------------------ */

/* @group header */

#header {
	float: left;
	width: 910px;
	height: 185px;;
	padding: 0;
	margin: 0;
}

#header a span {
	display: none;
}

/* @end */

/* @group logo */

#logo {
	float: left;
	width: 900px;
	margin: 0px 0 0 0;
}

#logo p {
	margin: 0;
}

#logo a {
	float: left;
	width: 900px;
	height: 150px;
	background: transparent url(header.gif) 0 0 no-repeat;
}

/* @end */

/* @group nav-main */

#nav-main {
	float: left;
	width: 900px;
	margin: 0;
	font-weight: bold;
}

#nav-main ul, 
#nav-main li {
	float: left;
	width: auto;
	margin: 0 1px 0 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
	
}

#nav-main ul {
	margin: 0px;
}

#nav-main a {
	float: left;
	width: auto;
	height: 30px;
	padding: 10px 20px 0 20px;
	text-decoration: none;
}

#nav-main a:hover {
	background-color: #f5f5f5;
	text-decoration: none;
}

#nav-start,
#nav-start a {
background-color: #dfdfdf;
	text-decoration: none;
}

#nav-research,
#nav-research a {
background-color: #dfdfdf;
	text-decoration: none;
}

#nav-publications,
#nav-publications a {
background-color: #dfdfdf;
	text-decoration: none;
}

#nav-team,
#nav-team a {
background-color: #dfdfdf;
	text-decoration: none;
}

#nav-contact,
#nav-contact a {
background-color: #dfdfdf;
	text-decoration: none;
}


/* @end */

/* @group highlights, selected menu items */

body#home #nav-start a {
	background: #FFF;
	color: #000;
}

body#research #nav-research a {
background: #FFF;
	color: #000;
}

body#publications #nav-publications a {
background: #FFF;
	color: #000;
}

body#team #nav-team a {
background: #FFF;
	color: #000;
}

body#contact #nav-contact a {
background: #FFF;
	color: #000;
}

/* @end */
