* {
	margin: 0;
	padding: 0;
}
body {
	font: 14px Arial;
	color: white;
}
a {
	text-decoration: none;
}

#menu {
	width: 345px;
	position: relative;
	top: 13px;
	left: 24px;
	font-size: 14px;
	float: left;
}

.clear {
	clear: both;
}
.list {
	margin-bottom: 5px;
}
.list>a {
	color: white;
}
.menu li, 
.title {
	height: 39px;
	line-height: 39px;
}
.menu li {
	padding-left: 30px;
	list-style: none;
	color: #39b4be;
}
.menu li:hover, 
.choose {
	background: #d1f1f1;
}
.title {
	padding-left: 10px;
	background: #39b4b1;
	position: relative;
}
.title img {
	position: absolute;
	top: 7px;
	right: 10px;
}
.square {
	width: 4px;
	height: 4px;
	background: #268e8e;
	position: relative;
	top: 20px;
	left: -18px;
}
.hidden {
	display: none;
}