 
#dropmenudiv{
position:absolute;
border:1px solid #CCCCCC;
border-bottom-width: 0;
font:normal 11px Tahoma;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #CCCCCC;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: F2F2F2;
}
 
 
  
.mainDiv
{
  width:160px;
}
.topItem
{
  width:160px;
  height:22px;
  cursor:pointer;
  text-decoration: none;
  color: #000; 
  font-weight:bold;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
 
}


.dropMenu
{

  Font-Size: 11px;
}

.subMenu
{
   display:none;
 
}
.subItem
{
   
   cursor:pointer;
   font-weight:bold;
   margin-left: 38px;
   text-decoration:none;
   color:black;
   padding-bottom: 5px;
}

.subItem a
{
   text-decoration:none;
   color:black;
}

.subItemOver
{
   cursor:pointer;
     margin-left: 38px;
   color:#999;
   font-weight:bold;

}

.subItemOver  a
{
    color:#999;

}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}


