@charset "utf-8";
/* CSS Document */
.navbar
{
}  

.mainDiv
{
  width:680px;
}

.topItem
{
  letter-spacing: 0;
  border: none;
  width: 680px;
  height: 10px;  
  background:url(images/min.gif);background-repeat:no-repeat;
  color: #215dc6;
  cursor:pointer;
  text-indent:10px;
}

.topItemOver
{
  text-indent:10px;
  letter-spacing: 0;  
  height: 10px;
  width: 680px;
  color: #215dc6;
  cursor:pointer;
  background:url(images/min.gif); background-repeat:no-repeat;
 }

.topItemClose
{
  text-indent:10px;
  letter-spacing: 0;
  height: 10px;
  width: 680px;
  background:url(images/plus.gif); background-repeat:no-repeat;
  color: #215dc6;
  cursor:pointer;
}


.topItemCloseOver
{
  text-indent:10px;
  letter-spacing: 0;
background:url(images/plus.gif); background-repeat:no-repeat;
  height: 10px;
  width: 680px;
  color: #215dc6;
  cursor:pointer;
}



.dropMenu
{
  color: #000;
  border-width: 0 1px 1px 1px;
  filter:alpha(opacity=100);
  padding-top:5px;
  padding-bottom:5px;
}

.subMenu
{
   display:block;
}

.subItem
{
   margin-left:10px;
   margin-top:2px;
   height:180px;
   text-decoration:none;
   color: #333;   
}

.subItem a
{
   margin-left:23px;
   text-decoration:none;
   color: #333;
}

.subItemOver
{
   margin-left:10px;
   margin-top:2px;
   height:18px;
   color: #333;
}

.subItemOver  a
{
   margin-left:23px;
   cursor:pointer;	
   color: #333;
   text-decoration:underline;
   cursor:pointer;
}


