@charset "utf-8";
/* CSS Document */

#topmenu {
 padding:0;
 margin-left: 17%;
}
#topmenu ul {
  margin:0;
}
#topmenu ul #navitem1 {
  border-left: 1px outset #C9E862;	
}
#topmenu li {
  float: left;
  position: relative;
  height: 30px;
  line-height:30px;
  list-style: none;
} 
#topmenu li a {
  color: white;
  font-weight: normal;
  width: 100px;
  height: 30px;
  line-height: 30px;
  display: block;
  text-decoration:none;
  text-align: center;
  background-color: #0a4211;
  border-right: 1px outset #C9E862;
} 
#topmenu li a:hover{
  background: transparent url(../images/menu_over.jpg) repeat-x center top;
}
/*-- The sub menu styles section --*/
#topmenu ul ul {
  position: absolute;
  top: 30px;
  visibility: hidden;
}
#topmenu ul li:hover ul {
  visibility: visible;
} 
#topmenu li.selected a {
	background: url(../images/menu_over.jpg) repeat-x center top;	
}