@charset "utf-8";



#navcontainer

{
	width: 100%;
	float: left;
	background-color: #CDD7F1;
	font-family: verdana, "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}

#navcontainer ul {
	margin: 0;
	color: #CDD7F1;
	font-size: 12px;
	/*	letter-spacing: 2px; */
	font-weight: bold;
	padding: 0;
}


#navcontainer ul li { display: inline; }



#navcontainer ul li a

{
	/*	background-color: #93A6F4; */
	color: #0D2586;
	text-decoration: none;
	text-align:center;
	float: left;
	text-transform: uppercase;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 15px;
	padding-left: 8px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	height: 15px;
	margin-right: 2px;
}



#navcontainer ul li a:hover,#navcontainer ul li a:active {
	color: #FFFFFF;
	text-align:center;
	text-decoration: none;
}



#Organisation {
	border-bottom-color: #FCBC17;
	width: 115px;
	margin-right:2px;
}

#Organisation:hover  {
	background:#FCBC17;
}


#SciAct {
	border-bottom-color: #F7971E;
	width: 170px;
}

#SciAct:hover {
	background-color: #F7971E;
}

#education {
	border-bottom-color: #EC0014;
	width: 110px;
}

#education:hover {
	background-color: #EC0014;
}

#publications {
	border-bottom-color: #752385;
	width: 130px;
}
#wrapper #navcontainer #navlist #services {
	margin-right: 0px;
}


#publications:hover {
	background-color: #752385;
}

#congress {
	border-bottom-color: #343399;
	width: 220px;
}

#congress:hover {
	background-color: #343399;
}

#services {
	border-bottom-color: #aac80e;
	width: 170px;
	padding-left:0px;
}

#services:hover {
	background-color: #aac80e;
}
