#menu, #menu ul {
	font-family: "Verdana", Arial,;
	margin: 0;
	padding: 0;
	list-style: none;
	background:#ffffff;
	width: 200px;
}
#menu ul li {
	float: none !important;
	float: left;
}
#menu ul li a {
	display: block;
	widht: 200px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	background: url(images/bg.png) no-repeat;
	color: #000000;
	text-decoration: none;
}
#menu ul li a:hover {
	background: url(images/bgh.png) no-repeat !important;
}
#menu ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 199px;
	width: 200px;
}
#menu ul li:hover {
	background: url(images/bgh.png) no-repeat;
	position: relative;
}
#menu ul li:hover a {
	background: none;
}
#menu ul ul a {
	color: #000;
	background: #f2e5d5 !important;
}
#menu ul ul a:hover {
	background: #f6f6c4 !important;
}
#menu ul li:hover ul {
	display: block;
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 1px solid #000000;
}