﻿#menu_right_title {
	font-size: 25px;
	font-weight: bold;
	text-shadow: #000 1px 1px 1px;
	padding-right: 10px;
}
ul.menu_right {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: right;
}
ul.menu_right_home {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
li.menu_right {
	background-repeat: no-repeat;
	background-position: 100% .4em;
	padding-right: .6em;
	line-height: 35px;
}
a.menu_right:link, a.menu_right:visited {
	color: black;
	text-decoration: none;
	background-image: url('../img/site/red_dot.png');
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 20px;
}
a.menu_right:hover, a.menu_right:active {
	color: red;
	text-decoration: underline;
	background-image: url('../img/site/purple_dot.png');
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 20px;
}
a.menu_right_current:link, a.menu_right_current:visited {
	color: red;
	text-decoration: none;
	background-image: url('../img/site/purple_dot.png');
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 20px;
}
#birthday_reserve {
	line-height: 30px;
	text-shadow: #000 1px 1px 1px;
	font-size: 25px;
	font-weight: bold;
	margin-top: 75px;
	text-align: center;
	color: #e80c7a;
}
a.birthday_reserve:link, a.birthday_reserve:visited {
	color: #e80c7a;
	text-decoration: none;
}
a.birthday_reserve:hover, a.birthday_reserve:active {
	color: #e80c7a;
	text-decoration: underline;
}

