#menu, #menu ul {
	font-family: "Trebuchet MS", Arial, Verdana;
	margin: 0;
	padding: 0;
	list-style: none;
	background:#ccc;
	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: #f5dd8e;
	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: #f5dd8e !important;
}
#menu ul ul a:hover {
	background: #95c14e !important;
}
#menu ul li:hover ul {
	display: block;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	border-left: 1px solid #000;
}