/* Toplevel images item styles ------------------------------------ */
.MainStyle
{
}
.TopMenuItem
{ 
	cursor:hand;  
}

.TopMenuItemHover
{ 
	cursor:hand;  
}


/* Default item styles ------------------------------------ */ 
.Item
{
	cursor:hand;  
	height:15;
	width:150;
	font-family:Arial;
	font-size:10px;
	font-weight:normal;
	color:#625735;
	text-decoration:none;
	background-color:#FFFFFF;
	text-align:center;
}

.ItemHover
{
	cursor:hand;  
	height:15;
	width:150;
	font-family:Arial;
	font-size:10px;
	font-weight:normal;
	color:#386FB1;
	text-decoration:none;
	background-color:#FFFFFF;
	text-align:center;
}

.ItemExpanded
{
	cursor:hand;  
	height:15;
	width:150;
	font-family:Arial;
	font-size:10px;
	font-weight:normal;
	color:#625735;
	text-decoration:none;
	background-color:#FFFFFF;
	text-align:center;
}

/* Child selected item styles ------------------------------------ */ 
.ChildItem
{
	cursor:hand;  
	height:24;
	width:150;
	font-family:Arial;
	font-size:10px;
	font-weight:normal;
	color:#625735;
	text-decoration:none;
	background-color:#E2E2BF;
	text-align:left;
	vertical-align: middle;
}

.ChildItemHover
{
	cursor:hand;  
	height:24;
	width:150;
	font-family:Arial;
	font-size:10px;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
	background-color:#7A9FD3;
	text-align:left;
	vertical-align: middle;
}

.ChildItemExpanded
{
	cursor:hand;  
	height:24;
	width:150;
	font-family:Arial;
	font-size:10px;
	font-weight:normal;
	color:#625735;
	text-decoration:none;
	background-color:#E2E2BF;
	text-align:left;
	vertical-align: middle;
}

/* Dividers ------------------------------------ */ 
.DivItem
{
	font-family:Arial;
	font-size:10px;
	font-weight:normal;
}

.DivItemHover
{
	font-family:Arial;
	font-size:10px;
	font-weight:normal;
}

.DivItemExpanded
{
	font-family:Arial;
	font-size:10px;
	font-weight:normal;
}

/* Selected item styles ------------------------------------ */ 
.SelectedItem
{
	cursor:hand;  
	height:15;
	width:150;
	font-family:Arial;
	font-size:10px;
	font-weight:normal;
	color:white;
	text-decoration:none;
	background-color:black;
	text-align:center;
}

.SelectedItemHover
{
	cursor:hand;  
	height:15;
	width:150;
	font-family:Arial;
	font-size:10px;
	font-weight:normal;
	color:red;
	text-decoration:none;
	background-color:black;
	text-align:center;
}

.SelectedItemExpanded
{
	cursor:hand;  
	height:15;
	width:150;
	font-family:Arial;
	font-size:10px;
	font-weight:normal;
	color:white;
	text-decoration:none;
	background-color:black;
	text-align:center;
}