  
.mainDiv /* main body*/
{
  text-align:left;
  width:145px;
}
.topItem /* Main option title*/
{
  width: 145px;
  height:30px;
  cursor:pointer;
  background: #6666ff;
  text-decoration: none;
  color: white; 
  font-weight:bold;
  font-size: 12px;
  text-indent: 20px;
  font-family: Verdana, Arial, Helvetica, sans-serif;	
  background-image:url(/assets/plain.jpg);

}

.topItem a
{ 
   color:white;
   text-decoration:none;
}


.dropMenu /* when menu drops*/
{ 
  background:#6666ff;
}

.subMenu 
{ 
   display:none;
}

.subItem /* sub menu text*/
{
   padding-left:5px;
   cursor:pointer;
   font-weight:bold;
   font-size: 11px;
   text-decoration:none;
   color:white;
}

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

.subItemOver
{
   cursor:pointer;
   color:white;
   font-weight:bold;
   padding-left:5px;
   font-size: 11px;
   text-decoration:none;
}

.subItemOver  a
{
   color:black;
   text-decoration:none;
}


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

