﻿

/* Default item styles ------------------------------------ */ 
.Item,.ItemHover,.ItemExpanded
{
	cursor:pointer;
	height:30px;
	font-size:12px;
	font-weight:bold;
	color:#DA8520;
	text-decoration:none;
	text-align:left;
	padding-left:2px;
	padding-right:2px;
	padding-bottom:2px;
	text-align:center;
	text-transform:uppercase;
}

.ItemHover,.ItemExpanded
{
	color:Black;
}

/* Child selected item styles ------------------------------------ */ 
.ChildItem,.ChildItemHover,.ChildItemExpanded
{
	cursor:pointer;
	height:20px;
	font-size:13px;
	color:White;
	background-color:Black;
	text-decoration:none;
	text-align:left;
	padding-left:20px;
	padding-right:10px;
	padding-top:3px;
	padding-bottom:3px;
}

.ChildItemHover,.ChildItemExpanded
{
	color:Black;
	background-color:#DCA41D;
}

.divItem
{
	width:1px;
	height:12px;
	border-right:solid 1px #DA8520; 
	margin-left:2px;
	margin-right:2px;
}