﻿.MenuLevel1
{
	text-indent: 0px;
	vertical-align:middle;
	padding-top:2px;
	margin-bottom: 6px;
    background-image:url(images/navback.jpg);
	background-position:top;
	background-repeat:repeat-x;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	height:18px;
}
.MenuLevel1:hover
{
    background-image:url(images/navback.jpg);
	background-position:bottom;
}
.MenuLevel2
{
	text-indent: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.MenuLevel3
{
	text-indent: 20px;
}
.MenuLevel1Link:link {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border: none;
}
.MenuLevel1Link:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border: none;
}
.MenuLevel1Link:hover {
	text-decoration: none;
	color: #5e7dab;
}
.MenuLevel1Link:active {
	text-decoration: none;
	color: #5e7dab;
}
.MenuLevel2Link {
	color:  #5e7dab;
	text-decoration: none;
	width: 100%;
	padding: 5px;
}