#dropmenudiv	{
			position:absolute;
			margin-top:2px;
			font:normal 12px sans-serf;
			line-height:20px;
			z-index:1200;
		}

#dropmenudiv a	{
			width: 100%;
			display: block;
			background-color:white;
			margin: 0 0 0 8;
			padding: 2 2 2 2;
			text-decoration: none;
			font-weight: normal;
			color:#333;
			font-size:12px;
			font-family:sans-serif;
			border-left:solid 1px #919191;
			border-right:solid 1px #919191;
			/* border-bottom:solid 1px #919191; */

		}

#dropmenudiv a:hover	{ 
			background-color:#444;
			color:white;
			}


