

/* 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:10pt;
	font-weight:normal;
	color:#303822;
	text-decoration:none;
	background-color:White;
	text-align:center;
	border-bottom: 1px solid #42340D;
}

.ItemHover
{
	cursor:pointer;
	font-family:Arial;
	font-size:10pt;
	font-weight:normal;
	color:Black;
	text-decoration:none;
	background-color:#5987CC;
	text-align:center;
	border-bottom: 1px solid #42340D;	
}

.ItemExpanded
{
	cursor:pointer;
	font-family:Arial;
	font-size:10pt;
	font-weight:normal;
	color:Black;
	text-decoration:none;
	background-color:#5987CC;
	text-align:center;
	border-bottom: 1px solid #42340D;	
}

/* Child selected item styles ------------------------------------ */ 
.ChildItem
{
	cursor:pointer;  
	height:25;
	font-family:Arial;
	font-size:10pt;
	font-weight:normal;
	color:#303822;
	text-decoration:none;
	background-color: #BBCDEA;
	text-align:left;
	border-bottom: 1px solid #42340D;
}

.ChildItemHover
{
	cursor:pointer;
	font-family:Arial;
	font-size:10pt;
	font-weight:normal;
	color:Black;
	text-decoration:none;
	background-color:#5987CC;
	text-align:left;
	border-bottom: 1px solid #42340D;	
}

.ChildItemExpanded
{
	cursor:pointer;  
	height:25;
	font-family:Arial;
	font-size:10pt;
	font-weight:normal;
	color:#303822;
	text-decoration:none;
	background-color: #BBCDEA;
	text-align:left;
	border-bottom: 1px solid #42340D;
}

/* Div item styles ------------------------------------ */ 
.DivItem
{
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	color:#432e1f;
	text-decoration:none;
	background-color:#d1bfa8;
	text-align:center;
	border-bottom: 1px solid #42340D;	
}