  
#navigation {
	width: 160px;
	padding: 50px 0 0 10px;
}
  
.mainDiv
{
  width:160px;
}
.topItem
{
  width:160px;
  height:22px;
  cursor:pointer;
  background: #ffffff;
  text-decoration: none;
  color: #909090; 
  font-weight:bold;
  font-family: tahoma,verdana, arial,sans-serif;
  font-size: 19px;
}

.dropMenu
{
  background:#fff;
}

#subMenu
{
   display:none;
}

#submenuspacer {
	padding: 10px 0 0 0;
}

.subItem
{
   padding-left:5px;
   cursor:pointer;
   font-weight:bold;
   text-decoration:none;
   color: #909090;
   font-size: 15px;
}

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

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

.subItemOver  a
{
   color: #909090;
}


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

