/* title */
DIV.sitemap_title
{
	color: red;
}

/* description */
DIV.sitemap_desc
{
	color: green;
}

/* level 1 */

TABLE.sitemap_level_1
{
}

TD.sitemap_level_1
{
	vertical-align: top; width:232px; padding-bottom:15px;
}

DIV.sitemap_level_1
{ 
	background: url(../../images/en/SiteMap/tit_bg.gif);
	/*background-position:left;*/
	background-repeat:no-repeat;
	height:22px; 
	max-height:19px; 
	padding:3px 0 0 24px;
}

SPAN.sitemap_level_1
{ display:none;}

A.sitemap_level_1
{
	color: #628600;
	text-decoration: none;
	font-size:13px;
	font-weight:bold;
}

A.sitemap_level_1:HOVER
{
	text-decoration: none;
}

/* level 2 */
TABLE.sitemap_level_2
{
	width: 100%;	
}

TD.sitemap_level_2
{
	vertical-align: top;
	padding:1px 0 0 2px;height: 19px;
}

DIV.sitemap_level_2
{
	
	padding:2px 0 0 17px; height:100%;
	background:url(../../images/en/SiteMap/sitemap_bullet.gif) left center no-repeat #EAF4D9;
}

SPAN.sitemap_level_2
{ display:none;}

A.sitemap_level_2
{
	color: #0B5562;
	text-decoration: none;
	font-size:11px;
	background-color:transparent;
}

A.sitemap_level_2:HOVER
{
	text-decoration: underline;
}

/* level 3 */
TABLE.sitemap_level_3
{
	width: 100%;	
}

TD.sitemap_level_3
{
	vertical-align: top;
	padding:1px 0 0 26px;height: 19px;
}

DIV.sitemap_level_3
{padding:2px 0 0 9px; height:100%;
	background:url(../../images/en/SiteMap/sitemap_bullet2.gif) left center no-repeat;
}

SPAN.sitemap_level_3
{ display: none;}

A.sitemap_level_3
{
	color: #0B5562;
	text-decoration: none;
	font-size:10px;
}

A.sitemap_level_3:HOVER
{
	text-decoration: underline;
}

/* spaces */
TD.sitemap_cell_space
{
}

IMG.sitemap_cell_space
{
	width: 50px;
	height: 1px;
}

TD.sitemap_row_space
{
	height: 15px;
}
