#title {
	font-size: 14px;
	color: #FFFFFF;
	margin-left: 15px;
	padding: 10px 0px 5px 0px;
}
#nav {
	margin-left: 15px;
	padding-bottom: 10px;
	color: #97AFC4;
}
#nav a {
	color: #97AFC4;
}
#nav a:hover {
	color: #FFFFFF;
}
#nav h1 {
	line-height: 25px;
	height: 25px;
	cursor: pointer;
	font-size: 12px;
	font-weight: normal;
	padding-left: 20px;
	background: url(../images/open.gif) no-repeat left center;
}
#nav h1 a {
	color: #FFFFFF;
}
#nav h1 a:hover {
	color: #FF9900;
}
#nav h2 {
	font-size: 12px;
	font-weight: normal;
	line-height: 25px;
	height: 25px;
	cursor: pointer;
	margin-left: 20px;
	padding-left: 20px;
	background: url(../images/open.gif) no-repeat left center;
}
#nav ul {
}
#nav ul li {
	line-height: 25px;
	height: 25px;
	background: url(../images/icon_link.gif) no-repeat left center;
	padding-left: 15px;
	margin-left: 40px;
}
#nav ul li a {
	cursor: pointer;
}
.no {
	display: none;
}
#nav .close {
	background: url(../images/close.gif) no-repeat left center;
}
