/* Navigation Menu Styles */

.topMenuItem
{
  background-image: url(/App_Themes/Blue/images/button.gif);
  font-weight:bold;
  font-family:tahoma;
  font-size:12px;
  cursor:pointer;
  width: 106px;
  height: 27px;
  text-align: center;
}

.subMenuItem
{
  background-color:#dddddd;
   font-family:tahoma;
  font-size:12px;
  border-top-color:black;
  border-left-color:black;
  border-right-color:black;
  border-bottom-color:black;
  border-style:solid;
  border-width: 1px;
  cursor: pointer;
  z-index: 1 !important;
}

.subMenuItemDummy
{
  
  font-family:tahoma;
  font-size:12px;
  border-top-color:black;
  border-left-color:black;
  border-right-color:black;
  border-bottom-color:black;
  border-style:hidden;
  border-width: 1px;
  cursor: pointer;
  z-index: 1 !important;
}

.subMenuItemHover
{
  background-color:#efefef;  
  font-family:tahoma;
  font-size:12px;
  border-top-color:black;
  border-left-color:black;
  border-right-color:black;
  border-bottom-color:black;
  border-style:solid;
  border-width: 1px;
  cursor: pointer;
  z-index: 1 !important;
}