#menu {
	margin: 0;
	padding: 0;	
	list-style: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul li {
	margin: 0;
	padding: 0;	
}

#menu li.submenu ul {
	display: none;
}
#menu li#Current ul, #menu li#CurrentParent ul {
	display: block;
}

#menu ul li a {
	display: block;
	padding: 0 0 0 14px;
	width: 142px;
}

#menu ul li {
	display: block;
	
}
#menu ul {
	display: block;
	
}
#menu ul.active:hover {
	background: #443E33 url(img/icn_submenu_tree_a.gif) no-repeat 6px 2px;
	background-color: #443E33;
	color: #fdd42a;
}

#menu #Current a {
	background-color: #443E33;
	color: #fdd42a;
}
#menu li#Current.submenu a {
	background: #443E33 url(img/icn_submenu_a.gif) no-repeat 148px 4px;	
	background-color: #443E33;
	color: #fdd42a;
}
#menu li#CurrentParent a {
	background: #746957 url(img/icn_submenu.gif) no-repeat 148px 4px;	
	color: #fff;
}
#menu li#CurrentParent a:hover {
	background: #443E33 url(img/icn_submenu_a.gif) no-repeat 148px 4px;	
	color: #fdd42a;
}
#menu #CurrentParent ul a {
	background: #746957 url(img/icn_submenu_tree.gif) no-repeat 6px 2px;
	background-color: #746957;
	color: #fff;
}
#menu #CurrentParent ul #Current a {
	background: #443E33 url(img/icn_submenu_tree_a.gif) no-repeat 6px 2px;
	background-color: #443E33;
	color: #fdd42a;
}
#menu li#CurrentParent ul li a:hover {
	background: #443E33 url(img/icn_submenu_tree_a.gif) no-repeat 6px 2px;
	background-color: #443E33;
	color: #fdd42a;
}

#menu #Current li a {
	background: #443E33 url(img/icn_submenu_tree_a.gif) no-repeat 6px 2px;
	background-color: #443E33;	
	color: #fdd42a;
}
#menu #Current li a:hover {
	background: #443E33 url(img/icn_submenu_tree_a.gif) no-repeat 6px 2px;
	background-color: #443E33;	
	color: #fdd42a;
}
#menu #Current li.active a:hover {
	background: #443E33 url(img/icn_submenu_tree_a.gif) no-repeat 6px 2px;
	background-color: #443E33;	
	color: #fdd42a;
}

#menu li.active a {
	background: #746957 url(img/icn_submenu.gif) no-repeat 148px 4px;	
	color: #fff;	
}
#menu li.active a:hover {
	background: #443E33 url(img/icn_submenu_a.gif) no-repeat 148px 4px;	
	color: #fdd42a;	
}
#menu li.active ul li a {
	background: #746957 url(img/icn_submenu_tree.gif) no-repeat 6px 2px;	
	color: #fff;	
}
#menu .submenu .active a:hover {
	background: #443E33 url(img/icn_submenu_tree_a.gif) no-repeat 6px 2px;	
	color: #fdd42a;
}
#menu .submenu .active ul li a {
	background: #746957 url(img/icn_submenu_tree.gif) no-repeat 6px 2px;
	color: #fff;	
}
#menu .submenu .active ul li a:hover {
	background: #443E33 url(img/icn_submenu_tree_a.gif) no-repeat 6px 2px;
	color: #fdd42a;	
}
#menu ul li a {
	background: #746957 url(img/icn_submenu_tree.gif) no-repeat 6px 2px;	
	color: #fff;	
}
#menu li#Current.submenu li a {
	background: #746957 url(img/icn_submenu_tree.gif) no-repeat 6px 2px;	
	color: #fff;	
}
#menu li#Current.submenu li a:hover {
	background: #443E33 url(img/icn_submenu_tree_a.gif) no-repeat 6px 2px;	
	color: #fdd42a;	
}