#left_nav {
	margin: 0;
	width: 150px;
	line-height: 2.1em;
	float: left;
}

#left_nav .drop {
	cursor: pointer;
}

#left_nav, #left_nav ul {
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	line-height: 2.2em;
}

#left_nav li {
	position: relative;
}

#left_nav a {
	display: block;
	padding: 0px 6px;
	border-left: 1px solid #003857;
	border-right: 1px solid #004473;
	border-bottom: 1px solid #003857;
	border-top: 1px solid #004473;
	color: #FFF;
	text-decoration: none;
	height: 26px;
	background: #4d779e url('/images/top_nav_bg.gif') repeat-x;
}

#left_nav a:hover {
	background: #3c5e7e url('/images/top_nav_bg_hover.gif') repeat-x;
	color: #000;
}

#left_nav ul {
	width: 142px;
	background: #333;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	line-height: 1em;
	display: none;
}

#left_nav ul a {
	background: none;
	border: 0;
	height: auto;
	padding: 5px 8px;
}

#left_nav ul a:hover {
	background: inherit;
	color: inherit;
	text-decoration: underline;
}

#left_nav ul ul {
	position: absolute;
	left: 142px;
	top: 0px;
	border: 1px solid #999;
	border-left: none;
}