#nav {
  position: absolute;
  top: 250px;
  left: 20px;
  width: 145px;
  height: 370px;
  background-color: #FF0026; 
  
  color: black;
  font-size: 1.1em;
  font-weight: bold;
  font-family: arial;
}


#nav ul {
  position: absolute;
  left: -30px;
}

#nav ul li {
  list-style: none;
  width: 185px;
  height: 18px;
}
#nav li a, li a:visited {
  font-size: 10pt;
  color: black;
  text-decoration: none;
}
#nav li a:hover {
  color: white;
  background-color: transparent;
}


#nav .suitcase {
  position: absolute;
  top: 273px;
  left: 8px;
  height:40px;
  z-index: 2;
}


#menuballs {
  height: 40px;
  left: 0px;
  width: 145px;
  background-image: url('/images/layout/balls.gif');
  background-repeat: no-repeat;
  background-position: center center;
}
