.navbar
{
 font-family: "Arial", Verdana, Helvetica, sans-serif;
 margin: 18px 0 0 27px;
}  

.mainDiv
{
  width:183px;
}

.topItem, .topItemLink
{
  font-size: 9px;
  letter-spacing: 0;
  background: #f0529c;
  border: none;
  width: 183px;
  height: 16px;
  line-height: 16px;
  vertical-align: middle;
  color: white;
  cursor:pointer;
  display: block;
}

.topItemLink {
 padding: 0;
 margin: 0 0 1px 0;
 text-decoration: none;
 color: #fff;
}

.topItemOver
{
  font-size: 9px;
  letter-spacing: 0;
  background: #f0529c;
  height: 16px;
  line-height: 16px;
  vertical-align: middle;
  width: 183px;
  color: white;
  cursor:pointer;
}

.topItemClose
{
  font-size: 9px;
  letter-spacing: 0;
  background: #f0529c;
  height: 16px;
  line-height: 16px;
  vertical-align: middle;
  width: 183px;
  color: white;
  cursor:pointer;
  margin-bottom: 1px;
}


.topItemCloseOver
{
  font-size: 9px;
  letter-spacing: 0;
  height: 16px;
  line-height: 16px;
  vertical-align: middle;
  background: #f0529c;
  width: 183px;
  color: white;
  cursor:pointer;
  margin-bottom: 1px;
}



.dropMenu
{
  font-size: 9px;
  color: #af6e86;
  filter:alpha(opacity=100); 
}

.subMenu
{
   display:block;
}

.subItem
{
   margin-left:0px;
   margin-top:2px;
  height: 16px;
  line-height: 16px;
  vertical-align: middle;
   font-size: 9px;
   text-decoration:none;
   color: #af6e86;
   background: #f9f0f3;   
}

.subItem a
{
   margin-left:15px;
  font-size: 9px;
   text-decoration:none;
  color: #af6e86;
   background: #f9f0f3;   
}

.subItemOver
{
   margin-top:2px;
   margin-left:0px;
  height: 16px;
  line-height: 16px;
  vertical-align: middle;
  font-size: 9px;
  color: #af6e86;
   background: #f9f0f3;   
}

.subItemOver  a
{
   margin-left:15px;
  font-size: 9px;
   cursor:pointer;	
  color: #af6e86;
   text-decoration:none;
   cursor:pointer;
}


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




