﻿.MenuLevel1 {
	padding-top:6px;
	padding-bottom:6px;
}
.MenuLevel2
{
	text-indent: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.MenuLevel3
{
	text-indent: 20px;
}
.MenuLevel1Link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration:none;
}
.MenuLevel1Link:hover {
	color: #ff0000;
	text-decoration:none;
}
.MenuLevel2Link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	width: 100%;
	padding: 5px;
}
