
/* Default item styles ------------------------------------ */ 
.DefaultItem
{ 
	cursor:pointer; 
}

/* Top level text item styles ------------------------------------ */ 
.Item, .ItemHover, .ItemExpanded
{
	line-height:14px;
	cursor:pointer;
	font-family: Arial Narrow,Gill Sans MT Condensed,Arial;
	font-weight:bold;
	font-size:12px;
	color:#0D75B1;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
	text-transform:uppercase;
	padding-top:9px;
	padding-bottom:10px;
	padding-left:12px;
	padding-right:12px;
	width:100px;
}

.ItemHover,.ItemExpanded
{
	color:#6DBBDF;
}


/* Child selected item styles ------------------------------------ */ 
.ChildItem,.ChildItemHover,.ChildItemExpanded
{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:20px;
	padding-right:10px;
	cursor:pointer;
	background-color:#B9BBB7;
	color:White;
	font-family:Arial,Helvetica;
	font-size:12px;
	text-decoration:none;
	text-transform:capitalize;
	text-align:left;
}

.ChildItemHover, .ChildItemExpanded
{
	background-color:#0D75B1;
}

.DivItem,.DivItemHover
{
	background-image:url(images/menudivider.jpg);
	background-repeat:no-repeat;
	background-position:left 10px;
	width:2px;
}

.SubDividerItem
{
	background-color:#F6F2EF;
	height:1px;
}