table{
	border-collapse:collapse;
}
.title_b{
	padding:3px; 
	background-color:#0000ff; 
	color:#FFF; 
	font-weight:bold;
}
.title_3{
	padding:3px; 
	background-color:#333; 
	color:#FFF; 
	font-weight:bold;
}

#menuListById{
	border-top:1px dashed #DDD;
	padding-top:3px;
}
#menuListById ul{
	display:block;
	padding:3px;
	list-style-type: none;
	margin:0px;
}	
#menuListById ul ul{
	position: relative;
	list-style-type: none;
	padding-left:20px;
	padding-bottom:6px;
	margin-bottom:10px;
	border-bottom:1px dashed #DDD;
}



#menuListById ul ul li a{
	color:#f7941c;
	text-decoration:none;
	padding-left:10px;
	display:block;
	padding:2px;
}
#menuListById ul ul li a:hover{
	text-decoration:underline;
}

#menuListById ul ul ul li a{
	color:#000;
	text-decoration:none;
	padding-left:10px;
	display:block;
	padding:2px;
}
#menuListById ul ul ul li  a:hover{
	text-decoration:underline;
}

a.rss_link:link,a.rss_link:visited,a.rss_link:active{
	display:block;
	color:#00f;
	padding:3px;
	border-bottom:1px dotted #dddddd;
	font-weight:bold;
}
a.rss_link:hover{
	background-color:#f5f5f5;
	color:#00F;
}