@charset "UTF-8";

#sitemap {
	width:800px;
	margin:30px auto 20px;
	font-size:110%;
}

#sitemap a{
	color:#000000;
}

#sitemap a:hover {
	background-color:#005aaa;
	color:#ffffff;
	text-decoration:none;
	padding:0 5px;
	}

#sitemap li {
	list-style:none;
	line-height:1.5em;
	background-image:url(../img/bullet_tri.gif);
	background-position:left 5px;
	background-repeat:no-repeat;
	padding-left:12px;
	color:#000000;
	}

#smleft {
	width:350px;
    margin-left:30px;
    float:left;  
}

#smleft ul{
	 margin-left:12px;
	 margin-bottom:20px;
}

#smleft ul li{
}

#smright {
	width:350px;
	margin-left:10px;
    float:right;
}

#smright ul{
	 margin-left:30px; 
}

h1{
	background:url(../img/u_line_long.gif) repeat-x;
	background-position:left bottom;
	margin-bottom:1em;
}
