#right_top table {
	margin: 0px;
	padding: 0px;
	margin-top: 52px;
	clear: both;
}

#right_top tr {
	height: 26px;
}

#right_top table td {
}

#right_top table td a {
	display: block;
	height: 23px;
	line-height: 23px;
	text-align: center;
	color: #111111;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.7em;
	background: url(images/top_menu_left.png) top left no-repeat;		
}

#right_top table td a span {
	display: block;
	height: 23px;
	line-height: 23px;
	background: url(images/top_menu_right.png) top right no-repeat;
}


#right_top table td a:hover, #right_top table td.active a {
	display: block;
	height: 23px;
	line-height: 23px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.7em;
	background: url(images/top_menu_active_left.png) top left no-repeat;		
}

#right_top table td a:hover span, #right_top table td.active a span {
	display: block;
	height: 23px;
	line-height: 23px;
	background: url(images/top_menu_active_right.png) top right no-repeat;
}

#left_content ul {
	list-style: none;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}

#left_content li {
	background: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
	display: inline;
}

#left_content li a {
	display: block;
	text-decoration: none;
	color: #0A6230;
	font-size: 1em;
	text-align: center;
	background: url(images/left_menu.png) center center no-repeat;
	margin: 5px 0px 5px 0px;
	padding: 12px 4px 12px 4px;
}

#left_content li a:hover {
	background: url(images/left_menu_active.png) center center no-repeat;
	color: #FFFFFF;
	font-weight: bold;
}

#left_content li .active {
	background: url(images/left_menu_active.png) center center no-repeat;
	color: #FFFFFF;
	font-weight: bold;
}


#left_content li a:hover strong, #left_content .active strong {
	background: url(images/left_menu_active.png) center center no-repeat;
	color: #FFFFFF;
	font-weight: bold;
}