#contents #main_content ul {
    list-style-type : none;
    line-height     : 22px;
}


#contents #main_content #sitemap ul {
    margin          : -5px 0 0 70px; 
	padding-top		: 0em;
	/* border-top		: 1px #e8e8e8 solid;  */
	background		: url(../img/bg/hdot.gif) top left repeat-x;
}

#contents #main_content #sitemap ul ul {
    margin          : 0 0 0 70px; 
	border: 0;
	background 	    : none;
}

#contents #main_content #sitemap ul ul ul {
  display	: none;
}

#contents #main_content  #sitemap li {
    /* background		: url(../img/bg/link_1.gif) left 4px no-repeat; */
	background		: none;
	padding-top		: 2em;
}

#contents #main_content #sitemap li a {
	padding-left	: 5px;
	background		: none;
	
}

#contents #main_content #sitemap li a:hover {
        color               : #e10119;
}


#contents #main_content #sitemap ul li a {
	background		: #fff;
}


#contents #main_content  #sitemap li li {
    padding-left    : 6px;
	border			: 0;
	padding-top		: 0;
	background		: url(../img/bg/link_1.gif) left 4px no-repeat;
   /* background		: url(../img/bg/list_1.gif) left 4px no-repeat;	*/
}

#contents #main_content  #sitemap li.empty {
	display			: none;
	height			: 0;
	font-size		: 0;
	background		: none;
}

