#menu-main,
.menu-level2,
.menu-level3 {
	text-align: center;
	z-index: 9;
}

#menu-main ul {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding: 0 0 25px;
	background: url(/img/bg_wave_black.png) left bottom repeat-x;
	display: inline-block;
	//display: inline;
	zoom: 1;
	line-height: 1.4em;
}

#menu-main a,
.menu-level2 a,
.menu-level3 a {
	color: #373737;
}


#menu-main a:hover,
#menu-main a.current,
.menu-level2 a:hover,
.menu-level2 a.current,
.menu-level3 a:hover,
.menu-level3 a.current {
	text-decoration: none;
	color: #287e6e !important;
}

a.current {
	font-weight: bold;
}


#menu-main li,
.menu-level2 li,
.menu-level3 li {
	display: inline;
	margin: 0 1.2em;
}

.menu-level2 ul,
.menu-level3 ul {
	list-style-type: none;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.menu-level2 {
	font-size: 16px;
	padding: 25px 0 30px;
	/*background: url(/img/bg_wave_green_long.png) center bottom no-repeat;*/
	background: url(/img/bg_wave_black.png) center bottom repeat-x;
}

.menu-level3 {
	font-size: 17px;
	padding: 20px 0;
	font-style: italic;
		
}