﻿.MenuLevel1
{
	padding: 5px;
	padding-top:9px;
	text-align:center;
	height:36px;
	width:160px;
	margin-right:122px;
	background-image:url(images/MenuButton.gif);
	background-position:left 1px;
	background-repeat:no-repeat;
}
.MenuLevel1:hover
{
	padding: 5px;
	padding-top:9px;
	text-align:center;
	height:36px;
	width:160px;
	margin-right:122px;
	background-image:url(images/MenuButton.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}
.MenuLevel2
{
	text-indent: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	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:  #000000;
	text-decoration: underline overline;
	border: none;
}

.MenuLevel1Link:visited {
	font-size: 10px;
	font-weight: bold;
	color:  #ffffff;
	text-decoration: none;
	border: none;
}

.MenuLevel1Link:hover {
	text-decoration: underline overline;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
}

.MenuLevel2Link {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	width: 100%;
	padding: 5px;
}

.MenuLevel2Link:hover {
	text-decoration: underline;
	color: #000000;
}
