.menu
  {
	background-color: #008c84;
	width:167;
	font-size:12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	cursor: hand;
	text-decoration:none;
	position : absolute;
	font-weight: bold;
	color : #efefef;
	border-bottom : 1px solid #94949c;
	border-top : 1px solid #94949c;
	border-left : 1px solid #94949c;
	padding-left : 2px;
}
  .item_panel
  {
	width:167;
	clip:rect(0,167,0,0);
	position: absolute;
}
  .item_panel a
  {
	width:167;
	text-decoration:none;
	cursor:hand;
	color : #636363;
	font-weight : bold;
}
  .item
  {
	width:167;
	font-size:10px;
	font-family:verdana;
	border-left : 1px solid #000000;
}


