  .menu                   {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	background: #33CCFF;
	width: 100px;
	margin: 0px;
	padding: 0px;
	border: none;
	overflow: visible;
	z-index: 4;
}
  .menu a, .menu a:visited {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: black;
	background: #56BBED;
	width: 100px;
	padding-left: 8px;
	line-height: 16px;
}
  .menu a:hover            {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: black;
	background: #F4F4FF;
	width: 100px;
	padding-left: 10px;
	line-height: 16px;
}
  .menu .border            {
	border: 1px solid #F4F4F4;
	border-bottom: 1px solid #808080;
	border-right: 1px solid #808080;
	margin: 1px;
}
  .menu .text              { overflow: hidden;
                             width: 100px; height: 15px; }
  .menu .arrow             { overflow: hidden;
                             width: 15px; height: 14px;
                             padding-left: 5px; padding-top: 3px; }
  .menu .arrow img         { width: 6px; height: 7px;
                             border: 0px; }
