.menu {
	padding:0px;
	background-color: #e2d8e3;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #d4c2d6;
	border-bottom-color: #d4c2d6;
	border-left-color: #d4c2d6;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.menuItem {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d4c2d6;
}

.menuItem a:hover {
	background-color:#d4c2d6;
	text-decoration: none;
	color: #551f36;
}

.menuItem a {
	color: #000;
	text-decoration:none;
	display: block;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	cursor:text;
}

