﻿/* IE leaves a blank space where span is added so this is to avoid that */
* html #sitemap li{
	float:left;
	display:inline;
}

#sitemap, #sitemap ul {
    list-style-type: none;
    background: url(line1.gif) repeat-y;
    margin: 0;
    padding: 0;
}

#sitemap {
    margin-bottom: 20px;
}

#sitemap ul {
    margin-left: 10px;
}

#sitemap li {
    margin: 0;
    padding: 0 12px;
    line-height: 20px;
    background: url(line2.gif) no-repeat;
}

#sitemap li.last {
    background: #fff url(line3.gif) no-repeat;
}

#sitemap li a{
    padding-left: 13px;
}