
#menuInternal
{
  float: left;
  height: 26px;
  width: 942px;
  margin: 3px 0 0 3px;
}

html>body #menuInternal{margin: 3px 0 0 -1px;}
 
 
#menuInternal a
{
  float: left;
  background-image: url(/images/menu_bg.jpg);
  background-repeat: repeat;
  height: 14px;
  border-left: 3px white solid;
  padding: 5px 6px 5px 6px;
  color: white;
}
                    

#menuInternal a:hover
{
  background-image: url(/images/menu_over.jpg);
  background-repeat: repeat;
  text-decoration: none;
}

#menuInternal ul
{
  list-style: none url();
  margin: 0;
  padding: 0;
}

#menuInternal li
{
  float: left;
  list-style: none;  
}


#menuInternal li #selected
{
  background-image: url(/images/menu_over.jpg);
}

.button-home a
{
  width:36px;
  background-image: url(/images/menu_bg.jpg);
}
