DIV#menueposition 
  {
   position: absolute;
   margin-top: 130px;
   margin-left: 0px;
  }

.menuImg
  {
    margin-left:4px;
    margin-bottom:1.5px;
    margin-right:1px;
  }
  
.menu
  {
	position: absolute;
	background-color: #33CC99;
	border: 1px solid darkblue;
	width: 150;
	font-size: 11px;
	font-family: verdana;
	font: bold;
	color: #335599;
	cursor: pointer;
}
  
.item_panel
  {
    width:150;
    border-left:1px solid darkblue;
    border-right:1px solid darkblue;
    clip:rect(0,150,0,0);
    position:absolute;
  }

.item_panel a
  {
   text-decoration:none;
   color:#333399;
   cursor:hand;
  }

.item
  {
	background-color: lightyellow;
	width: 150;
	font-size: 10px;
	font-family: verdana;
}

a.item:link {
	text-decoration: none;
}

a.item_panel:link {
	text-decoration: none;
}

a.item_panel:visited {
	text-decoration: none;
}

a.item:visited {
	text-decoration: none;
}


div.item_panel a:visited {
	text-decoration: none;
}

.table {
	padding-left: -20px;
}

a:visited {
	color: #333399;
	font-weight: bold;
	text-decoration: none;
}

a:link {
	color: #333399;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: red;
	font-weight: bold;
	text-decoration: none;
}

span.headerLeft {
	margin-left: -20px;
	text-align: left;
}
