select {	margin: 0;	padding: 0;	font-family: Tahoma, Verdana, Arial, sans-serif;	font-size: 11px;	color: #808080;}
.selectSelector a {	color: #000;	text-decoration: none;}
.selectSelector a:hover {	text-decoration: none;}
.selectSelector {	background: #000; 	border: 1px #EBEBEB solid; 	font-family: Tahoma, Verdana, Arial, sans-serif;	font-size: 11px;	height:20px;	width: 221px;	cursor: pointer !important;	position: relative;	display: block;	text-decoration: none;	color: #808080 !important;	text-align: left;	margin-left: 0px !important;	margin-left: 3px;}
.selectLabel { 	padding-left: 4px;	overflow:hidden;	font-size: 11px;	white-space: nowrap;	line-height: 20px;	display: block;	background: #fff url(../images/select_arrow.gif) 201px 1px no-repeat;	color: #808080 !important;}
.selectList { 	margin: 0;	padding: 2px;	list-style: none;	background: #fff; 	border: 1px #EBEBEB solid; 	width: 212px;}
.selectItemOff { 	display: block;	list-style-type: none;	padding: 2px 0 0 2px;	margin: 0;	height: 20px;	white-space: nowrap;	text-decoration: none;	color: #808080 !important;	font-size: 11px;}
.selectItemOn { 	display: block;	list-style-type: none; 	padding: 2px 0 0 2px;	margin: 0;	height: 20px;	white-space: nowrap;	text-decoration: none;	background: #F6F6F6;	color: #808080 !important;	font-size: 11px;}
