﻿.MenuLevel1
{
	text-indent: 0px;
	margin-top: 4px;
	background-color: #000000;
	padding-left: 10px;
	padding-right:6px;
	padding-top:6px;
	padding-bottom:6px;
	text-align:left;
}
.MenuLevel2
{
	text-indent: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left:10px;
	text-align:left;
}
.MenuLevel3
{
	text-indent: 20px;
	text-align:left;
}

.MenuLevel1Link:link {
	font-size: 10px;
	font-weight: bold;
	color:  #ffffff;
	text-decoration: none;
	border: none;
}

.MenuLevel1Link:active {
	font-size: 10px;
	font-weight: bold;
	color:  #9c2131;
	text-decoration: none;
	border: none;
}

.MenuLevel1Link:visited {
	font-size: 10px;
	font-weight: bold;
	color:  #ffffff;
	text-decoration: none;
	border: none;
}

.MenuLevel1Link:hover {
	text-decoration: none;
	color: #9c2131;
	font-size: 10px;
	font-weight: bold;
}

.MenuLevel2Link:link {
	font-size: 10px;
	font-weight: bold;
	color:  #ffffff;
	text-decoration: none;
	border: none;
}

.MenuLevel2Link:active {
	font-size: 10px;
	font-weight: bold;
	color:  #000000;
	text-decoration: none;
	border: none;
}

.MenuLevel2Link:visited {
	font-size: 10px;
	font-weight: bold;
	color:  #ffffff;
	text-decoration: none;
	border: none;
}

.MenuLevel2Link:hover {
	text-decoration: none;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
}
