.SelectType01,
.SelectType02,
.SelectType03
{
	float: left;
    position: relative;
	z-index: 1;
    cursor: pointer;
	text-align: left;
	margin-right: 16px;
}
/* ---------- change style ------------- */
.SelectType01,
.SelectType02,
.SelectType03
{
	height: 19px;
	padding-top: 4px;
	padding-left: 5px;
	padding-right: 3px;
	font-size: 1.1em;
	
}

.SelectType01
 {
	background: url(../images/select-style-01.gif) no-repeat left top;
	width: 70px;
}
.SelectType02  {
    background: url(../images/select-style-02.gif) left top no-repeat;
	width: 115px;
}
.SelectType03  {
    background: url(../images/select-style-03.gif) left top no-repeat;
	width: 304px;
}


.SelectType01 .downimage,
.SelectType02 .downimage,
.SelectType03 .downimage
  { /*style of "down" image to the right of the DHTML Select Menu*/
    position: absolute;
	z-index: 2;
    right: 0px;
	top: 0px;
    width: 1px;
    height: 1px;
}
.SelectType01 .dropdown,
.SelectType02 .dropdown,
.SelectType03 .dropdown
 { /*style of Drop Down Menu that appears onMouseover */
    position: absolute;
	z-index: 100;
	left: 0px;
	top: 22px !important;
    width: 78px; /*default width of drop down menu*/
    display: none;
    font-weight: normal;
    overflow: auto;
    overflow-x: hidden;
	border-top: none;
	background: #fff;
	border: 1px solid #000;

}

.SelectType01 .dropdown  {
	width: 76px;
	
}
.SelectType02 .dropdown
{
	width: 121px;
}
.SelectType03 .dropdown
{
	width: 310px;
}

/*\*/ 
html* .SelectType1 .dropdown,
html* .SelectType2 .dropdown,
html* .SelectType3 .dropdown
{
    overflow: auto;
	
}
/*\*/
* html .SelectType01 .dropdown,
* html .SelectType02 .dropdown,
* html .SelectType3 .dropdown
 {
    overflow: auto;
    overflow-x: hidden;
}
.SelectType01 .dropdown a,
.SelectType02 .dropdown a,
.SelectType03 .dropdown a

  { /*style of Drop Down Menu's links */
    width: auto;
    display: block;
    padding: 1px 0;
    text-decoration: none;
	color: #000;	
	padding: 3px 0px 3px 4px; 
	
}
* html .SelectType01 .dropdown a,
* html .SelectType02 .dropdown a,
* html .SelectType03 .dropdown a
{ /*IE 6 (and below) hack */
    width: 100%;
	
}
.SelectType01 .dropdown a:hover,
.SelectType02 .dropdown a:hover,
.SelectType03 .dropdown a:hover

 {
 	padding: 3px 0px 3px 4px; 
    background: #ededed;
}
