﻿  
.mainDiv
{
  width:160px;
}
.topItem
{
  width:158px;
  height:14px;
  cursor:pointer;
  background: #FFFFFF;
  text-decoration: none;
  color: #336699; 
  font-weight:normal;
  font-family:"Arial";
  font-size:14;
 
}


.dropMenu
{
  background:#FFFFFF;
  border-top:1px solid #FFFFFF;
  border-left:1px solid #FFFFFF;
  border-right:1px solid #FFFFFF;
  border-bottom:1px solid #FFFFFF;
}

.subMenu
{
   display:none;
}
.subItem
{
   padding-left:10px;
   cursor:pointer;
   font-weight:normal;
   text-decoration:none;
   color: maroon;
   font-family:"Arial";
   font-size:12;
}

.subItem a
{
   text-decoration:none;
   color:#003300;
}

.subItemOver
{
   cursor:pointer;
   color:#990000;
   text-decoration:none;
   font-weight:normal;
   font-family:"Arial";
   font-size:12;
   padding-left:10px;
}

.subItemOver  a
{
   color:#990000;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}

.otherItem
{
  width:158px;
  height:18px;
  cursor:pointer;
  background: #C8E2CB;
  text-decoration: none;
  color: black; 
  font-weight:normal;
  font-family:"Arial";
  font-size:12;
}