
/* Default item styles ------------------------------------ */ 
.DefaultItem
{ 
	cursor:pointer; 
}

/* Top level text item styles ------------------------------------ */ 
.Item
{
	cursor:pointer;
	font-family:Tahoma;
	font-weight:bold;
	font-size:8pt;
	color:Black;
	text-decoration:none;
	background-color:White;
	text-align:center;
}

.ItemHover,.ItemExpanded
{
	cursor:pointer;
	font-family:Tahoma;
	font-weight:bold;
	font-size:8pt;
	color:Black;
	text-decoration:none;
	background-color:White;
	text-align:center;
	background-image:url(images/menuItemHover.jpg);
	background-repeat:no-repeat;
	background-position:0px 1px;
}

/* Child selected item styles ------------------------------------ */ 
.ChildItem,.ChildItemHover
{
	cursor:pointer;
	font-family:Tahoma;
	font-size:8pt;
	font-weight:bold;
	color:Black;
	background-color:White;
	text-align:left;
	height:19px;
}

.ChildItemHover,.ChildItemExpanded
{
	background-color:#b39478;
}



.DivItem
{
	background-color:#FFFFFF;
	height:1px;
}
