﻿.MenuLevel1
{
	text-indent: 0px;
	padding: 1px;
	text-align:left;
	margin-left:20px;
}
.MenuLevel2
{
}
.MenuLevel3
{
}

.MenuLevel1Link:link {
	font-size: 10px;
	font-weight: bold;
	color:  #000000;
	text-decoration: none;
	border: none;
}
.MenuLevel1Link:visited {
	font-size: 10px;
	font-weight: bold;
	color:  #000000;
	text-decoration: none;
	border: none;
}
.MenuLevel1Link:hover {
	text-decoration: none;
	color: #4c4f84;
	font-size: 10px;
	font-weight: bold;
}
.MenuLevel1Link:active {
	font-size: 10px;
	font-weight: bold;
	color:  #4c4f84;
	text-decoration: none;
	border: none;
}

.MenuLevel2Link {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	width: 100%;
	padding: 5px;
}

.MenuLevel2Link:hover {
	text-decoration: underline;
	color: #000000;
}