/* Drop down styles*/

#slct{ float:right; border:1px solid #8a8a8a;}

.mSelect {
  width:291px;
  margin:0px;

  padding:0px;

  text-align:left;

  overflow:auto;

  border:none;

  font-size:12px;
}


.mFleche{ width:20px; height:20px; float:right; background:url(slct-arr.gif) no-repeat top left; cursor:pointer;}

.mFleche:hover{ background-position:bottom left;}

.mSelected{ width:262px; height:18px; background:url(slct0000.gif) no-repeat; cursor:pointer; padding:2px 0 0 5px;}

.mOption{ background:#8a8a8a; padding:2px 10px; width:271px; cursor:pointer; color:#fff;}

.mOption:hover{	color:#b4d375;}



