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

}

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


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

.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: black;
}

.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;	
}


