﻿.MenuLevel1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	text-indent: 0px;
	margin-top: 2px;
	padding-right:10px;
	padding-left:10px;
}
.MenuLevel1:hover
{
}
.MenuLevel2
{
	text-indent: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.MenuLevel3
{
	text-indent: 20px;
}
.MenuLevel1Link:link,.MenuLevel1Link:visited {
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	border: none;
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	width:100%;
}
.MenuLevel1Link:hover,.MenuLevel1Link:active {
	text-decoration: none;
	color: #ff6600;
}
.MenuLevel2Link {
	color:  #ff6600;
	text-decoration: none;
	width: 100%;
	padding: 5px;
}