/* Styles related to the Layers Menu System begin here */

a.lms:link	{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: White;
	text-decoration: none;
	width: 100%;
}

a.lms:visited	{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: White;
	text-decoration: none;
	width: 100%;
}

a.lms:hover	{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: Gold;
	background-color: #EE0000;
	width: 100%;
}

a.lms:active	{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
}

a.lms1:link	{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: White;
	text-decoration: none;
	width: 100%;
}

a.lms1:visited	{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: White;
	text-decoration: none;
	width: 100%;
}

a.lms1:hover	{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: Gold;
	background-color: #EE0000;
	width: 100%;
}

a.lms1:active	{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
}

.MainMenu {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFF00;
	background-color: #EE0000;
	vertical-align: top;
}

.LowerMenu {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFF00;
	background-color: #999999;
	vertical-align: middle;
}

a.lowerMenu:link	{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: White;
	text-decoration: none;
	width: 100%;
}

a.lowerMenu:visited	{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: White;
	text-decoration: none;
	width: 100%;
}

a.lowerMenu:hover	{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: Gold;
	background-color: #999999;
	width: 100%;
}

a.lowerMenu:active	{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
}
.MainMenuShadow {
	background-color: #FFFFFF;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#770000', Direction=135, Strength=5);
}
