#sitemap_cont_left {
	float: left;
	width: 370px;
	padding: 10px 0 30px 90px;
}

#sitemap_cont_left ul {
	background-repeat: no-repeat;
	padding: 20px 0 10px 0;
	margin: 0;
	display: block;
}
.sitemap_maintitle {
	display: block;
	height: 30px;
}

#sitemap_cont_left ul div {
	height: 10px;
}

#sitemap_cont_left ul li {
	padding: 0 0 0 20px;
	line-height: 25px;
	font-weight: bold;
	color: 484848;
	font-size: 14px;
	border-left: solid #408ebf 1px;
}
#sitemap_cont_left ul .border_grey{
	border-left: solid #999999 1px;
}
#sitemap_cont_right {
	float: right;
	width: 370px;
	padding: 30px 90px 30px 0;
	background-image: url(../images/map_icon_products.png);
	background-repeat: no-repeat;
	background-position: 0 10px;
}
.map_sublist  {
	border-left: solid #999999 1px;
	display: block;
	position: relative;
}

.map_sublist h1  {
	padding: 15px 0 2px 20px;
	line-height: 20px;
	font-weight: bold;
	color: 484848;
	font-size: 14px;
}
.map_sublist li  {
	padding: 0 0 0 70px;
	font-size: 12px;
	line-height: 20px;
	color: #666;
}
.title_urderline   {
	background-image: url(../images/map_title_underline.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
}

#sitemap_cont_left ul li a:hover, .map_sublist h1 a:hover,li a:hover{
	color: #0075c2;
}
