/* title */
DIV.sitemap_title{
	font-size:18px;
	color:#156E6E;
	padding:12px 0 0 12px;
	background-color: White;
}

/* description */
DIV.sitemap_desc
{
	padding :10px;
	font : 12px;
	color: #214F80;
	background-color: White;
}

/* level 1 */

TABLE.sitemap_level_1
{
	width: 100%;
	/*border-left: 20px solid #FFFFFF;*/	
	/*background-color: White;*/
	
}

TD.sitemap_level_1
{
	/*border-right: #e5f3ff 1px solid;	
	border-top: #e5f3ff 1px solid;	*/
	background: url(../../images/site_map_bg.gif) #fff repeat-x right bottom;	
	padding-bottom: 10px;	
	vertical-align: top;	
	/*border-left: #e5f3ff 1px solid;	*/
	width: 178px;	
	/*border-bottom: #e5f3ff 1px solid*/
}

div.sitemap_level_1
{
	height: 24px;
	line-height: 24px;
	padding: 0px 10px;
	margin-bottom: 5px;
	background: #fff url(../../Images/site_map_top.gif) no-repeat right top;
	border-bottom: solid 1px #cde5f5;
}

span.sitemap_level_1
{
}
a.sitemap_level_1
{
	font-size: 15px;
	font-weight: bold;
	color: #0aab1a;
	text-decoration: none;
}
a.sitemap_level_1:hover
{
	text-decoration: underline;
}

/* level 2 */
TABLE.sitemap_level_2
{
	font-size: small;
	width: 175px !important;
	margin: 0px auto;
}

TD.sitemap_level_2
{	
	vertical-align: top;
	/*border-top:2px solid #FFFFFF;*/
	width: 100% !important;
}

DIV.sitemap_level_2
{
	width: 175px !important;
	padding:0px;
	margin: 0px auto;
}

SPAN.sitemap_level_2
{
	background:url(../../Images/1.EN/SiteMap/sitemap_level_2.gif) left top no-repeat;
	width: 20px;
	height:17px;
	float:left;
}

A.sitemap_level_2
{
	color: #0071BA;
	font-weight:bold;
	text-decoration: none;
}

A.sitemap_level_2:HOVER
{
	text-decoration: underline;
}

/* level 3 */
TABLE.sitemap_level_3
{
	font-size: small;
	width: 100%;	
}

TD.sitemap_level_3
{
	vertical-align: top;
	/*border-top:2px solid #FFFFFF;*/
}

DIV.sitemap_level_3
{
	background:url(../../Images/1.EN/SiteMap/sitemap_level_3.gif) left top no-repeat;
	padding: 0px;
	padding-left: 35px;
}

SPAN.sitemap_level_3
{
	float:left;
}

A.sitemap_level_3
{
	color: #0071BA;
	text-decoration: none;
}

A.sitemap_level_3:HOVER
{
	text-decoration: underline;
}

/* spaces */
TD.sitemap_cell_space
{
}

IMG.sitemap_cell_space
{
	width: 5px;
	height: 1px;
}

TD.sitemap_row_space
{
	height: 15px;
}
