#menu_general .leftmenu{
	width:165px;

}
.leftmenuTD{
width:165px;
	margin-top: -5px;
}

.leftmenuTDSel{
	font-weight:bold;
	background-image:url("../layout/leftmenuSel.gif");
	background-repeat:repeat-y;
	margin-top: -5px;
}
.leftmenuTD a{
	border:none;
	display: block;
	padding-left:10px;
	padding-bottom: 6px;
	margin-bottom:4px;
}
.leftmenuTD a:link, .leftmenuTD a:visited{
	text-decoration: none;
}

.leftmenuTDSel a{
	display: block;
	padding-left:10px;
	padding-bottom: 6px;
	margin-bottom:4px;
	width: 153px;
	font-weight:bold;
}
.leftmenuTDSel a:link, .leftmenuTDSel a:visited{
	color: #000;
	padding-bottom: 6px;
	font-weight:bold;
	margin-top: -5px;
}
.leftmenuTDSel a:hover{
	text-decoration: none;
}
