.navbar
{
}  

.mainDiv
{
  width:430px;
}

.topItem
{
  font: bold 10px Verdana, Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  background: url("http://www.fpjq.org/fileadmin/template/fpjq/images/menuoutilshaut.jpg") no-repeat 0 0;
  background-position:left;
  background-repeat:no-repeat;
  border: none;
  width: 430px;
  height: 25px;
  color: #4d4d4d;
  cursor:pointer;
  text-indent:18px;
  text-align:left;
  line-height: 2.5;
}

.topItemOver
{
  text-indent:18px;
  font: bold 10px Verdana, Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  background: url("http://www.fpjq.org/fileadmin/template/fpjq/images/menuoutilshaut2.jpg") no-repeat 0 0;
  background-position:left;
  background-repeat:no-repeat;
  height: 25px;
  width: 430px;
  color: #4d4d4d;
  cursor:pointer;
  text-align:left;
  line-height: 2.5;
}

.topItemClose
{
  text-indent:18px;
  font: bold 10px Verdana, Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  background: url("http://www.fpjq.org/fileadmin/template/fpjq/images/menuoutilsbas.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 25px;
  width: 430px;
  color: #4d4d4d;
  cursor:pointer;
  text-align:left;
  line-height: 2.5;
}


.topItemCloseOver
{
  text-indent:18px;
  font: bold 10px Verdana, Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  background: url("http://www.fpjq.org/fileadmin/template/fpjq/images/menuoutilsbas2.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 25px;
  width: 430px;
  color: #4d4d4d;
  cursor:pointer;
  text-align:left;
  line-height: 2.5;
}



.dropMenu
{
  font: bold 11px Verdana, Arial, Helvetica, sans-serif;	
  background-color: #ececec;
  color: #4d4d4d;
   width: 430px;
  border: 1px solid #FFFFFF;
  border-width: 0 1px 1px 1px;
  filter:alpha(opacity=100);
  padding-top:5px;
  padding-bottom:5px;
  text-align:left;
}

.subMenu
{
   display:block;
}

.subItem
{
   margin-left:10px;
   margin-top:2px;
   height:30px;
   width: 425px;
   font: 11px tahoma,verdana,sans-serif;	
   text-decoration:none;
   color: #4d4d4d;
   text-align:left;
}

.subItem a
{
   margin-left:10px;
   width: 425px;
   font: 11px tahoma,verdana,sans-serif;	 	
   text-decoration:none;
   color: #4d4d4d;
  text-align:left;
}

.subItemOver
{
   margin-left:10px;
   margin-top:2px;
   font: 11px tahoma,verdana,sans-serif;	  
   height:30px;
   width: 425px;
   color: #4d4d4d;
  text-align:left;
}

.subItemOver  a
{
   margin-left:10px;
   width: 425px;
   font: 11px tahoma,verdana,sans-serif;
   cursor:pointer;	
   color: #4d4d4d;
   text-decoration:underline;
   cursor:pointer;
  text-align:left;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}





