div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left:0px;
	margin-top:1px;
	margin-bottom::0px;
	margin-right::0px;
 	font: 12px ;
}

.mainDiv
{
  width:100%;
}

.topItem
{
  font: bold;
  height:20px;
  background: url("images/arrow-up-title.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  border: none;
  width: 576px;
  color: #990000;
  cursor:pointer;
}

.topItemOver
{
  font: bold;
  height:20px;
  background: url("images/arrow-up-title-on.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  width: 576px;
  color: #990000;
  cursor:pointer;
}

.topItemClose
{
  font: bold 12px ;
  height:20px;
  background: url("images/arrow-down-title.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  width: 576px;
  color: #990000;
  cursor:pointer;
}

.topItemCloseOver
{
  font: bold 12px;
  height:20px;
  background: url("images/arrow-down-title-on.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  width: 576px;
  color: #990000;
  cursor:pointer;
}



.dropMenu
{
  font: bold 11px;	
  background-color: #ffffff;
  color: #000;
  border: 1px solid #FFFFFF;
  filter:alpha(opacity=100);
}

.subMenu
{
   display:block;
}

.subItem
{
   height:19px;
   font: 11px;	
   text-decoration:none;
   color: #ff5705;
   
}
.subItem a
{
height:auto;

   text-decoration:none;
   color: #ff5705;
}

.subItemOver
{
   font: 11px;	  
   color: #ff9b2f;
}

.subItemOver  a
{
height:auto;

   cursor:pointer;	
   color: #ff9b2f;
   text-decoration:underline;
   cursor:pointer;
}


.drop
{
   border-left:0px solid black;
   border-right:0px solid black;	
}




