.rooms {
	float: right;
	margin-left: 2em;
	width: 180px;
}

.rooms ul {
	border: 1px solid #cccccc;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 15px;
	list-style: none;
	margin: 0;
	padding: 1px;
}

.rooms li {
	background: red;
	padding: 4px 15px 4px 15px;
}

.rooms .selected {
	background: url("../images/rooms/arrow.gif") no-repeat left center;
	margin-left: -20px;
	padding-left: 35px;
}

.rooms a {
	text-decoration: none;
}

.rooms a:hover {
	text-decoration: underline;
}

.rooms .color1 { background-color: #d2e6e7; }
.rooms .color2 { background-color: #fcd5de; }
.rooms .color3 { background-color: #f3ebcd; }
.rooms .color4 { background-color: #e5d6e8; }
.rooms .color5 { background-color: #ebf5ec; }
.rooms .color6 { background-color: #ffe7d6; }

.rooms .color1 a { color: #00a0db; }
.rooms .color2 a { color: #fc033c; }
.rooms .color3 a { color: #cca100; }
.rooms .color4 a { color: #c100e8; }
.rooms .color5 a { color: #00c814; }
.rooms .color6 a { color: #ff791a; }
