﻿/* Toplevel images item styles ------------------------------------ */
.MenuGroup
{

}

.ImageItem
{ 
	cursor:pointer; 
}

.ImageItemHover
{ 
	cursor:pointer;  
}

.ImageItemExpanded
{ 
	cursor:pointer;  
}


/* Default item styles ------------------------------------ */ 
.Item
{
	cursor:pointer;
	background-color:Transparent;
	font-family:Arial Narrow,Arial;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	text-align:left;
}

.ItemHover
{
	cursor:pointer;
	background-color:Transparent;
	font-family:Arial Narrow,Arial;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	text-align:left;
}

.ItemExpanded
{
	cursor:pointer;
	background-color:Transparent;
	font-family:Arial Narrow,Arial;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	text-align:left;
}

/* Child selected item styles ------------------------------------ */ 
.ChildItem
{
	cursor:pointer;  
	background-color:#A0BDCB;
	font-family:Arial Narrow,Arial;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	text-align:left;
	border-style:none;
}

.ChildItemHover
{
	cursor:pointer;  
	background-color:#005B76;
	font-family:Arial Narrow,Arial;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	text-align:left;
}

.ChildItemExpanded
{
	cursor:pointer;  
	background-color:#A0BDCB;
	font-family:Arial Narrow,Arial;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	text-align:left;
}
.DivItem
{
	background-image:url(images/leftdividers.jpg);
	height:2px;
}
.DivChildItem
{
	background-color:White;
	 border-style:none;
	height:1px;
}
