/* SideMenu  */
.MenuHdr
{ 
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 8pt; padding-left: 5px; font-weight: normal; padding-bottom: 2px; 
  border: #f1f1f1 1px solid;
  background-color: #9d9dc9; padding-top: 2px; cursor: default;
}
.MenuItem HR
{
  background-color: #f1f1f1; 
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #999999;   
  margin-right: 2px; 
}

.MenuItemMouseOver
{
  background-position: right top;
  background-image: url(images/menuarrow-bg.gif);
  background-repeat: no-repeat;  border: #00008B 1px solid;
  background-color: #9d9dc9 !important; 
}

.MenuItem, .MenuItemMouseOver
{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 8pt; font-weight: normal; padding-bottom: 1px;
  background-color: #666699; padding-top: 1px;
  border: #f1f1f1 1px solid; 
}
.MenuHdr A, .MenuHdr A:Active, .MenuHdr A:Hover, .MenuHdr A:Visited, .MenuHdr A:Link
{
  text-decoration: none; color: white; padding-top: 1px;
  padding-bottom: 1px; cursor: pointer; display: block; 
}
.MenuItem A, .MenuItem A:Active, .MenuItem A:Hover, .MenuItem A:Visited, .MenuItem A:Link, 
.MenuItemMouseOver A, .MenuItemMouseOver A:Active, .MenuItemMouseOver A:Hover, .MenuItemMouseOver A:Visited, .MenuItemMouseOver A:Link
{
  display: block;
  padding-left: 10px;
  padding-bottom: 1px;
  cursor: pointer;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: white;
  padding-top: 1px;
  text-decoration: none;   
  width: 100% 
}

.MenuCurrentPage
{
  color: #696969;
}
