  
.mainDiv
{
  width:411px;
}
.topItem
{
  width:411px;
  height:41px;
  cursor:pointer;
  background:white url(../images/accordion.gif) no-repeat	center;
  text-decoration: none;
  color:#464646; 
  font-weight:bold;
  font-family:"Times New Roman";
  font-size:16px;
}

.mainDivnote
{
  width:100%;
}
.topItemnote
{
  width:100%;
  height:22px;
  cursor:pointer;
  background: #464646;
  text-decoration: none;
  color: white; 
  font-weight:bold;
  font-family:"tahoma";
 
}


.dropMenu
{
  background:#FFFFFF;
  border-top:1px solid #E9E9E9;
  border-left:1px solid #E9E9E9;
  border-right:1px solid #E9E9E9;
  border-bottom:1px solid #E9E9E9;
}

.subMenu
{
   display:none;
}
.subItem
{
   padding-left:5px;
   cursor:pointer;
   font-weight:bold;
   text-decoration:none;
   color:red;
}

.subItemnote
{
   padding-left:5px;
   font-weight:bold;
   text-decoration:none;
   color:#E9E9E9;
   width:100%;
}

.subItem a
{
   text-decoration:none;
   color:#E9E9E9;
}

.subItemOver
{
   cursor:pointer;
   color:red;
   text-decoration:underline;
   font-weight:bold;
   padding-left:5px;
}

.subItemOver  a
{
   color:black;
}


.drop
{
   border-left:1px solid #E9E9E9;
   border-right:1px solid #E9E9E9;	
}

