.td_menu {
	background: #FFF;
	vertical-align: top;
	font-size: 10pt;
	font-family: Verdana, Arial;
}

.td_software {
	background: #FFF;
	vertical-align: top;
	font-size: 10pt;
	font-family: Verdana, Arial;
	padding-left: 5px;
}

.menu {
	line-height: 2.0;
	width: 170px;
}

.submenu {
	background: #999;
	padding-left: 5px;
	text-decoration: none;
	color: #FFF;
	display: block;
	font-weight: bold;
}
.menuselected {
	background: #00C;
	padding-left: 5px;
	text-decoration: none;
	color: #FFF;
	display: block;
	font-weight: bold;
}

.menuitem {
	padding-left: 5px;
	text-decoration: none;
	display: block;
	color: #006;
}

.menuitem:hover {
	background: #00C;
	color: #FFF;
}

.subselected {
	font-size: 8pt;
	border-top: 1px solid #00A;
	border-bottom: 1px solid #00A;
	padding-left: 8px;
	text-decoration: none;
	color: #FFF;
	background: #33F;
	display: block;
	margin-top: -1px;
	margin-bottom: -1px;
	line-height: 1.5;
}

.subitem {
	border-top: 1px solid #00A;
	border-bottom: 1px solid #00A;
	padding-left: 8px;
	font-size: 8pt;
	text-decoration: none;
	color: #006;
	display: block;
	margin-top: -1px;
	margin-bottom: -1px;
	background: #EEE;
	display: block;
	line-height: 1.5;
	text-decoration: none;
}

.subitem:hover {
	color: #FFF;
	background: #33F;
}

.subhidden {
	display: none;
}

.subshown {
	display: block;
	padding-bottom: 1px;
}
