#top-menu div {
		float: right;
}

#top-menu ul {
		list-style-type: none;
}

#top-menu ul a {
		display: block;
		color: #7f5151;
		font-weight: bold;
		margin: 0px 0px 0px 15px;
		padding: 5px 3px 5px 31px;
		background: url('../images/top-menu-crown.jpg') no-repeat center left;
}

#top-menu ul a:hover, #top-menu ul a.selected {
		text-decoration: none;
		background: #eeeced url('../images/top-menu-crown-selected.jpg') no-repeat center left;
}

#top-menu ul ul a {
		width: 80px;
		display: block;
		font-weight: normal;
		padding: 0px 0px 0px 31px;
		margin: 0px;
		background: none;
}

#top-menu ul ul a:hover {
		background-image: none;
		background-color: #d9cdb3;
}

#top-menu ul li {
		float: left;
}

#top-menu ul ul li {
		float: none;
		display: block;
}

#top-menu ul ul {
		margin: 0px 0px 0px 15px;
		padding: 2px 0px 2px 0px;
		position: absolute;
		background-color: #fcfef0;
		display: none;
}