.left_menu {
	font-family: Helvetica, sans-serif, Arial, Tahoma;
	font-size: 12px;
	background-color: #F5F5F5;
	height: 18px;
	margin-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-left: 7px;
	list-style-type: none;
	text-decoration: none;
	color: #454545;
	display: block;
	padding-top: 3px;
	font-weight: normal;
	letter-spacing: 0px;
	padding-right: 5px;
}
.left_menu_last {
	font-family: Helvetica, sans-serif, Arial, Tahoma;
	font-size: 12px;
	background-color: #F5F5F5;
	height: 18px;
	margin-bottom: 0px;
	padding-left: 7px;
	list-style-type: none;
	text-decoration: none;
	color: #454545;
	display: block;
	padding-top: 3px;
	font-weight: normal;
	letter-spacing: 0px;
	padding-right: 5px;
}
.left_menu_container {
	border: 1px solid #CCCCCC;
	padding: 1px;
	width: 147px;
}

.sub_menu_ul {
	margin-left: 10px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	list-style-type: none;
}

.sub_menu_ul li {
	margin-bottom: 1px;
	background-image: url(../images/icons/blue_arrow.gif);
	background-repeat: no-repeat;
	text-indent: 7px;
	background-position: 1px;
}


.left_menu:hover {
	font-family: Helvetica, sans-serif, Arial, Tahoma;
	font-size: 12px;
	background-color: #EFEFEF;
	height: 18px;
	margin-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-left: 7px;
	list-style-type: none;
	text-decoration: none;
	color: #000000;
	display: block;
	padding-top: 3px;
	font-weight: normal;
	padding-right: 5px;
}

.left_menu_last:hover {
	font-family: Helvetica, sans-serif, Arial, Tahoma;
	font-size: 12px;
	background-color: #EFEFEF;
	height: 18px;
	margin-bottom: 0px;
	padding-left: 7px;
	list-style-type: none;
	text-decoration: none;
	color: #000000;
	display: block;
	padding-top: 3px;
	font-weight: normal;
	padding-right: 5px;
}

.last_spacer {
	height: 10px;
}
.sub_menu_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #969696;
}

.sub_menu_links:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #003399;
}
.sub_menu_container {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	margin-bottom: 1px;
}

