﻿/* Toplevel images item styles ------------------------------------ */
.ImageItem
{ 
	cursor:pointer; 
}

.ImageItemHover
{ 
	cursor:pointer;  
}

.ImageItemExpanded
{ 
	cursor:pointer;  
}


/* Default item styles ------------------------------------ */ 
.Item,.ItemHover,.ItemExpanded
{
	cursor:pointer;
	height:21px;
	font-size:11px;
	font-family:Arial, Tw Cen Mt, Arial Black;
	font-weight:bold;
	color:#9297A5;
	background-color:Transparent;
	text-decoration:none;
	text-align:left;
	padding-left:14px;
	padding-right:14px;
	text-align:center;
	text-transform:uppercase;
}

.ItemHover,.ItemExpanded
{
	color:#F1C101;
}


/* Child selected item styles ------------------------------------ */ 
.ChildItem,.ChildItemHover,.ChildItemExpanded
{
	cursor:pointer;
	height:25px;
	font-size:12px;
	color:#AAB8D3;
	background-color:#2C2E35;
	text-decoration:none;
	text-align:left;
	padding-left:20px;
	padding-right:10px;
}

.ChildItemHover,.ChildItemExpanded
{
	color:Black;
	background-color:#F1C101;
}
