div#left_menu div.menu_item {
	height: 46px;
	width:175px;
	background-image: url('../images/base/bg.menu.item.left.png');
	background-repeat: no-repeat;
	background-position: right;
	text-align: left;
	font-size: 16px;
	font-family: Courier New;
}

div#left_menu div.menu_item a {
	display: block;
	margin-left: 35px;
	padding: 15px 0px 15px 30px;
	color: #000000;
	font-weight: bold;
	background-image: url('../images/base/diode.off.png');
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}

div#left_menu div.menu_item a:hover {
	display: block;
	margin-left: 35px;
	padding: 15px 0px 15px 30px;
	font-weight: bold;
	background-image: url('../images/base/diode.on.png');
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	color: #07461B;
}


div#right_menu div.menu_item {
	height: 46px;
	width:175px;
	background-image: url('../images/base/bg.menu.item.right.png');
	background-repeat: no-repeat;
	background-position: left;
	text-align: left;
}

div#right_menu div.menu_item a {
	display: block;
	margin-right: 35px;
	padding: 15px 30px 15px 0px;
	color: #000000;
	font-weight: bold;
	background-image: url('../images/base/diode.off.png');
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
	text-align: right;
}

div#right_menu div.menu_item a:hover {
	display: block;
	margin-right: 35px;
	padding: 15px 30px 15px 0px;
	font-weight: bold;
	background-image: url('../images/base/diode.on.png');
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
	color: #07461B;
}

div#left_menu div.menu_item a.selected {
	background-image: url('../images/base/diode.on.png');
	color: #07461B;
}

div#right_menu div.menu_item a.selected {
	background-image: url('../images/base/diode.on.png');
	color: #07461B;
}