
/* Default item styles ------------------------------------ */ 
.DynamicMenu
{ 
	cursor:pointer; 

}

/* Top level text item styles ------------------------------------ */ 
/*Item Sizing*/
.Item,.ItemHover,.ItemExpanded
{
	cursor:pointer;
	padding-left:27px;
}

/*Child Item Sizing*/
.ChildItem,.ChildItemHover,.ChildItemExpanded
{
	cursor:pointer;
	height:20px;
	padding-top:0px;
	padding-bottom:10px;
	padding-left:27px;
	border-bottom: solid 1px Black;
}

.Item,.ChildItem
{
	background-color:#e0dbd2;
	font-size:8pt;
	font-family:Verdana;
	font-weight:bold;
	color:#7a623e;
	text-decoration:none;
	text-align:left;
}

.ItemHover,.ItemExpanded,.ChildItemHover,.ChildItemExpanded
{
	background-color:#e0dbd2;
	font-size:8pt;
	font-family:Verdana;
	font-weight:bold;
	color:#8f0700;
	text-decoration:none;
	text-align:left;
}


