﻿.menuTextCont
{
  color: White;
  font-family: Verdana, Arial, Helvetica, Sans Sarif;
  font-size: 11px;
  text-decoration: none;
  padding-left: 8px;
  padding-right: 8px;
}

.menuImgCont
{
  height: 4px;
  width: 4px;
}

.menuImg
{
  height: 4px;
  width: 4px;
}

.menuTextCell
{
  height: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.menuTextCont
{
  font-family: Verdana, Arial, Helvetica, Sans Sarif;
  font-size: 11px;
  width: 100%;
}

.menuArrCont
{
  height: 8px;
  width: 8px;
}

.menuArr
{
  height: 8px;
  width: 8px;
}

.menuStaticPanel
{
  background-color: Transparent;
  cursor: pointer;
}

.menuDynamicPanel
{
  background-color: #606060; 
  cursor: pointer;
}

.menuDynamicPanel .menuPanelItem
{
  border-top: solid 1px #909090;
  border-left: solid 1px #909090;
  border-bottom: solid 1px #202020;
  border-right: solid 1px #202020;
}

.menuDynamicPanel .menuPanelItem_Hover
{
  border-top: solid 1px #909090;
  border-left: solid 1px #909090;
  border-bottom: solid 1px #202020;
  border-right: solid 1px #202020;
}

.menuPanelItem
{
}

.menuPanelItem_Expanded
{
}

.menuPanelItem_Hover
{
  background-color: #0085C8; 
}

