.tzSelect{
	/* This is the container of the new select element */
	height:34px;
	display:inline-block;
	min-width:260px;
	position:relative;

}

li {
         list-style-type: none;  
         display: block;  
	 position: relative;
	 top: 20px;
	 left: -30px;
         border: 1px dotted #eaeaea;
         font-size: 12px;  
         /*height: 22px;  */
	 width: 230px;
	 background: white;
	 z-index: 100;
         padding: 5px; 
}

li:hover {
         background: rgba(128,200,128,1);  
}

.tzSelect .selectBox{
	position:absolute;

	height:100%;
	width:100%;

	/* Font settings */

	font:13px/34px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align:center;
	color: rgba(256,256,256,1);

	/* Using CSS3 multiple backgrounds and a fallback */

	background:  #66aa66;
	background-position:0 -136px, right -204px, 50% -68px, 0 0;
	background-repeat: no-repeat, no-repeat, no-repeat, repeat-x;

/*	cursor:pointer;*/

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

.tzSelect .selectBox:hover,
.tzSelect .selectBox.expanded{
	background-position:0 -170px, right -238px, 50% -102px, 0 -34px;
	color:rgba(220,220,256,1);
}
