#menu {
	background-color: #004b3c;
	height: 32px;
}

#menu ul{
	width: 892px;
	padding: 0px 0;
	margin: 0px auto 0px auto;
	text-align: center; /*set value to "left", "center", or "right"*/
}

#menu li {
  list-style:none;
  display:inline;
}

#menu a.divider {
	width:1px;
	height:32px;
	background:url(../images/menu_divider.gif);
	float:left;
	margin-left:2px;
	margin-right:2px;
}

#menu a.index {
  width:67px;
	height:32px;
  color:#fff;
  text-decoration:none;
  background:url(../images/home.gif) no-repeat;
  float:left;
}
#menu a:hover.index { 
	background-position: -67px 0;
}

#menu a.intro {
  width:112px;
	height:32px;
  color:#fff;
  text-decoration:none;
  background:url(../images/intro.gif) no-repeat;
  float:left;
}
#menu a:hover.intro { 
  background-position: -112px 0;
}

#menu a.sectors {
  width:71px;
	height:32px;
  color:#fff;
  text-decoration:none;
  background:url(../images/sectors.gif) no-repeat;
  float:left;
}
#menu a:hover.sectors { 
  background-position: -71px 0;
}

#menu a.recruitment {
  width:185px;
	height:32px;
  color:#fff;
  text-decoration:none;
  background:url(../images/recruitment.gif) no-repeat;
  float:left;
}
#menu a:hover.recruitment { 
  background-position: -185px 0;;
}

#menu a.testimonials {
  width:119px;
	height:32px;
  color:#fff;
  text-decoration:none;
  background:url(../images/testimonials.gif) no-repeat;
  float:left;
}
#menu a:hover.testimonials { 
  background-position: -119px 0;
}

#menu a.assignments {
  width:198px;
	height:32px;
  color:#fff;
  text-decoration:none;
  background:url(../images/assignments.gif) no-repeat;
  float:left;
}
#menu a:hover.assignments { 
  background-position: -198px 0;
}

#menu a.contact {
  width:110px;
	height:32px;
  color:#fff;
  text-decoration:none;
  background:url(../images/contact.gif) no-repeat;
  float:left;
}
#menu a:hover.contact { 
  background-position: -110px 0;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #004b3c;
width: 210px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #fff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #c3bba4;
background-color: #004b3c;
}