
.t-selectmenu {
	float: left;
	margin-right: 30px;
}

.t-selectmenu a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 230px;
	display: block;
	text-decoration: none;
	display: block;
	margin: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	text-indent: 6px;
	border: solid 1px #BDC7D8;
	background: url(/tresources/en/images/icons/arrow_select.gif) top right no-repeat;
}

.t-selectmenu ul {
	height:auto !important;
	max-height: 200px;
	overflow-y: auto;
	display: none;
	list-style: none;
	width: 230px;
	position: absolute;
	border-left: solid 1px #B2B2B2;
	border-top: solid 1px #B2B2B2;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	z-index: 999;
}

.t-selectmenu ul li {
    margin: 0;
}

.t-selectmenu ul li a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 99%;
	* width: 92%;
	display: block;
	text-decoration: none;
	text-indent: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 0;
	background: #FFFFFF;
	margin: 0;
}

.t-selectmenu ul li a:hover {
	color: highlighttext;
	background-color: highlight;
}