
.selectBox {width: auto; background-color: white; position: relative; float:left; font-size: 1em; color: #EAEAEA; margin-bottom: 5px; cursor: pointer; z-index: 1;}
    .field {width: 155px; display: inline-block; padding:4px 5px; line-height: 1.3; text-decoration: none; color: #2C2C2C; vertical-align: middle; font-size: 14px; font-family: 'calibri'; background: url("../images/arrow-down-custome-search.png") no-repeat scroll right center #EAEAEA;}
    .field:hover {text-decoration: none;}
    .optList { position: absolute; top: -9999px; background: white; width: 165px; left: -9999px; margin-top: 1px; zoom: 1; -webkit-box-shadow: 0 0 1px 1px  #d6d6d6; -moz-box-shadow: 0 0 1px 1px #d6d6d6; box-shadow: 0 0 1px 1px #d6d6d6; }
	.optList > ul {
    margin: 0;
    padding: 0;
}
    .optList li {list-style: none; display: block; cursor: default; padding: 0; margin: 0; font-family: 'calibri';}
	.optList a {
    display: inline-block;
    padding: 0 10px;
    width: 145px;
	color: #666666;
}
  .optList a:hover {text-decoration: none;}
    .show .optList { top: 100%; left: auto;}
    .optList .selectBox-selected a { background-color: #C8DEF4; }
    .selectBox .accessibility { display: none;}