table.layout 
{
	width:	100%;
	height: 100%;
	border: 0px;
	border-collapse: collapse;
	table-layout: fixed;
	/* background: white url("i/title_back.png") repeat-x scroll top left; */
}

table.layout td.title_cell, 
table.layout td.path_cell, 
table.layout td.tree_cell, 
table.layout td.content_cell, 
table.layout td.menu_cell,
table.layout td.footer_cell/*, table.layout tr*/
{
/* 	padding: 10px; */
	border: 1px solid black;
	border-collapse: collapse;
}

table.layout td.tree_cell
{
	padding: 10px;
}
table.layout td.content_cell 
{
	padding: 15px;
}
table.layout td.title_cell 
{
	background: transparent url("i/top-bk.png") repeat-x scroll;
/* 	background-position: left; */
	height: 41px;
	color: #d8dde5;
	overflow: hidden;
	/* vertical-align: middle; */
	padding: 0px 10px 0px 10px; /* do not remove! */
}

/* IE6 applies this */
* html table.layout td.title_cell
{
	padding-right: 8px;
}
/* IE7 applies this */
*+html table.layout td.title_cell
{
	padding-right: 8px;
}

table.layout td.title_cell h1
{
	font-weight: normal;
	font-size: 23px;	
}

table.layout td.title_cell h2
{
	font-weight: bold;
	font-size: 18px;
}

table.layout td.path_cell
{
	border-bottom: solid 1px #248;
	height: 25px;
}
table.layout td.tree_cell 
{
	/* width: 200px; */
	height: 100%;
	vertical-align: top;
	background: #cde9cb url("i/tree-bk.png") bottom left scroll repeat-x;
}
table.layout col.layout_col1
{
	width: 200px;
}
table.layout td.content_cell
{
	/* border-left: dashed 1px #248; */
	/* margin-right: 20px;*/
	padding-right: 20px;
	/* border-collapse: collapse; */
	vertical-align: top;
	background: #e7f7e5 url("i/content-bk.png") bottom scroll repeat-x;
}

table.layout td.footer_cell
{
	/* border-top: solid 1px #248; */
	color: #8098C3;
	height: 36px;
	background: transparent url("i/footer-bk.png") scroll repeat-x;
	font-size: 80%;
	padding: 0px 6px 0px 6px;
}

table.layout td.menu_cell 
{
	background: #bbb url(i/hmenu-bk.png) top right repeat-x;
}

table.layout td.menu_cell a,
table.layout td.menu_cell a:link,
table.layout td.menu_cell a:visited
{
	/* display: block; */
	/* float: left; */
	padding-left: 5px;
	padding-right: 5px;
	/* color: #161616; */
}

/* 
table.layout td.menu_cell a:hover,
.nav_popup_menu a:hover
{
	background-color: #161616;
	color: #fff;
}
*/

.nav_popup_menu 
{
	background-color: #e8e8e8 !important;
	border: 1px solid #161616;
	/* overflow: hidden; */
}

.nav_popup_menu a,
.nav_popup_menu a:link,
.nav_popup_menu a:visited 
{
	display: block;
	color: #161616;	
	width: 100%;
}

.nav_popup_menu a:hover 
{
	color: #fff !important;
}