/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */
.top_menu{
  position: relative;
  display:block;
  width: 100%;
  height:26px;
  font-size:11px;
  font-weight:bold;
  background:  #000099;
  font-family:Arial,Verdana,Helvitica,sans-serif;
  border-bottom:3px solid #F5D805;
}

.top_menu ul{
  margin:0px;
  padding:0;list-style-type:none;
  width:auto;
}
.top_menu ul li{
  display:block;
  float:left;
  margin:0;
}
.top_menu ul li a{
  display:block;
  float:left;
  color: #FFFF00;
  text-decoration:none;
  padding:7px 10px 0px 10px;
  height:19px;
  background:  #000099  url(../images/bgDIVIDER.gif) no-repeat top right;
}

.top_menu ul li a img{
  border: 0px;
  width: 10px;
  height: 10px;
}

.top_menu ul li a:hover,#stylefive ul li a.current{
  color:#FFF;
  background: #666666  url(../images/bgDIVIDER.gif) no-repeat top right;
}
