body {
	margin: 0;
	padding: 0;
}

div.menu-div {
	position: absolute;
	width: 255px;
	z-index: 1000;
	display: none;
	border-bottom: none;
	overflow: hidden;
	left; 0;
	top: 0;
	border-bottom: 1px #5d5d5d solid;
	border-left: 1px white solid;
	border-right: 1px white solid;
	background: #bbc0b2;
	padding-bottom: 2px;
}

a.menu-a {
	display: block;
	background: #d2d2c9;
	color: #039;
	text-decoration: none;
	padding: 5px;
	padding-left: 20px;
	width: 100%;
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

a.menu-a:hover {
	color: #c00;
	background: #ededed url(/images/menu-active.gif) left no-repeat;
}