  
.mainDiv
{
  width:650px;
}
.topItem
{
	width:450px;
	height:22px;
	cursor:pointer;
	background: #FFF7D7;
	text-decoration: none;
	color: #330000;
	font-weight:bold;
	font-family:GOTHIC;
	font-variant: normal;
	text-align: center;
 
}


.dropMenu
{
  border-top:1px none;
  border-left:1px none;
  border-right:1px none;
  border-bottom:1px none;
}

.subMenu
{
   display:none;
   padding-left:5px;
}
.subItem
{
	text-decoration:none;
	color:black;
	text-align: center;
}

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




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

