﻿.MenuLevel1
{
	text-indent: 0px;
	text-align:left;
	margin-top: 2px;
	background-color:#2e3192;
	background-repeat:repeat-x;
	background-position:top;
	background-image: url(images/gradient2.jpg);
	border:outset 1px;
	padding: 5px;
	
}
.MenuLevel2
{
	background-color:WhiteSmoke;
	border:solid 1px WhiteSmoke;
	text-align:left;
	text-indent: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.MenuLevel3
{
	text-indent: 20px;
}

.MenuLevel1Link:link {
	color:  #ffffff;
}
.MenuLevel1Link:visited {
	color:  #ffffff;
}
.MenuLevel1Link:active {
	color:  #ffca00;
}
.MenuLevel1Link:hover {
	color:  #ffca00;
}

.MenuLevel2Link:link {
	color:  #000000;
}
.MenuLevel2Link:visited {
	color:  #000000;
}
.MenuLevel2Link:active {
	color:  #052684;
}
.MenuLevel2Link:hover {
	color:  #052684;
}