﻿@import url("Base.css");




.MenuNote
{
	margin: 0px;
	padding: 0px;
	display: none;
}
.Menu
{
	list-style: none;
	display: block;
	width: 170px;
	margin-left: 10px;
	line-height: 30px;
	font-size: 12px;
	border-bottom: 1px #ccc solid;
}
.MenuUL
{
	width: 182px;
	list-style-type: none;
	padding: 0px;
	font-size: 12px;
}
.MenuUL li
{
	line-height: 26px;
	color: #333333;
	list-style-type: none;
	display: block;
	text-decoration: none;
	margin: 0px;
	padding-left: 0px;
}
.MenuUL a:link, .MenuUL a:visited, .MenuUL a:active
{
	background-repeat: no-repeat;
	display: block;
	text-align: left;
	text-decoration: none;
	height: 26px;
}
.MenuUL a:hover
{
	color: #CC0000;
	background-repeat: no-repeat;
	text-align: left;
	display: block;
	text-decoration: underline;
	height: 26px;
}
.MesNote
{
	margin: 2px auto;
	text-align: left;
}
.Menu a:hover
{
	text-decoration: none;
	color: #ff6600;
}
.Menu a:link
{
	color: #525252;
	text-decoration: none;
}

.Menu a:visited
{
	color: #525252;
	text-decoration: none;
}

