table.tableMenu{
	background-color:#000000;
	border-bottom:10px solid #000000
}
td.innerItem, td.innerItemSel{
	background-image: url(../img/inner_leftmenudot.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding:3px 0px 3px 20px;
}
td.innerItem a{
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color:#B7C749;
	line-height: 17px;
	font-weight: bold;
}
td.innerItem a:hover{
	color: #CBD09E;
}


td.innerItemSel a{
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color:#ffffff;
	line-height: 17px;
	font-weight: bold;
}
td.innerItemSel a:hover{
	color: #CBD09E;
}
