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