a.menu
{
color: white;
}

#dropmenudiv a:hover
         {
                 /*Hover Hintergrundfarbe*/
                 background-color:               #333333;
         }


#dropmenudiv
	{
		position:			absolute;
		border:				1px solid #dc8f3b;
		border-bottom-width: 		0;
		font:				normal 10px Verdana;
		line-height:			0px;
		z-index:			100;
	}

#dropmenudiv a
	{
		width: 				100%;
		display: 			block;
		text-indent: 			0px;
		border-bottom: 			1px solid #dc8f3b;
		padding: 			12px 0;
		text-decoration: 		none;
		font-weight:			bold;
	}

