.fright { float:left; width:176px; height:23px; margin:0 10px 24px 0; position:relative; }

.selectDark{
		background: url("../images/select_background.gif") no-repeat top left;
		font-family:Tahoma;
		font-size:11px;
		color:#000000;
		}

.selectDark .passiveSelect,.selectDark .activeSelect{
		height:23px;
		line-height:23px;
		overflow-y: hidden;
		display:block;
		cursor:pointer;	
		padding-left:4px;
		padding-right:22px;
		}
		
.selectDark .passiveSelect{
		/*background:url("../images/ico-darrow-bottom-blue2.gif") no-repeat top right;*/
		color:#333f46;
		}
		
.selectDark .activeSelect{
		/*background:url("../images/ico-darrow-bottom-blue2.gif") no-repeat top right;*/
		color:#333f46;
		}
		
.selectDark ul{
		padding:0;
		margin:0;
		/*background:#ffffff;*/
		background:#eef3f1;
		border-bottom:1px solid #bebebe;
		list-style:none;
		max-height:200px;
		overflow-x: hidden;
		overflow-y: auto;
		cursor:pointer;	
		width:176px;
		}
		
.selectDark li{
		padding:0;
		margin:0;
		background:url("../images/select_bg.gif") repeat-y bottom left;
		font-weight:normal;
		padding:2px 0 2px 12px;
		color:#000000;
		}
		
.selectDark .first{
		padding-top:10px;
		background:url("../images/select_top.gif") no-repeat top left;
		}
		
.selectDark .last{
		padding-bottom:10px;
		/*background:url("../images/select_bottom.gif") no-repeat bottom left;*/
		}
		
.selectDark li:hover{
		color:#0a4400;
		background:#daeae3;
		}
		
.selectDark .selected{
		color:#0a4400;

		}
