@charset "utf-8";
/* CSS Document */

.sitemap li{

width: 216px;

margin:0px 15px 20px 0px;

float:left;

list-style:none;

line-height:150%;

}

.sitemap li a{

display:block;


padding:8px 20px 8px 25px;

background:url(file:///C|/Users/img/icon04.gif) no-repeat 15px center #f0edd6;

text-decoration:none;

color:#333333;

}

.sitemap li a:hover,

.sitemap li a:active{

background:url(file:///C|/Users/img/icon04.gif) no-repeat 15px center #f6f4e3;

color:#666666;

}