.navbar
{
float:left;
margin-right:10px;
margin-top:5px;
margin-bottom:3px;
width: 327px;
}  

.mainDiv
{
  margin-left:7px;
  width: 327px;
}

.topItem
{
  text-indent:15px;
  background: url(images/open.gif) no-repeat 0 0;
  background-position: 0% 90%;
  background-repeat:no-repeat;
  border: none;
  cursor:pointer;
  width: 327px;
}

.topItemOver
{
  text-indent:15px;
  background: url(images/open.gif) no-repeat 0 0;
  background-position: 0% 90%;
  background-repeat:no-repeat;
  cursor:pointer;
  width: 327px;
}

.topItemClose
{
  text-indent:15px;
  background: url(images/closed.gif) no-repeat 0 0;
  background-position: 0% 90%;
  background-repeat:no-repeat;
  cursor:pointer;
  width: 327px;
}


.topItemCloseOver
{
  text-indent:15px;
  background: url(images/closed.gif) no-repeat 0 0;
  background-position: 0% 90%;
  background-repeat:no-repeat;
  cursor:pointer;
  width: 327px;
}

.dropMenu
{
  filter:alpha(opacity=100);
  padding-top:3px;
  padding-bottom:3px;
}

.subMenu
{
   display:block;
}

.subItem
{
   margin-left:15px;
   margin-top:2px;
   height:18px;
   background: url(images/arrow.gif) no-repeat left center;
}

.subItem a
{
   margin-left:15px;
   margin-top:2px;
}

.subItemOver
{
   margin-left:15px;
   margin-top:2px;
   height:18px;
   background: url(images/arrow.gif) no-repeat left center;
}

.subItemOver  a
{
   margin-left:15px;
   margin-top:2px;
}

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