@charset "UTF-8";
/* CSS Document */


.menu2{
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #F00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 150%;
	font-weight: normal;
	color: #333;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
.menu2 a:link {
	color: #000;
	text-decoration: none;
}
.menu2 a:visited {
	color: #000;
}
.menu2 a:hover {
	color: #F00;
}
.menu2 a:active {
	color: #000;
}
