.menu {
	background-color: #ffffff;
	position: absolute;
	width: 150px;
	left: 0px;
	top: 93px;
	margin: 0px;
	border-left: none;
	border-right: none;
}

.menu ul {
	margin: 0;
	padding: 0;
}

.menu li {
	list-style: none;
	color: White;
	cursor: pointer;
	font: bold 10px/11px Verdana, Arial, Helvetica;
}

.menu .first a {
	background: #fff url(images/menu_1.gif) no-repeat 0px 0px;
	padding: 6px 5px 5px 22px;
	width: 123px;
	text-align: left;
	color: #0f4d29;
	text-decoration: none;
	display: block;
}

.menu .firstActive a {
	font: bold 10px/11px Verdana, Arial, Helvetica;
	background: #89C9A6 url(images/menu_1_active.gif) no-repeat 0px 0px;
	padding: 6px 5px 5px 22px;
	width: 123px;
	text-align: left;
	color: #0f4d29;
	text-decoration: none;
	display: block;
}

.menu .first a:hover, .menu .firstActive a:hover {
	background-color: #89C9A6;
	color: #0f4d29;
}

.menu .firstArrowX a {
	background: #89C9A6 url(images/menu_1_arrow.gif) no-repeat 0px 0px;
	padding: 6px 5px 5px 22px;
	width: 123px;
	text-align: left;
	color: #0f4d29;
	text-decoration: none;
	display: block;
}

.menu .firstArrowX a:hover {
	background: #89C9A6 url(images/menu_1_arrow_mouse.gif) no-repeat 0px 0px;
	color: #0f4d29;
}

.menu .firstArrow a {
	background: #89C9A6 url(images/menu_1x_arrow.gif) no-repeat 0px 0px;
	padding: 6px 5px 5px 22px;
	width: 123px;
	text-align: left;
	color: #0f4d29;
	text-decoration: none;
	display: block;
}

.menu .firstArrow a:hover {
	background: #89C9A6 url(images/menu_1x_arrow_mouse.gif) no-repeat 0px 0px;
	color: #0f4d29;
}

.menu .second a {
	background: #ebf5ec url(images/menu_2.gif) no-repeat 0px 0px;
	padding: 6px 5px 5px 32px;
	width: 113px;
	text-align: left;
	color: #0f4d29;
	text-decoration: none;
	display: block;
}

.menu .secondActive a {
	font: bold 10px/11px Verdana, Arial, Helvetica;
	background: #ebf5ec url(images/menu_2_active.gif) no-repeat 0px 0px;
	padding: 6px 5px 5px 32px;
	width: 113px;
	text-align: left;
	color: #0f4d29;
	text-decoration: none;
	display: block;
}

.menu .second a:hover {
	background: #C5E4D3 url(images/menu_2.gif) no-repeat 0px 0px;
	color: #0f4d29;
}

.menu .secondActive a:hover {
	background: #C5E4D3 url(images/menu_2_active.gif) no-repeat 0px 0px;
	color: #0f4d29;
}

.menu .secondArrow a {
	background: #ebf5ec url(images/menu_2x_arrow.gif) no-repeat 0px 0px;
	padding: 6px 5px 5px 32px;
	width: 113px;
	text-align: left;
	color: #0f4d29;
	text-decoration: none;
	display: block;
}

.menu .secondArrow a:hover {
	background: #C5E4D3 url(images/menu_2x_arrow_mouse.gif) no-repeat 0px 0px;
	color: #0f4d29;
}

.menu .secondArrowX a {
	background: #ebf5ec url(images/menu_2_arrow.gif) no-repeat 0px 0px;
	padding: 6px 5px 5px 32px;
	width: 113px;
	text-align: left;
	color: #0f4d29;
	text-decoration: none;
	display: block;
}

.menu .secondArrowX a:hover {
	background: #C5E4D3 url(images/menu_2_arrow_mouse.gif) no-repeat 0px 0px;
	color: #0f4d29;
}

.menu .third a {
	font: bold 10px/11px Verdana, Arial, Helvetica;
	background: #ffffff url(images/menu_3.gif) no-repeat 0px 0px;
	padding: 6px 5px 5px 32px;
	width: 113px;
	text-align: left;
	color: #0f4d29;
	text-decoration: none;
	display: block;
}

.menu .thirdActive a {
	font: bold 10px/11px Verdana, Arial, Helvetica;
	background: #ffffff url(images/menu_3_active.gif) no-repeat 0px 0px;
	padding: 6px 5px 5px 32px;
	width: 113px;
	text-align: left;
	color: #0f4d29;
	text-decoration: none;
	display: block;
}

.menu .third a:hover {
	background: #c9e6d6 url(images/menu_3.gif) no-repeat 0px 0px;
	color: #0f4d29;
}

.menu .thirdActive a:hover {
	background: #c9e6d6 url(images/menu_3_active.gif) no-repeat 0px 0px;
	color: #0f4d29;
}

.menu>ul a {width:auto;}
