  
.mainDiv
{
  width:170px;
}

.topItemTQ
{
  width:170px;
  height:14px;
  cursor:pointer;
  background: #4D81BB;
  text-decoration: none;
  color: white; 
  font-size:10;
  font-family:"verdana";
}

.topItemSF
{
  width:170px;
  height:14px;
  cursor:pointer;
  background: #A11D56;
  text-decoration: none;
  color: white; 
  font-size:10;
  font-family:"verdana";
}

.topItemES
{
  width:170px;
  height:14px;
  cursor:pointer;
  background: #E7C118;
  text-decoration: none;
  color: white; 
  font-size:10;
  font-family:"verdana";
}

.dropMenu
{
  background:#E4EDFC;
  border-top:1px solid #E4EDFC;
  border-left:1px solid #92B1F8;
  border-right:1px solid #92B1F8;
  border-bottom:0px solid #92B1F8;
}

.subMenu
{
   display:none;
}

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