﻿.MenuLevel1
{
	text-indent: 0px;
	width: 190px;
	border: 1px solid #4A83A0;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-left: 2px;
}
.MenuLevel2
{
	text-indent: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	width: 150px;
	margin-left: 25px;
	background-image: url(pics/menu_arrow.jpg);
	background-repeat: no-repeat;
}
.MenuLevel3
{
	text-indent: 20px;
}
.MenuLevel1Link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #596A79;
	text-decoration: underline;
	width: 192px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 20px;
	line-height: 16px;
}
.MenuLevel1Link:hover {
	text-decoration: none;
	background-color: #CCCCCC;
	color: #000000;
}
.MenuLevel2Link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 10pt;
	line-height: 20px;
}
