	/* Main Menu */
.nav_left, .nav_left li ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.nav_left li {
	position: relative;
}
.nav_left li a {
	display: block;
	height: 18px;
	width: 100%;
	/*color: #000000;*/
	color: #333333;
 	/*font: 12px/20px Verdana, Arial, sans-serif;*/
 	font: 12px/18px "Trebuchet MS";
	font-style: normal;
	/*font-weight: bold;*/
	letter-spacing: 1px;
	text-decoration: none;
	text-align: left;
	text-indent: 6px;

	margin: 0px 0px 0px 0px;	/* Top Right Bottom Left */
	padding: 0px 0px 0px 0px;	/* Top Right Bottom Left */
	border-bottom: 1px solid #AAAAAA;
}
.nav_left .last_item a {
	border-bottom: 0px;
}
.nav_left .selected a {
	background: #EEEEEE;
}
.nav_left .selected_last_item a {
	background: #EEEEEE;
	border-bottom: 0px;
}

.nav_left li a:visited {
	/*color: #000000;*/
	outline: 0;
}
.nav_left li a:hover {
	display: block;
	color: #88b52d;
	background: #CCCCCC;
	text-decoration: none;
	outline: 0;
}
.nav_left li a:active {
	color: #88b52d;
	outline: 0;
}
.nav_left li a:selected {
	color: #88b52d;
	outline: 0;
}

.nav_left .arrowdiv_right {
	position: absolute;
	top: 0px;	/* Fixed alignment in IE */
	right: 2px;
	background: transparent url(images/bullet_green_arrow_right.gif) no-repeat center center;
	padding: 0px 0px 2px 0px;	/* Top Right Bottom Left */
}
.nav_left .arrowdiv_down {
	position: absolute;
	top: 0px;	/* Fixed alignment in IE */
	right: 2px;
	background: transparent url(images/bullet_green_arrow_down.gif) no-repeat center center;
	padding: 0px 0px 2px 0px;	/* Top Right Bottom Left */
}
