﻿.MenuLevel1
{
	text-indent: 0px;
	margin-top: 4px;
	border: 1px solid #d1d4ce;
	background-color:  Silver;
	padding: 5px;
	background-image :url( images/smokeandglass_blueandwhitef.gif);
	text-align:left;
}
.MenuLevel1:hover
{
	background-image :url( images/smokeandglass_blueandwhitef.gif);
	background-position:center;
	text-align:left;
}
.MenuLevel2
{
	text-indent: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align:left;
}
.MenuLevel3
{
	text-indent: 20px;
	text-align:left;
	background:#d1d4ce;
}
.MenuLevel1Link {
	font-weight: bold;
	color: #114432;
	text-decoration: underline;
	border: none;
	text-align:left;
}
.MenuLevel1Link:hover {
	text-decoration: underline;
	color: #609b85;
	text-align:left;
}
.MenuLevel2Link {
	color:  #114432;
	text-decoration: none;
	width: 100%;
	padding: 5px;
	text-align:left;
}
.MenuLevel3Link {
	color:  #000000;
	text-decoration: none;
	width: 100%;
	padding: 5px;
	text-align:left;
}
