

/* Toplevel images item styles ------------------------------------ */
.ImageItem
{ 
	cursor:pointer; 
}

.ImageItemHover
{ 
	cursor:pointer;  
}

.ImageItemExpanded
{ 
	cursor:pointer;  
}


/* Default item styles ------------------------------------ */ 
.DefaultItem
{ 
	cursor:pointer; 
}

/* Top level text item styles ------------------------------------ */ 
.Item
{
	cursor:pointer;
	font-family:Arial;
	font-size:8pt;
	color:#6d6d6d;
	font-weight: bold;
	font-style: normal;
	background-color:White;
}

.ItemHover
{
	cursor:pointer;
	font-family:Arial;
	font-size:8pt;
	font-style: normal;
	font-weight: bold;
	color:#000066;
	background-color:#EAEAEA;
	text-decoration:none;
}

.ItemExpanded
{
	cursor:pointer;
	font-family:Arial;
	font-size:8pt;
	font-style: normal;
	font-weight: bold;
	color:#419D39;
	background-color:#C0C0C0;
	text-decoration:none;
}

/* Child selected item styles ------------------------------------ */ 
.ChildItem
{
	cursor:pointer;
	font-family:Arial;
	font-size:8pt;
	color:#6d6d6d;
	font-weight: bold;
	font-style: normal;
	height:25;
	background-color:#C0C0C0;
	border-right: 1px solid Black;
}

.ChildItemHover
{
	cursor:pointer;
	font-family:Arial;
	font-size:8pt;
	font-style: normal;
	font-weight: bold;
	color:#000066;
	text-decoration:none;
	background-color:#EAEAEA;
	height:25;
	border-right: 1px solid Black;
}

.ChildItemExpanded
{
	cursor:pointer;
	font-family:Arial;
	font-size:8pt;
	font-style: normal;
	color:#419D39;
	height:25;
	border-right: 1px solid Black;
}

/* Div item styles ------------------------------------ */ 
.DivItem
{
	font-family:Arial;
	font-size:8pt;
	color:Black;
	text-decoration:none;
	border-right: 1px solid #Black;
}

/* Home Top level text item styles ------------------------------------ */ 
.HomeItem, .HomeItemHover 
{
	cursor:pointer;
	font-family:Arial;
	font-size:9pt;
	color:#6d6d6d;
	font-weight: bold;
	font-style: normal;
}
.HomeItem
{
	color:#6d6d6d;
	font-weight: bold;
}

.HomeItemHover
{
	font-weight: bold;
	color:#000066;
	text-decoration:underline;
}

