@CHARSET "ISO-8859-1";

.inputText {
	height:            18px;
	width:             160px;
	border:            1px solid #b6b6b6;
	margin-top:        12px;
	padding-left:      2px;
	padding-top :      2px;
}
.inputButtons {
	height:            26px;
	width:             72px;
	border:            none;
	margin-top:        12px;
	color:             white;
	background-repeat: no-repeat;
}

.mainUl {
	float:				right;
	width:             160px;
	padding:           0;
	border:            1px solid #e3e3e3;
	cursor:            default;
	background:        white;
}

ul.mainUl li {
	position:          relative;
	list-style-type:   none;
	text-align:        right;
	padding:           2px 4px 2px;
	background:        url(images/a.png) no-repeat;
	color:             #2557a2;
}

ul.mainUl li ul {
	position:          relative;
	width:             160px;
	top:               3px;
	left:              -44px;
	display:           none;
	overflow:          auto;
	z-index:           0;
}
ul.mainUl li ul li {
	text-align:        right;
	border-top:        1px solid #e3e3e3;
	cursor:            default;
	background:        none;
	color:             #8b8b8b;
}

