@charset "utf-8";
/* CSS Document */

.selectME ul{ /* remove unwanted focus outlines from links */
	noFocusLine: expression(this.onFocus=this.blur())
	outline: none;
	}
*.selectME:focus ul, *.selectME:focus .cornerstop{ 
	outline: none; 
	}

div.clears, span.clears {
	clear: both;
	margin: 0;
	padding: 0;
}
#arrowImg {
	background: none;
	width: 16px;
	_width:13px;
	height:20px;
	_height: 18px;
	z-index: 10000;

	display: inline-block;
	margin:0;
	padding: 0;

	
}
div.selectME a:hover {
	color: #5b5b5b !important;
}
div.selectME div.cornerstop {
	height: 3px;
	margin: 0;
	background: transparent url('../iimages/images/selecttopleft_3x3.gif') top left no-repeat;
	padding: 0px 0px 0px 3px;
}
div.selectME div.cornerstop div {
	height: 3px;
	margin: 0;
	background: transparent url('../iimages/images/selecttopright_3x3.gif') top right no-repeat;
	padding: 0px 3px 0px 0px;
}
div.selectME div.cornerstop div div {
	height: 3px;
	margin: 0;
	background: transparent url('../iimages/images/selecttop_100x3.gif') top right repeat-x;
 *overflow: hidden;
}
div.selectME div.cornersbottom {
	height: 3px;
	margin:0;
	background: transparent url('../iimages/images/selectbottomleft_3x3.gif') top left no-repeat;
	padding: 0px 0px 0px 3px;
}
div.selectME div.cornersbottom div {
	height: 3px;
	margin: 0;
	background: transparent url('../iimages/images/selectbottomright_3x3.gif') top right no-repeat;
	padding: 0px 3px 0px 0px;
}
div.selectME div.cornersbottom div div {
	height: 3px;
	margin: 0;
	background: transparent url('../iimages/images/selectbottom_100x3.gif') top right repeat-x;
   *overflow: hidden;
}
div.selectME div.middle {
	background: url('../iimages/images/iselectleft_3x20.gif') top left no-repeat;
	margin: 0;
	padding: 0px 0px 0px 3px;
}
div.selectME div.middle div {
	background: transparent url('../iimages/images/selectright_3x20.gif') top right no-repeat;
	margin: 0;
	padding: 0px 3px 0px 0px;
}
div.selectME div.middle div div {
	padding: 0;
	margin:0;
	background: transparent url('../iimages/selectmiddle_235x20.gif') top right repeat-x;
	

	
}


div.selectME div.first {
	display: block;
	line-height: normal;
	margin: 0;
	padding: 0;
	cursor: pointer;
	position: static;

	height: 18px;
	


 *margin-bottom: -1px;
}
div.selectME div.first span.selectME {
	float: left;
	display:block;
	font: 8pt Arial;
	line-height: 18px;
	color: #929292;
	border-right: 0px solid #bcbcbc;
	left: 4px;
	position: relative;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	

}



div.selectME div.first a, div.selectME div.first a:visited {
	display:block;
	padding:0;
}



div.selectME ul {
	list-style-type: none;
	line-height: normal;
	padding: 0px 0 0 0;
	margin: 4px 0 0 -3px;
	z-index: 103;
	position: absolute;
	float: left;
	clear: none;
	border-top: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	background: #fafafa;
}



div.selectME ul li {
	display:none;
	clear:left;
	margin:0;
	padding:0;
	color: #929292;
	text-align:left;
	border-right: 1px solid #cacaca;
	border-left: 1px solid #cacaca;
	border-bottom: 1px dashed #cacaca;
	background: transparent url('../iimages/images/selectopenbg_400x40.gif') repeat-x left top;
	position: static;
	float: left;
z-index: 104;
	
}

div.selectME ul li:last-child {border-bottom: none;}

div.selectME ul li a, div.selectME ul li a:visited {
	qwhite-space: nowrap;
	font: 8pt Arial;
	background: transparent url('../iimages/images/selectopenbgr_1x40.gif') no-repeat right top;
	color:#929292 !important;
	text-decoration:none;
	display:block;
	padding: 4px 8px 4px 8px;
	margin: 0;
}

div.selectME ul li a:hover {
background: #e8e8e8;
color: #5b5b5b !important;
}



div.selectME ul li:hover {
	background: #eeeeee;
	color: #5b5b5b !important;
}
div.selectME ul li:hover a, div.selectME ul li:hover a:visited {
	background: #eeeeee;
}

div.selectME ul li.first {
	background: transparent url('../iimages/images/selectopenfirstbg_400x40.gif') repeat-x left top;
}
div.selectME ul li.first a:hover {
	background: #eeeeee;
}

div.selectME ul li.last {
	margin: 0;

	background: transparent url('../iimages/images/selectopenlastbg_400x40.gif') repeat-x left bottom;
}
div.selectME ul li.last a {
	margin: 0;
	
	background: transparent url('../iimages/images/selectopenlastbgr_3x40.gif') no-repeat right bottom;
}
div.selectME ul li.last a span{
	margin: 0;
	background: transparent url('../iimages/images/selectopensepa_400x1.gif') repeat-x top left;
}
div.selectME ul li.last:hover {
	background: #eeeeee;
}
div.selectME ul li.last:hover a {
	background: #eeeeee;
}