.td_dropdown {
	padding-top: 0px;
	margin: 0px;
	width: 180px;
}
.dropdown {
	float: left; 
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	text-align: center;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #CCCCCC;
	
}
.dropdown dt {
	width: 188px; 
	height: 32px;
	border: 0px solid #9ac1c9; 
	padding: 0px; 
	font-weight: bold; 
	cursor: pointer; 
	background: url(../images/tm_button_inact.jpg) repeat-x;
	color: #CCCCCC;
}
.dropdown dt:hover {
	background: url(../images/tm_button_act.jpg) repeat-x;
}
.dropdown dd {
	position: absolute; 
	overflow: hidden; 
	width: 188px; 
	display: none; 
	background: #fff; 
	z-index: 200; 
	opacity: 0;
	text-align: left;
}
.dropdown ul {
	width: 184px; 
	border: 2px solid #333333; 
	list-style: none; 
	border-top: none;
	padding-left: 0px;
}
.dropdown li {
	display:inline;
}
.dropdown a, .dropdown li a {
	display: block; 
	padding: 8px 5px 8px 5px; 
	text-decoration: none; 
	width: 174px;
}
.dropdown a {
	color: #cccccc;
}
.dropdown li a {
	color: #333333; 
}
.dropdown a:hover {
	background: url(../images/tm_button_act.jpg) repeat-x; 
	color: #ffffff;
}
.dropdown .underline {
	border-bottom: 1px solid #b9d6dc;
}