﻿/* Toplevel images item styles ------------------------------------ */
.ImageItem
{ 
	cursor:pointer; 
}

.ImageItemHover
{ 
	cursor:pointer;  
}

.ImageItemExpanded
{ 
	cursor:pointer;  
}


/* Default item styles ------------------------------------ */ 
.Item
{
	cursor:pointer;
	height:25;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
	background-color:Transparent;
	text-align:left;
}

.ItemHover,.ItemExpanded
{
	cursor:pointer;
	height:25;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#FFFED0;
	text-decoration:none;
	text-align:left;
	background-image:url(images/MenuBack_hover.gif);
	background-repeat:repeat-y;
}

.ChildItemHover,.ChildItemExpanded
{
	cursor:pointer;
	height:25;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#FFFED0;
	text-decoration:none;
	background-color:#54370c;
	text-align:left;
}


/* Child selected item styles ------------------------------------ */ 
.ChildItem
{
	cursor:pointer;  
	height:25;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#54370c;
	text-decoration:none;
	background-color: #b49e6d;
	text-align:left;
}

