/* title */
DIV.sitemap_title
{
	font-size: x-large;
	color: #333333;
	padding: 0px 12px;
	background-color: #FFFFFF;
}

/* description */
DIV.sitemap_desc
{
	padding: 10px;
	font: small;
	color: #333333;
	background-color: #FFFFFF;
}

/* level 1 */

TABLE.sitemap_level_1
{
	width: 100%;
	background-color: #FFFFFF;
}

TD.sitemap_level_1
{
	vertical-align: top;
	width: 150px;
	background-color: #F7F7F7;
	color: #FFFFFF;
}

DIV.sitemap_level_1
{
	background-color: #636363;
	height: 21px;
	width: 150px;
	padding: 0px 9px;
	color: #FFFFFF;
}

SPAN.sitemap_level_1
{
	/*background: url(../../Images/1.HE/SiteMap/sitemap_bullet_3.gif) no-repeat right 3;*/
	width: 10px;
	color: #FFFFFF;
}

A.sitemap_level_1
{
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

A.sitemap_level_1:HOVER
{
	text-decoration: none;
}

/* level 2 */
TABLE.sitemap_level_2
{
	width: 100%;
	background-color: #F7F7F7;
}

TD.sitemap_level_2
{
	vertical-align: top; /*border-top:2px solid #FFFFFF;*/
}

DIV.sitemap_level_2
{
	/*background:url(../../Images/1.HE/SiteMap/sitemap_level_2.gif) right bottom no-repeat #E3EEF6;*/
	height: 17px;
	width: 150px;
	padding: 0 9px;
}

SPAN.sitemap_level_2
{
	width: 20px;
	height: 100%;
	float: right;
}

A.sitemap_level_2
{
	color: #636363;
	font-weight: bold;
	text-decoration: none;
	font-size: small;
}

A.sitemap_level_2:HOVER
{
	text-decoration: none;
}

/* level 3 */
TABLE.sitemap_level_3
{
	width: 100%;
}

TD.sitemap_level_3
{
	vertical-align: top; /*border-top:2px solid #FFFFFF;*/
}

DIV.sitemap_level_3
{
	/*background:url(../../Images/1.HE/SiteMap/sitemap_level_3.gif) right bottom no-repeat #F0F4F7;*/
	height: 17px;
	width: 150px;
	padding: 0 9px;
}

SPAN.sitemap_level_3
{
	width: 30px;
	height: 100%;
	float: right;
}

A.sitemap_level_3
{
	color: #636363;
	text-decoration: none;
	font-size: small;
	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;
}
