﻿

/* Menu groups -------------------------------------------- */
.TopGroup
{
	
	float: left;
    padding: 0;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.Group
{
    height :16px;
	line-height:16px;
	vertical-align:middle;
	text-align:right;
	background-color:#5571d8;
	padding:2px;
	color: #fff; text-decoration:none;
		border: solid 1px #000;
}

/* Default item styles ------------------------------------ */

.Item
{
	font-size:12px;
	color: #fff; text-decoration:none;

}

.ItemHover
{
  font-size:12px;
  color: #fff; text-decoration:none;
  background-color: #7baad4;
	cursor:pointer;
  
}

.ItemExpanded
{

  background-color: #5571d8;
  color: #fff; text-decoration:none;
  font-size:12px;
  border:solid 1px #737373;
  border-right-color:#ABABAB;
  border-bottom-color:#ABABAB;
  cursor:default;
}

/* Selected item styles ------------------------------------ */
.SelectedItem
{
  font-size:12px;
  cursor:default;
  color: #fff; text-decoration:none;
  
}

.SelectedItemHover
{
  background-color: #7baad4;
	cursor:pointer;
	color: #fff; text-decoration:none;
	
}

.SelectedItemExpanded
{
  font-size:12px;
  font-weight :bold;
  background-color: #5571d8;
	cursor:pointer;
	color: #fff; text-decoration:none;

}

/* Child selected item styles ------------------------------------ */
.ChildSelectedItem
{
  font-size:12px;
  cursor:default;
  color: #fff; text-decoration:none;
  
}

.ChildSelectedItemHover
{

  font-size:12px;
  font-weight :bold;
  background-color: #5571d8;
	cursor:pointer;
	color: #fff; text-decoration:none;
}

.ChildSelectedItemExpanded
{
  font-size:12px;
  font-weight :bold;
  background-color: #5571d8;
	cursor:pointer;
	color: #fff; text-decoration:none;
}
 
 

