.navbar
{
float:left;
width:180px;
}  

.mainDiv
{
  margin-left:12px;
  width:160px;
  position:relative;
  top:12px
}

.topItem
{
  width:160px;
  height:22px;
  cursor:pointer;
  background: #467BF2;
  text-decoration: none;
  color: white; 
  font-weight:bold;
 
}

.topItemOver
{
  width:160px;
  height:22px;
  cursor:pointer;
  background: #467BF2;
  text-decoration: none;
  color: white; 
  font-weight:bold;
 
}

.topItemClose
{
  width:160px;
  height:22px;
  cursor:pointer;
  background: #467BF2;
  text-decoration: none;
  color: white; 
  font-weight:bold;
 
}


.topItemCloseOver
{
  width:160px;
  height:22px;
  cursor:pointer;
  background: #467BF2;
  text-decoration: none;
  color: white; 
  font-weight:bold;
 
}



.dropMenu
{
  background-color:#D9D9D9;
  color:inherit;
  border-top:1px solid #467BF2;
  border-left:1px solid #92B1F8;
  border-right:1px solid #92B1F8;
  border-bottom:1px solid #92B1F8;
  filter:alpha(opacity=100);
}

.subMenu
{
   display:block;
}

.subItem
{
   margin-left:2px;
   margin-top:2px;
   height:18px;
   text-decoration:none;
   color: black;
   background-color:inherit;
}

.subItem a
{
   margin-left:2px;
   margin-top:2px;
   height:18px;
   text-decoration:none;
   color: #066;
   background-color:inherit;
}

.subItemOver
{
   margin-left:2px;
   margin-top:2px;
   height:18px;
   text-decoration:none;
   color: black;
   background-color:inherit;
}

.subItemOver  a
{
   margin-left:2px;
   margin-top:2px;
   height:18px;
   text-decoration:none;
   color: #066;
   background-color:inherit;
}


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





