@charset "utf-8";
/* SITEMAP */

#sitemap{
	width:80%;
	padding-bottom:20px;
}

#cnt_info #contact #sitemap a:link {
	color: #cccccc;
	text-decoration:none;
}

#cnt_info #contact #sitemap a:visited {
	color: #cccccc;
	text-decoration:none;
}
#cnt_info #contact #sitemap a:hover {
	color: #FF0000;
	text-decoration:underline;
}

#cnt_info #contact #sitemap a:active {
	color: #FF0000;
	text-decoration:none;
}

#sitemap ul{
margin:0 0 10px 8px;
padding:0;
}

#sitemap li{
margin:0;
list-style-type:none;
background:url(images/sitemap_icon.gif) left no-repeat;
padding:3px 0 3px 10px;
letter-spacing:1px;
}



