#menu h3 {
	color: #0082d1;
	height: 41px;
	line-height: 41px;
	text-indent: 10px;
	background: #f0f0f0 url('/image/nav-heading.gif') no-repeat;
	}

#nav,
#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
	list-style: none;
	line-height: 1;
}
#nav {
	background: #f0f0f0 url('/image/nav-bottom.gif') no-repeat center bottom;
	}

#nav a {
	display: block;
	line-height:22px;
	color: #4885cf;
	text-decoration: none;
}

#nav li { /* all list items */
	width: 220px;
	border-bottom: 1px solid #8ec9e9;
	border-bottom: 1px solid silver;
	}
#nav li a {
	color: #333;
	font-weight: bold;
	padding-left: 20px;
	}
#nav li.active a {
	color: #0082d1;
	background: #ffffff;
	}

#content {
	clear: left;
	color: #ccc;
}

.active {
	background-color: #ebf5fb;
}
