table.treemenu{
	empty-cells: show;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

table.treemenu a, table.treemenu a:hover{
	color: #FFFFFF !important;
	text-decoration: none;
	font-family: Arial, Verdana, Serif;
	font-size: 14px;
 	text-transform: uppercase; 
}

table.treemenu td{
	height: 33px;
}

table.treemenu td.first{
	border: 0px;
}

table.treemenu div{
	text-align: center;
	padding: 0px;
	margin: 0px;
}

table.treemenu div *{ margin: 0px; padding: 0px;}

table.treemenu div a{
	position: relative;
	top: -6px;
}

table.treemenu td div.hover{
	background: #efa545;
}

table.treemenu div.menu_deco{
	position: relative;
	top: 0px;
	height: 6px;
	background: #efa545;
}

table.treemenu div.submenu_div{
/* 	padding: 16 0 16 0; */
/* 	background: transparent url(../../../_application/images/submenu_top.gif) no-repeat top; */
}

table.treemenu div.submenu_div ul{
	background: transparent;
	list-style-type: none;
	padding: 0px;
	margin: 0 0 0 0;
}

table.treemenu div.submenu_div ul li{
	display: block;
	margin: 0px;
	padding: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #efa545;
/* 	height: 22px; */
	vertical-align: middle;
}

table.treemenu div.submenu_div ul li a, table.treemenu div.submenu_div ul li a:hover{ 
	position: relative; 
	top: 0px; 
	text-transform: none;
}

table.treemenu div.submenu_div ul li.hover{
	background-color: #d2903b;
}

table.treemenu div.submenu_div ul li.top_deco{
	background: transparent;
	height: 12px;
	width: 100%;
	text-align: left;
	margin-bottom: -4px;
	/* margin: 0px; */
}

li.top_deco table{ width: 100%; height: 12px; margin: 0px; padding: 0px; empty-cells:show; font-size: 0px;}
li.top_deco table td { height: 12px; overflow: hidden; }
li.top_deco table td.topdeco_left, li.top_deco table td.topdeco_right { width: 6px; }
li.top_deco table td.topdeco_left { 	background: transparent url(../../../_application/images/submenu_top_left.gif) no-repeat; }
li.top_deco table td.topdeco_right { 	background: transparent url(../../../_application/images/submenu_top_right.gif) no-repeat; }
li.top_deco table td.topdeco_middle { 	background: #efa545; font-size: 1px; }

table.treemenu div.submenu_footer{
	background: #7f7a76;
	height: 1px;
}
