.module-Menu .module-content.tm-menu-10 {
	background: url('../lib/images/menu/menu_bg_orange.png');
	background-size: 100% 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.module-Menu .module-content.tm-menu-10 .menu li:first-child {
	background: transparent;
}
.module-Menu .module-content.tm-menu-10 .menu li:first-child:hover,
.module-Menu .module-content.tm-menu-10 .menu li:first-child a:hover {
	background-image: none;
}
.module-Menu .module-content.tm-menu-10 .menu li a {
	border-left: 1px solid #ea957e;
	border-right: 1px solid #b34523;
}
.module-Menu .module-content.tm-menu-10 .menu li:last-child a {
	border-right: 0;
}
.module-Menu .module-content.tm-menu-10 .menu li:first-child a {
	border-left: 0;
}
.module-Menu .module-content.tm-menu-10 .menu li:hover,
.module-Menu .module-content.tm-menu-10 .menu li:hover a {
	color: #fff;
	background: #b34423; 
}
.module-Menu .module-content.tm-menu-10 .menu li a {
	text-shadow: 1px 1px 1px #333;
	color: #e7e7e7;
	text-transform: uppercase;
	font-family: Arial;
	display: block;
}
.module-Menu .module-content.tm-menu-10 .menu li a:hover {
	color: #fff;
}
.module-Menu .module-content.tm-menu-10 .menu .root ul {
	background: #777;
}