td.menu a{
	text-decoration:none;
}

ul.menu li.menu{
text-align:left;
display:block;
list-style:none;
padding:0px;
margin:0px;
padding-top:10px;
padding-bottom:10px;
padding-left:20px;
}

ul.menu{
	list-style:none;
	padding:0px;
	margin:0px;
	padding-top:0px;
}
ul.menu li.menu ul.menu{
	padding-top:3px;
}

ul.menu li.menu#selected{
	border-bottom:3px solid silver;
	border-top:1px solid silver;
	background:url(images/menus.png);
	background-repeat:no-repeat;
}

ul.menu li.menu{
	border-bottom:1px solid silver;
	
	background:url(../images/bullet2a.gif);
	background-position:10px 13px;
	background-repeat:no-repeat;
}

ul.menu li.menu#selected a{
	font-weight:bold;
}

ul.menu li.menu#selected ul.menu li.menu {
padding-top:3px;
padding-bottom:3px;
border-bottom:0px;
	background:url(../images/bullet2a.gif);
	background-repeat:no-repeat;
background-position:10px 6px;

}


ul.menu li.menu#selected ul.menu li.menu a{
	font-weight:normal;
}

ul.menu li.menu#selected ul.menu li.menu#selected a{
	font-weight:bold;
}

ul.menu li.menu#selected ul.menu li.menu#selected{
	border-bottom:0px;
	border-top:0px;
}