@charset "utf-8";
/* CSS Document */


div#access, ul.menu li a {
	background:url('images/bg-nav-h-green.png') repeat-x;
	font-size:18px;
	color:#FFF;
	text-shadow:1px 1px #000;
	font-weight:bold;
}


ul.menu li:hover, .current_page_item {
	background:url('images/bg-nav-green.png') repeat-x;
}


ul.menu li a:hover {
	background:url('images/bg-nav-green.png') repeat-x;
	color:#FFF;
	text-shadow:1px 1px #000;
}
