/* title */
DIV.sitemap_title
{
	font-family:Arial;
	font-size:24px;
	color:#45b000;/*42b200*/
	font-weight:bold;
	vertical-align:top;
	height:30px;
	overflow:hidden;
	padding-top:0px;
	margin-top:0px;
	border:solid 0 red;
}

/* description */
DIV.sitemap_desc
{
	padding: 10px;
	font: small;
	color: #333333;
	background-color: #FFFFFF;
}

/* level 1 */

TABLE.sitemap_level_1
{
}

TD.sitemap_level_1
{
	vertical-align: top;
	width: 180px;
	background-color: #F4F4F4;
	border-top: 0px !important;
}

DIV.sitemap_level_1
{
	/*background: url(../../Images/1.HE/SiteMap/sitemap_level_1.gif) left top no-repeat #818181;*/
	background-color: #F4F4F4;
	height: 25px !important;
	width: 173;
	padding: 3px 8px 0px 1px;
	border-bottom:solid 1px #FFFFFF;
}

SPAN.sitemap_level_1
{
	/*background: url(../../Images/1.HE/SiteMap/sitemap_bullet_3.gif) no-repeat right 3;*/
	width: 10px;
}

A.sitemap_level_1
{
	font-size: 13px;
	font-weight: bold;
	color: #45B000 !important;
	text-decoration: none;
}

A.sitemap_level_1:HOVER
{
	text-decoration: underline;
}

/* level 2 */
TABLE.sitemap_level_2
{
	width: 100%;
}

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 no-repeat;*/
	height: 17px;
	padding: 0px 20px 0px 4px;
}

SPAN.sitemap_level_2
{
	/*width: 20px;*/
	height: 100%;
	float: right;
}

A.sitemap_level_2
{
	color: #414B56;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}

A.sitemap_level_2:HOVER
{
	text-decoration: underline;
}

/* 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: 0px 9px 0px 4px;
}

SPAN.sitemap_level_3
{
	width: 30px;
	height: 100%;
	float: right;
}

A.sitemap_level_3
{
	color: #414B56;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal !important;
}

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;
}

