﻿.MenuHomeItemRoot
{
	background-color:#2EA443;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;	
}

.MenuHomeItemSub
{
	background-color:#baddc0;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	height:14px;
	color:#176726;
	text-align:left;
	padding:2px;
	padding-right:5px;
	text-indent:2px;
}

.MenuHomeItemSubHover
{
	background-color:#9fc4a5;
}

.MenuHomeArea
{
	text-align:left;
	padding:0px;
	background-color:#2EA443;
}

.MenuSubItemRoot
{
	background-color:#FFFFFF;
	font-family:Arial;
	font-size:11px;
	color:#0d1d42;
	margin-left:1px;
	text-align:left;
	height:25px;
}

.MenuSubItemRootSelected
{
	background-color:#FFFFFF;
	font-family:Arial;
	font-size:11px;
	color:#447d3b;
	margin-left:1px;
	text-align:left;
	height:25px;
}

.MenuSubItemRootHover
{
	color:#447d3b;
}

.MenuSubSeparator
{
	background-image:url(../Images/Slices/SliceSubMenuSeparator.gif);
	background-repeat:repeat-x;
	width:160px;
	height:1px;
	margin-left:1px;
	margin-bottom:0px;
	padding-bottom:0px;
	overflow:hidden;	
}

.MenuSubArea
{
	text-align:left;
	padding:0px;
	background-color:#FFFFFF;
}