td#cont_menu {
width : 110px;
background : #ccc;
border-right : 1px solid #999;
border-bottom : 2px solid #999;
}
div#menu {
/*position : absolute;
top : 260px;
left : 45px;*/
/*height:600px;*/
width : 105px;
 margin:2px;
  text-align:center;
/*background : #ccc;*/
/*border-right : 1px solid #999;*/
/*border-bottom : 2px solid #999;*/
padding-left : 3px;
}
DIV#menu A {
  text-decoration: none;
  color: #000000;  
  display: block;

}
DIV#menu UL.item {
  float: left;
  width: 100px;
  cursor: pointer;
  text-align: left;
  /*background: #ccc;*/
  /*border: 1px solid gray;*/
  margin: 1px;
  margin-right: 5px;
}
DIV#menu UL.item LI {
  list-style: none outside; 
  text-align: center;
  margin-top: 2px;
  margin-bottom: 2px;
}
DIV#menu UL.item LI A {
  background: #CCC;
  /*border-left: 1px solid #888888;*/
 /*border-right: 1px solid #888888;*/
  font-weight: bold;
font-size:10px;
  width: 100px;
  
}
DIV#menu UL.item IMG {
  position: absolute;
  float:center;
  left: 0px;
  top: 0;
  border: 0 none;
  text-align:left;
  width:100px;
  height:60px;
}
DIV#menu UL.item LI UL {
  /*display: none;*/
  position:relative;
  width: 100px;
  
  
}
DIV#menu UL.item LI:hover UL {
  display: block;
  left: 0px;
  top:0px;
}
/*DIV#menu UL.item LI UL LI {

  background: #f6f6f8; 
}*/
DIV#menu UL.item LI UL LI#first {
  left:0px;
  height: 60px;
}
DIV#menu UL.item LI UL LI A {
  background: #f6f6f8;
  font-weight: normal;
}
DIV#menu UL.item LI UL LI A:hover {
  background: #eee;
}
DIV#menu UL.item LI UL LI A IMG {
 left: -2000px;
}
DIV#menu UL.item LI UL LI A:hover IMG {
  left: 0px;
} 