﻿
.TopGroup
{
}

/* Default item styles ------------------------------------ */ 
.Item,.ItemHover,.ItemExpanded
{
	cursor:pointer;
	height:16px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:19px;
	padding-right:19px;
	font-family:Arial Narrow;
	font-size:14px;
	font-weight:normal;
	color:#626262;
	text-decoration:none;
	background-color:Transparent;
	text-align:left;
}

.ItemHover,.ItemExpanded
{
	color:#1A5798;
}

/* Child selected item styles ------------------------------------ */ 
.ChildItem,.ChildItemHover,.ChildItemExpanded
{
	cursor:pointer;  
	height:25px;
	font-family:Arial Narrow;
	font-size:12px;
	font-weight:normal;
	color:#626262;
	text-decoration:none;
	background-color: #f7f7f7;
	text-align:left;
	padding-left:10px;
	padding-right:10px;
}

.ChildItemHover,.ChildItemExpanded
{
	color:#1A5798;
	background-color:#E3EFFC;
}


.DivItem
{
	background-image:url(images/menudivider.jpg);
	background-repeat:no-repeat;
	width:3px;
	height:23px;
}
