﻿.MenuLevel1
{
	text-align:left;
	margin-top:6px;
	width:100px;
}
.MenuLevel2
{
	text-align:left;
}
.MenuLevel3
{
	text-align:left;
}

.MenuLevel1Link:link {
	font-size: 12px;
	font-weight:normal;
	color:  #000000;
	text-decoration: none;
	border: none;
}

.MenuLevel1Link:active {
	font-size: 12px;
	font-weight:normal;
	color:  #ffffff;
	text-decoration: none;
	border: none;
}

.MenuLevel1Link:visited {
	font-size: 12px;
	font-weight:normal;
	color:  #000000;
	text-decoration: none;
	border: none;
}

.MenuLevel1Link:hover {
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
	font-weight:normal;
}

.MenuLevel2Link {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	width: 100%;
	padding: 5px;
}

.MenuLevel2Link:hover {
	text-decoration: underline;
	color: #000000;
}