@charset "UTF-8";
#menu {
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	clear: right;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0px;
}
#menu ul li{
border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-left: 24px;
	margin-right: 24px;
	margin-top: 10px;

}
#menu ul li a{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	list-style-type: none;
	list-style-position: inside;
	font-size: 15px;
}

#menu2 {
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	clear: right;
}
#menu2 ul {
	list-style: none;
	margin: 0;
	padding: 0px;
}
#menu2 ul li{
border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #646464;
	margin-left: 24px;
	margin-right: 24px;
	margin-top: 10px;

}
#menu2 ul li a{
	font-family: Arial, Helvetica, sans-serif;
	color: #646464;
	text-decoration: none;
	list-style-type: none;
	list-style-position: inside;
	font-size: 13px;
}
#menu3 {
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	clear: right;
}
#menu3 ul {
	list-style: none;
	margin: 0;
	padding: 0px;
}
#menu3 ul li{
border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #646464;
	margin-left: 24px;
	margin-right: 24px;
	margin-top: 10px;

}
#menu3 ul li a{
	font-family: Arial, Helvetica, sans-serif;
	color: #646464;
	text-decoration: none;
	list-style-type: none;
	list-style-position: inside;
	font-size: 13px;
}
