﻿/* Toplevel images item styles ------------------------------------ */
.TopGroup
{
	width:100%;
}


/* Default item styles ------------------------------------ */ 
.Item
{
	/*Dimension Style*/
	height:23px;
	width:100%;
	padding-left:78px;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
	
	/*border-bottom:solid 2px White; IE and FF total the cell height differently: FF includes border thickness in height and IE does not.*/
	border-right:solid 2px White;
	border-top:none;
	
	background-image:url(images/menuItem.gif);
	background-repeat:no-repeat;
	cursor:pointer;
	
	/*font style*/
	font-family:Helvetica,Arial;
	color:White;
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
	text-decoration:none;
	text-align:left;
}

.ItemHover,.ItemExpanded
{
	/*Dimension Style*/
	height:23px;
	width:100%;
	padding-left:78px;
	border-right:solid 2px White;
	border-top:none;
	
	background-image:url(images/menuItem.gif);
	background-repeat:no-repeat;
	background-color:#006699;
	cursor:pointer;
	
	/*font style*/
	font-family:Helvetica,Arial;
	color:White;
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
	text-decoration:none;
	text-align:left;
}

/* Child selected item styles ------------------------------------ */ 
.ChildItem
{
	/*Dimension Style*/
	height:25px;
	border-top:none;
	padding-left:10px;
	padding-right:5px;
	
	background-color:#006699;
	cursor:pointer;
	
	/*font style*/
	font-family:Helvetica,Arial;
	color:White;
	font-size:12px;
	text-decoration:none;
	text-align:left;
}

.ChildItemHover,.ChildItemExpanded
{
	/*Dimension Style*/
	height:25px;
	border-top:none;
	padding-left:10px;
	padding-right:5px;
	
	background-color:#0099CC;
	cursor:pointer;
	
	/*font style*/
	font-family:Helvetica,Arial;
	color:White;
	font-size:12px;
	text-decoration:none;
	text-align:left;
}

.DivItem,.DivItemHover
{
	height:2px;
	background-color:White;
}