/* sitemap Panel */
#top {
	height: auto;
	position: relative;
}

#top ul.sitemap {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 0px;
	width: auto;
  	font-weight: bold;
	line-height: 38px;
	margin: 0;
	right: 15px;
  	color: white;
  	font-size: 80%;
	text-align: center;
	padding-right: 45px;
}

#top ul.sitemap li.left {
  	height: 38px;
	width: 45px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

#top ul.sitemap li {
 	text-align: left;
  	padding: 0px 6px;
  	margin-top: 0px;
	display: block;
	float: left;
	height: 0px;
}

#top ul.sitemap li a {
	color: #3366FF;
}

#top ul.sitemap li a:hover {
	color: white;
}

/*sitemap*/
#sitemap {
	width: 100%;
	height: 100%;
	color: white;
	background: #000000;
	overflow: hidden;
	position: relative;
	z-index: 3;
	height: 0;
}

.sitemaptable {
	color: #ffffff;
	font-size: 11px;
	font-family: Arial, Verdana;
}

.sitemaptable a:link{
	color: #75BFF2;
	font-size: 11px;
	font-family: Arial, Verdana;
	text-decoration: none;
}

.sitemaptable a:visited{
	color: #75BFF2;
	font-size: 11px;
	font-family: Arial, Verdana;
	text-decoration: none;
}

.sitemaptable a:hover{
	color: #F3D245;
	font-size: 11px;
	font-family: Arial, Verdana;
	text-decoration: none;
}

#sitemap .sitemapContent {
	width: 750px;
	height: auto;
	margin: 0 auto;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
	font-size: 10px;
}

#sitemap .sitemapContent .left {
	width: 120px;
	float: left;
	padding-left: 65px;
	font-size: 0.95em;
	font-size: 10px;
}

#sitemap .sitemapContent .right {
	width: 290px;
	float: right;
	text-align: right;
	padding-right: 65px;
	font-size: 0.95em;
	font-size: 10px;
}

#sitemap .sitemapContent input.button_sitemap {
	width: 47px;
	height: 0px;
	cursor: pointer;
	border: none;
}

#sitemap .sitemapClose {
	display: block;
	position: absolute;
	right: 15px;
	top: 10px;
	width: 70px;
	font-size: 0.8em;
	text-align: left;
}

#sitemap .sitemapClose a {
	display: block;
	height: 0px;
	background: url(images/button_close.jpg) no-repeat right 0;
	padding-right: 10px;
	border: none;
	font-size: 0.9em;
	color: white;
}

#sitemap .sitemapClose a:hover {
	background: url(images/button_close.jpg) no-repeat right -20px;
}
