/* title */
DIV.sitemap_title
{
	font-size: x-large;
	color: #9DC63B;
	padding-bottom: 3px;
	background-color: #FFFFFF;
}

/* description */
div.sitemap_desc
{
	padding: 10px;
	font-size: small;
	color: #4F504F;
	font-weight: bold;
	background-color: #FFFFFF;
	border: solid 1px #DCDDE7;
	border-bottom: none;
}

/* level 1 */

TABLE.sitemap_level_1
{
	margin: 10px 8px 0px 8px;
}

TD.sitemap_level_1
{
	vertical-align: top;
	width: 33%;
	border: solid 1px #E5E7F0;
	border-bottom: solid 10px #DFE1EC;
	position: relative;
}

DIV.sitemap_level_1
{
	background-color: #DFE1EC;
	height: 33px;
	vertical-align: middle;
	padding-left: 15px;
}

SPAN.sitemap_level_1
{
	width: 10px;
}

A.sitemap_level_1
{
	font-size: 12px;
	font-weight: bold;
	color: #262C68 !important;
	text-decoration: none;
	line-height: 33px;
}

A.sitemap_level_1:HOVER
{
	text-decoration: none;
}

/* level 2 */
TABLE.sitemap_level_2
{
	width: 100%;
	
}

TD.sitemap_level_2
{
	vertical-align: top;
}

DIV.sitemap_level_2
{
	height: 17px;
	line-height: 17px;
	/*width: 150px;*/
	padding: 0px 20px;
}

SPAN.sitemap_level_2
{
	display: none;
	/*
	width: 20px;
	height: 100%;
	float: left;*/
}

A.sitemap_level_2
{
	color: #636363;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

.sitemap_level_2 a:hover
{
	text-decoration: none;
	color: #636363;
}

/* level 3 */
TABLE.sitemap_level_3
{
	width: 100%;
}

TD.sitemap_level_3
{
	vertical-align: top; 
}

DIV.sitemap_level_3
{
	height: 17px;
	line-height: 17px;
	/*width: 150px;*/
	padding: 0 30px;
}

SPAN.sitemap_level_3
{
	display: none;
	/*
	width: 30px;
	height: 100%;
	float: left;
	*/
}

A.sitemap_level_3
{
	color: #636363;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal !important;
}

A.sitemap_level_3:HOVER
{
	text-decoration: none;
}

/* spaces */
TD.sitemap_cell_space
{
}

IMG.sitemap_cell_space
{
	width: 5px;
	height: 1px;
}

TD.sitemap_row_space
{
	height: 15px;
}




/* Shuki CSS */
	div.site_map_div
	{
		border: solid 1px #DCDDE7;
		border-top: none;
		padding-bottom: 10px;
	}

	div.site_map_title_space
	{
		height: 4px;
		background-color: White;
		border-bottom: solid 1px #DCDDE7;
		border-top: solid 1px #DCDDE7;
		position: relative;
	}

	div.site_map_title_space img
	{
		border: solid 1px White;
		background-color: White;
		position: absolute;
		z-index: 1;
		top: 0px;
		width: 245px;
		height: 2px;
		left: -1px;
	}
	
	ul.sitemap_level_2
	{
		padding: 10px;
		margin: 0px;
	}
	
	li.sitemap_level_2
	{
		list-style-image: url('../../Images/1.ltr/SiteMap/liFirstLevel.jpg');
		margin-left: 20px;
		line-height: 18px;
	}
	
	li.sitemap_level_2 a
	{
		position: relative;
		top: -2px;
		left: -6px;
	}
	
	ul.sitemap_level_2 > li.sitemap_level_2 a
	{
		top: 3px;
		left: -2px;
	}
	
	
	ul.sitemap_level_3
	{
		padding-left: 2px;
		margin: 0px;
	}
	
	li.sitemap_level_3
	{
		list-style-image: url('../../Images/1.ltr/SiteMap/liSecondeLevel.jpg');
		margin-left: 20px;
	}
	
	li.sitemap_level_2 A
	{
		text-decoration: none;
	}
	li.sitemap_level_2 A:Hover
	{
		text-decoration: underline;
	}
/* Shuki CSS */