.MainMenu
{
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	cursor: Default;
	width: 106px;
}

.MenuExpanded
{
	font-family:Tahoma;
	font-size:10pt;
	font-weight:normal;
	font-style: normal;
	background-color: #F1D37D;
	border-color:#78a1bd;
	border-style:solid;
	border-width:1px; 
	cursor:Default;
}

.MainMenuHover
{
	font-family:Tahoma;
	font-size:10pt;
	font-weight:normal;
	font-style: normal;
	color:#000000;
	padding-right: 1px;
	cursor:Default;
	width:105px;
}

.ChildMenu
{
	font-family:Tahoma;
	font-size:9pt;
	font-weight:normal;
	font-style: normal;
	border-color: #F1D37D;
	border-style: solid;
	border-width: 1px;
	color: #000000;
	height: 20px;
	cursor:Default;
}

.ChildMenuHover
{
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	background-color: #F1D37D;
	color: #FFFFFF;/*#F58C1F;*/
	border-color: #F58C1F;
	border-style: solid;
	border-width: 1px;
	height: 20px;
	cursor: Default;
}

.ChildMenuExpanded
{
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	background-color: #F1D37D;
	border-color: #78a1bd;
	border-style: solid;
	border-width: 1px; 
	height: 20px;
}

.GroupMenu
{
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	background-color: #F1D37D;
	border-color: #78a1bd;
	border-style: solid;
	border-width: 1px; 
	width: 105px;
}