/* Items behorend bij menu-items */
.mainDiv
{
  width:210px;
}
.topItem
{
  width:210px;
  height:24px;
  cursor:pointer; 
  background-color: #FFF;
  color: #000066; 
  padding-left: 5px;
	padding-top: 5px;
  vertical-align: middle;
  font-family: Verdana, sans-serif;
  font-size : 11px; 
  font-weight:bold; 
}

.dropMenu
{
  background:#FFFFFF;
  border-bottom:1px dashed #000066;
  border-left:1px dashed #000066;
  border-right:1px dashed #000066;
}

.subMenu
{
   display:none;
}
.subItem
{
   padding-left:10px;
   cursor:pointer;
   text-decoration:none;
   color: #000066;
  vertical-align: middle;
  font-family: Verdana, sans-serif;
  font-size : 11px; 
  font-weight:bold;
}

.subItem a
{
   text-decoration:none;
   color: #000066;
}

.subItemOver
{
   padding-left:10px;
   cursor:pointer;
   color: #000066;
   text-decoration:underline;
  vertical-align: middle;
  font-size : 11px; 
  font-family: Verdana;
  font-weight:bold;
}

.subItemOver  a
{
   color:#FFFFFF;
	 background-color: #000066;
}

.drop
{
   border-left:1px dashed #000066;
   border-right:1px dashed #000066;	
}



