﻿/* Top menu_top  */
ul.menu_top {
	list-style-type: none;
	overflow: hidden;
}
li.menu_top {
	float: left;
}
a.menu_top:link, a.menu_top:visited {
	display: block;
	width: 155px;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	text-align: right;
	padding-top: 29px;
	padding-bottom: 5px;
	padding-right: 5px;
	text-decoration: none;
	text-transform: lowercase;
}
a.about_us:link, a.about_us:visited {
	background-color: #EED695;
}
a.about_us:hover, a.about_us:active {
	background-color: #e6b642;
	color: #FFF;
	text-shadow: 2px 2px 2px #000;
}
a.dance:link, a.dance:visited {
	background-color: #FDA37D;
}
a.dance:hover, a.dance:active {
	background-color: #FE5B16;
	color: #FFF;
	text-shadow: 2px 2px 2px #000;
}
a.karate:link, a.karate:visited {
	background-color: #FD7472;
}
a.karate:hover, a.karate:active {
	background-color: #fe0000;
	color: #FFF;
	text-shadow: 2px 2px 2px #000;
}
a.birthday:link, a.birthday:visited {
	background-color: #F279B3;
}
a.birthday:hover, a.birthday:active {
	background-color: #e80c7a;
	color: #FFF;
	text-shadow: 2px 2px 2px #000;
}
a.gallery:link, a.gallery:visited {
	background-color: #BE78D0;
}
a.gallery:hover, a.gallery:active {
	background-color: #8610ae;
	color: #FFF;
	text-shadow: 2px 2px 2px #000;
}
a.contact:link, a.contact:visited {
	background-color: #EDD38C;
}
a.contact:hover, a.contact:active {
	background-color: #e4b131;
	color: #FFF;
	text-shadow: 2px 2px 2px #000;
}

