﻿.MenuGroup
 {
   background-color:#60543a;
   border:solid 1px #60543a;
   border-right-color:#60543a; 
   border-bottom-color:#60543a; 
 }
 
.MenuItem
{
  background-color:BLACK;
  text-align: center;
  border: 0px solid #F5F5F5; 
  color:#e5c78d;
  font-family:Georgia, Times New Roman; 
  font-size:14px; 
  cursor:hand; 
}

.MenuItemHover 
{
  text-align: center;
  background-color:black; 
  color:#e5c78d;
  border: 0px solid #AADAED; 
  font-family:Georgia, Times New Roman; 
  font-weight:bold;
  font-size:14px; 
  cursor:hand; 
}

/* Selected item styles ------------------------------------ */ 
.SelectedItem
{
  text-align: center;
  background-color:black; 
  color:#e5c78d; 
  font-family:Georgia, Times New Roman; 
  font-size:15px; 
  font-weight:bold;
  border:0px #DFE2E5 solid;
  cursor:hand; 
}

.SelectedItemHover
{
  text-align: center;
  background-color:black; 
  color:#e5c78d;
  border: 0px solid #AADAED; 
  font-family:Georgia, Times New Roman; 
  font-weight:bold;
  font-size:15px; 
  cursor:hand; 
}

.ExpandedNoClickItem
{
  background-color:#60543a; 
  color:#e5c78d; 
  font-family:Georgia, Times New Roman; 
  font-size:15px; 
  font-weight:bold;
  cursor:hand;
  width:310;
}

.ExpandedItem
{
  background-color:#60543a; 
  color:#e5c78d; 
  font-family:Georgia, Times New Roman; 
  font-size:14px; 
  cursor:hand;
  width:310;
  border:solid 0 black;
}

.ExpandedItemHover
{
  background-color:#60543a; 
  color:#e5c78d; 
  font-family:Georgia, Times New Roman; 
  font-size:14px; 
  font-weight:bold;
  cursor:hand;
}

.ExpandedItemSelected
{
  background-color:#60543a; 
  color:#e5c78d; 
  font-family:Georgia, Times New Roman; 
  font-size:15px; 
  font-weight:bold;
  cursor:hand;
}