﻿
/* Default item styles ------------------------------------ */ 
.Item, .ItemHover, .ItemExpanded
{
	cursor:pointer;
	height:9px;
	font-size:12px;
	font-weight:bold;
	color:#97060C;
	text-decoration:none;
	background-color:Transparent;
	text-transform:uppercase;
	text-align:left;
	padding-left:9px;
	padding-right:9px;
}

.ItemHover, .ItemExpanded
{
	color:#00008D;
}

/* Child selected item styles ------------------------------------ */ 
.ChildItem, .ChildItemHover, .ChildItemExpanded
{
	cursor:pointer;  
	height:25px;
	font-size:12px;
	font-weight:normal;
	color:#97060C;
	text-decoration:none;
	background-color:#F2BF07;
	text-align:left;
	padding-left:26px;
	padding-right:26px;
}

.ChildItemHover, .ChildItemExpanded
{
    color:White;
	background-color: #97060C;
}

