.RootMenuGroup
{ 	
	background-color: #4C320F;
	border-style:none;
	cursor:hand;	
	border-width:0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.RootMenuGroupArticle
{ 	
	background-color: #ffffff;
	border-style:none;
	cursor:hand;	
	border-width:0px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.SubMenuGroup
{ 	
	background-color: White;
	border-style:none;
	border-width:0px;
	cursor:hand;	
	padding: 0px;
	margin: 0px;
}

.RootMenuItem
{
	background-color: #4C320F;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	border: solid 1px #4C320F;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
}
.RootMenuItemOver
{
	background-color: #4C320F;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	border: solid 1px #bfbfb0;
	margin-top: 5px;
	margin-bottom: 5px;
}
.RootMenuArticleItem
{
	background-color: #ffffff;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #4C320F;
	text-decoration: none;
	border: solid 1px #ffffff;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
}
.RootMenuArticleItemOver
{
	background-color: #ffffff;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #4C320F;
	border: solid 1px #bfbfb0;
	margin-top: 5px;
	margin-bottom: 5px;
}

.SubMenuItem
{
	background-color: #FAFAE0;
	padding: 3px;
	/*border: solid 1px #003300;*/
	border-left: solid 1px #bfbfb0;
	border-right: solid 1px #bfbfb0;
	border-top: solid 1px #bfbfb0;
	border-bottom: 0px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #4C320F;
	text-decoration: none;
}
.SubMenuItemLast
{
	background-color: #FAFAE0;
	/*border: solid 1px #003300;*/
	border-left: solid 1px #bfbfb0;
	border-right: solid 1px #bfbfb0;
	border-top: solid 1px #bfbfb0;
	border-bottom: solid 1px #bfbfb0;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #4C320F;
	text-decoration: none;
	padding: 3px;
}
.SubMenuItemOver
{
	background-color: #4C320F;
	/*border: solid 1px #003300;*/
	border-left: solid 1px #bfbfb0;
	border-right: solid 1px #bfbfb0;
	border-top: solid 1px #bfbfb0;
	border-bottom: 0px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	padding: 3px;
}
.SubMenuItemOverLast
{
	background-color: #4C320F;
	/*border: solid 1px #003300;*/
	border-left: solid 1px #bfbfb0;
	border-right: solid 1px #bfbfb0;
	border-top: solid 1px #bfbfb0;
	border-bottom: solid 1px #bfbfb0;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	padding: 3px;
}