@charset "utf-8";
/* CSS Document */
.menuNav {
	border:0px;
	line-height:0px;
	padding:0px;
	margin:0px;
	margin-top:0px;
	}

.menuNav li a {
	height:28px;
	display:block;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bolder;
	text-decoration:none;
	color:#666666;
	background-image:url(images/menu/downmenu.jpg);
	padding-top:12px;
	margin:0px;
	
	}

.menuNav ul {
	list-style:none;
	}

.menuNav li {
	width:126px;
	height:34px;
	float:left;
	list-style:none;
	text-align:center;
	margin:0px;
	
	}

.menuNav a:hover {
	background:url(images/menu/downmenuover.jpg);
}

.menuNav a.current, a.current:hover {
	background:url(images/menu/upmenu.jpg);
	}