/*--------------------------Menu------------------------*/

#menu{ 
	width: 679px; 
	height: 36px; 
	background: url(images/menu.gif); 
	margin: 0px; 
	padding: 0; 
	position: relative;
}

#menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#menu span {
	display: none;
}


#menu li {
	margin: 0; 
	padding: 0;
	list-style: none; 
	position: absolute; 
	top: 0;
}

#menu li, #menu a {
	height: 36px; 
	display: block;
}

#home {
	left: 0; 
	width: 52px;
}

#forum {
	left: 52px; 
	width: 126px;
}

#certificates  {
	left: 180px;
	width: 129px;
}

#objectives {
	left: 310px;
	width: 79px;
}

#vetting {
	left: 390px;
	width: 110px;
}

#sample {
	left: 501px;
	width: 131px;
}

#faq {
	left: 632px;
	width: 47px;
}
  
#home a:hover {
	background: transparent url(images/menu.gif) 0 -36px no-repeat;
}

#home a.on {
	background: transparent url(images/menu.gif) 0 -36px no-repeat;
}


#forum a:hover {
	background: transparent url(images/menu.gif) -52px -36px no-repeat;
}

#forum a.on {
	background: transparent url(images/menu.gif) -52px -36px no-repeat;
}


#certificates a:hover {
	background: transparent url(images/menu.gif) -180px -36px no-repeat;
}

#certificates a.on {
	background: transparent url(images/menu.gif) -180px -36px no-repeat;
}



#objectives a:hover {
	background: transparent url(images/menu.gif) -310px -36px no-repeat;
}

#objectives a.on {
	background: transparent url(images/menu.gif) -310px -36px no-repeat;
}



#vetting a:hover {
	 background: transparent url(images/menu.gif) -390px -36px no-repeat;
}

#vetting a.on {
	 background: transparent url(images/menu.gif) -390px -36px no-repeat;
}



#sample a:hover {
	background: transparent url(images/menu.gif) -501px -36px no-repeat;
}

#sample a.on {
	background: transparent url(images/menu.gif) -501px -36px no-repeat;
}


#faq a:hover {
	background: transparent url(images/menu.gif) -632px -36px no-repeat;
}

#faq a.on {
	background: transparent url(images/menu.gif) -632px -36px no-repeat;
}
