#navigation UL UL {
  position:absolute;
  z-index:10;
  top:16px;
  left:0;
  width:180px;
  padding-top:1px;
  border-bottom:1px solid #222;
  display:none;
}

#navigation UL LI:hover UL,
#navigation UL LI.over UL {display:block;}
#navigation UL UL LI {
  display:block;
  text-align:left;
  background-color:#ffc;
  border-left:1px solid #222;
  border-right:1px solid #222;
  padding:1px 0 1px 0;
  width:178px;
}

#navigation UL UL LI.first {
  border-top:1px solid #222;
  border-left:1px solid #222;
}

#navigation UL UL.wide      {width:230px;}
#navigation UL UL.wide LI   {width:228px;}
#navigation UL UL.wide2     {width:252px;}
#navigation UL UL.wide2 LI  {width:250px;}

#navigation UL UL LI A {font-weight:normal;}
#navigation UL UL LI:hover {background-color:#eeb;}
