﻿/*
	SiteMap Styler 	 
*/

.SiteMap, .SiteMap ul, .SiteMap li{
	margin:0;
	padding:0;
	list-style:none;
}
.SiteMap{background:url(../images/icon/line1.gif) repeat-y;}
.SiteMap li{
	line-height:20px;
	margin-top:10px;
	position:relative;
	width:100%;
}
/* IE leaves a blank space where span is added so this is to avoid that */
* html .SiteMap li{
	float:left;
	display:inline;
}

.SiteMap li a{
padding-left:28px;
text-decoration: none;
color: #000000;
font-weight: bold;

}

/* sub levels */

.SiteMap li ul{	
	margin-left:28px;
	background:url(../images/icon/line1.gif) repeat-y;
}
.SiteMap li li{	
	background:url(../images/icon/line2.gif) no-repeat 0 0;
}

/* etc. */

/* float fix */

.SiteMap:after, .SiteMap ul:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.SiteMap, .SiteMap ul{display:block;}
/*  \*/
.SiteMap, .SiteMap ul{min-height:1%;}
* html .SiteMap, * html .SiteMap ul{height:1%;}
 /*  */
