#tm_menu {
	width: 176px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

#tm_menu a {
	text-decoration: none;
}

.tm_menu_item {
	padding-bottom: 25px;
}

.tm_menu_id {
	float: right;
	clear: both;
	font-weight: bold;
	color: white;
}

.tm_menu_name {
	text-transform: uppercase;
	float: right;
	display: inline;
	border-right-style: dotted;
	border-right-width: 1px;
	margin-right: 5px;
	padding-right: 6px;
	padding-left: 15px;
	color: white;
}

.tm_sub_menu {
	text-align: right;
	border-right: 1px solid #c7d5dd;
	margin-bottom: 15px;
	padding-right: 6px;
	margin-right: 21px;
	display: none;
}

.tm_sub_menu a:link, .tm_sub_menu a:visited {
	text-decoration: none;
	color: #c7d5dd;
}

.tm_sub_menu a:hover {
	color: white;
	text-decoration: none;
}
