﻿/*
	Sitemap Styler 	 
*/

#sitemap, #sitemap ul, #sitemap li{
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: tahoma;
	font-size: 11px;
}
#sitemap{
	font-family: tahoma;
	font-size: 11px;
}
#sitemap ul{
	display: none;
	font-family: tahoma;
	font-size: 11px;
}
#sitemap li{
	line-height: 200%;
	margin-top: 1px;
	background: #eee;
	position: relative;
	width: 100%;
	font-family: tahoma;
	font-size: 11px;
}
/* IE leaves a blank space where span is added so this is to avoid that */
* html #sitemap li{
	float: right;
	display: inline;
	font-family: tahoma;
	font-size: 11px;
}
#sitemap li a{
	padding-right: 28px;
	font-family: tahoma;
	font-size: 11px;
}
#sitemap li span{
	float: right;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 13px;
	height: 13px;
	cursor: auto;
	font-size: 11px;
	font-family: tahoma;
}
#sitemap li span, #sitemap li span.collapsed{
	background: url('http://www.tamo7.com/tools/services/collapsed.gif') no-repeat right 50%;
	font-family: tahoma;
	font-size: 11px;
}
#sitemap li span.expanded{
	background: url('http://www.tamo7.com/tools/services/expanded.gif') no-repeat right 50%;
	font-family: tahoma;
	font-size: 11px;
}

/* second level */

#sitemap li li{
	background: #fff;
	font-family: tahoma;
	font-size: 11px;
}
#sitemap li li a{
	padding-right: 56px;
	font-family: tahoma;
	font-size: 11px;
}
#sitemap li li span{
	right: 28px;
	font-family: tahoma;
	font-size: 11px;
}

/* third level */

#sitemap li li li a{
	padding-right: 84px;
	font-family: tahoma;
	font-size: 11px;
}
#sitemap li li li span{
	right: 56px;
	font-family: tahoma;
	font-size: 11px;
}
body{
	margin: 0;
	padding: 0;
	background: #f1f1f1;
	font: 70% Arial, Helvetica, sans-serif;
	color: #555;
	text-align: right;
}
a{
	text-decoration: none;
	color: #AD3FA8;
	font-family: tahoma;
	font-size: 11px;
}
a:hover{
	text-decoration: none;
	color: #999;
	font-family: tahoma;
	font-size: 11px;
}
h1{
	font-size: 11px;
	margin: 0 20px;
	line-height: 80px;
	font-family: tahoma;
}
#container{
	margin: 0 auto;
	background: #fff;
	padding-bottom: 20px;
	font-family: tahoma;
	font-size: 11px;
}
#content{
	margin: 0 20px;
	font-family: tahoma;
	font-size: 11px;
}
p{
	margin: 0 auto;
	padding: 1em 0;
	font-family: tahoma;
	font-size: 11px;
}


/* etc. */

/*  */