.tsmod {
	background: #eeeedf;
	height: 410px;
	position: relative;
	padding: 7px 5px 7px 7px;
	margin: -7px -6px 10px -8px;
}

ul.buttons {
	font-family: arial, sansserif;
	font-size: 180%;
	list-style: none;
	margin: 0 0 0 7px;
	padding: 0;
}

ul.buttons li {
	border-bottom: solid 1px #dadad9;
	border-top: solid 1px #fff;
	display: block;
	overflow: hidden;
}

ul.buttons li.inactive {
	background: url(/i/superindex/bg_off2.gif) no-repeat top left;
	color: #858383;
	padding-top: 8px;
	height: 34px;
	margin-left: 9px;
	padding: 6px 0 0 24px;
}
ul.buttons li.hover{
	background: url(/i/superindex/bg_hover2.jpg) no-repeat bottom right;
	color: #940000;
	height: 34px;
	margin-left: 9px;
	padding: 6px 0 0 24px;
}

ul.buttons li.active {
	background: url(/i/superindex/bg_on.jpg) no-repeat top right;
	border: none;
	color: #fff;
	height: 34px;
	margin-left: -13px;
	padding: 6px 0 0 46px;
}

ul.buttons li.dropdown {
	background: url(/i/superindex/bg_dropDown.jpg) no-repeat left center;
	border: none;
	padding-left: 30px;
	height: 50px;
	margin-left: 9px;
}


ul.buttons li.dropdown select {
	border: solid 1px #c4bdb3;
	color: #695b3e;
	font-size: 50%;
	font-family: verdana, sansserif;
	font-weight: bold;
	padding: 1px;
	width: 255px;
	margin-top: 17px;
}
ul.buttons li.dropdown option {
	line-height: 5em;
}
