#pad {height:100px;}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#menu {padding:0; margin:0; list-style:none;}
#menu li {float:left; margin-left:1px; padding-top:2px; padding-bottom:2px;}
#menu li a {
	display:block;
	height:40px;
	line-height:40px;
	color:#ffffff;
	text-decoration:none;
	padding: 0px;
	width: 90px;
	text-align: center;
	font-size: 1em;
}

#menu li#home a {
	background-image: url(../graphics/jobs_up.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	}

#menu li#home a:visited {
	background-image: url(../graphics/jobs_up.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	}

#menu li#home a:hover {
	background-image: url(../graphics/jobs_up.gif);
	background-repeat: no-repeat;
	color: #111111;
	}

.home #menu li#home a {
	background-image: url(../graphics/jobs_up.gif);
	background-repeat: no-repeat;
	color: #111111;
	}

#menu li#jobs a {
	background-image: url(../graphics/buttons-lue.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	}

#menu li#jobs a:visited {
	background-image: url(../graphics/buttons-lue.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	}

#menu li#jobs a:hover {
	background-image: url(../graphics/buttons-lue.gif);
	background-repeat: no-repeat;
	color: #111111;
	}

.jobs #menu li#jobs a {
	background-image: url(../graphics/buttons-lue.gif);
	background-repeat: no-repeat;
	color: #111111;
	}


#menu li#news a {
	background-image: url(../graphics/buttons-green.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	}

#menu li#news a:visited {
	background-image: url(../graphics/buttons-green.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	}

#menu li#news a:hover {
	background-image: url(../graphics/buttons-green.gif);
	background-repeat: no-repeat;
	color: #111111;
	}

.news #menu li#news a {
	background-image: url(../graphics/buttons-green.gif);
	background-repeat: no-repeat;
	color: #111111;
	}



#menu li#contact a {
	background-image: url(../graphics/buttons-orange.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	}

#menu li#contact a:visited {
	background-image: url(../graphics/buttons-orange.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	}

#menu li#contact a:hover {
	background-image: url(../graphics/buttons-orange.gif);
	background-repeat: no-repeat;
	color: #111111;
	}

.contact #menu li#contact a {
	background-image: url(../graphics/buttons-orange.gif);
	background-repeat: no-repeat;
	color: #111111;
	}



#menu li#conference a {
	background-image: url(../graphics/buttons-grey.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	}

#menu li#conference a:visited {
	background-image: url(../graphics/buttons-grey.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	}

#menu li#conference a:hover {
	background-image: url(../graphics/buttons-grey.gif);
	background-repeat: no-repeat;
	color: #111111;
	}

.conference #menu li#conference a {
	background-image: url(../graphics/buttons-grey.gif);
	background-repeat: no-repeat;
	color: #111111;
	}




