﻿/* Toplevel images item styles ------------------------------------ */
.ImageItem
{ 
	cursor:pointer; 
}

.ImageItemHover
{ 
	cursor:pointer;  
}

.ImageItemExpanded
{ 
	cursor:pointer;  
}


/* Default item styles ------------------------------------ */ 
.Item,.ItemExpanded
{
	cursor:pointer;
	height:35px;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:White;
	text-decoration:none;
	text-align:left;
	background-image:url(images/MenuItem.gif);
	background-repeat:no-repeat;
}

.ItemHover
{
	cursor:pointer;
	height:35px;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:White;
	text-decoration:none;
	background-color:Transparent;
	text-align:left;
	background-image:url(images/MenuItem_hover.gif);
	background-repeat:no-repeat;
}

/* Child selected item styles ------------------------------------ */ 
.ChildItem
{
	cursor:pointer;  
	height:20px;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:White;
	text-decoration:none;
	background-color: #555a93;
	text-align:left;
}

.ChildItemHover,.ChildItemExpanded
{
	cursor:pointer;  
	height:20px;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:White;
	text-decoration:none;
	background-color: #5b609b;
	text-align:left;
}
