#navcontainer
{
 height: 24px;  
 width: 750px;
 border: 0px solid #000;
 padding: 0px;
 margin: 0px;
 margin-left: 9px;
 border-top: 2px solid #5E242F;
 margin-bottom: 5px;
 background-image: url(../images/MenuBG.jpg);
 background-repeat: repeat-x;
}

#navcontainer ul
{
padding: 0px;
margin: 0px;
color: White;
float: right;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
  border: 0px solid #000000;
  border-top-color: #000000;
  border-right-color: #5E242F;
  border-bottom-color: #CCC;  
  border-collapse: collapse;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 4px;
  padding-bottom: 4px;  
  float: left;
  display: block;
  background: black;
  font-family: verdana; 
  font-size: 13px; 
  color : #AAAAAA;
  text-decoration: none;
  height: auto !important;
  border-top: 4px solid #000000;
  border-left: 1px solid #666666;  
}

#navcontainer ul li a:hover
{
  background: black;
  color: #EEEEEE;
  border-top: 4px solid #BB5767;
}

#genericMenuActiveH a:link, #genericMenuActiveH a:visited, #genericMenuActiveH a:hover
{
  background: black;
  color: #AAAAAA;
  border-top: 4px solid #BB5767;
}

