#cadremenu {
}

.menu a {
     background-image:url(images/menubg_off.png);
	 background-repeat:no-repeat;
	 width: 100px; 
     height: 28px;
     display: block;
     text-align: center;
	 padding-top: 7px;
	 font-family: Arial, sans-serif;
	 font-size: 11px;
	 color:  #333333;
	 font-weight: ;
     text-decoration: none;

	 }
	 
.menu a:hover {
     width: 100px; 
     height: 28px;
     display: block;
     text-align: center;
	 font-family: Arial, sans-serif;
	 font-weight: ;
	 font-size: 11px;
	 color: #ffffff ;
     text-decoration: none;
	 background-image:url(images/menubg.png);
 	 background-repeat:no-repeat;
     
	 }

#dropmenudiv{
	 line-height: 20px;
	 text-align: center;
	 position:absolute;
	 border:1px solid #777777;
	 z-index:100; 
	 background:#ffffff;
	 }
 a.sousmenu {
	 width:100%;
	 font-family: Arial, sans-serif;
	 font-size: 10px;
	 font-weight: ;
	 color:#666666;
	 }
 a.sousmenu:hover {
	 font-family: Arial, sans-serif;
	 font-size: 10px;
	 font-weight: ;
	 color:#97BD0E;
	 text-decoration: none;
	 }

 




