  
.mainDiv
{
  width:180px;
}
.topItem
{
  width:180px;
  height:36px;
  cursor:pointer;
}


.dropMenu
{
	background:#ccb87d;


}

.dropMenu2
{
  background:#00568e;
}

.subMenu
{
	display:none;

}
.subItem
{
	cursor:pointer;
	text-decoration:none;
	color:black;
	padding-left:5px;
	padding-right:5px;

}

.subItem a
{
	text-decoration:none;
	color:white;

}

.subItemOver
{
   cursor:pointer;
   color:white;
   text-decoration:none;
   padding-left:5px;
   padding-right:5px;
}

.subItemOver  a
{
   color:white;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}
