/* --------- begin menu ---------*/

#cat_479676 {
	font-size: 17px;
	width: 100%;
	text-transform: uppercase;
}

table.catmain479676 {
	padding: 0px;
	margin: 0px;
}

td.menu-item {
	color: #d1dbbd;
	padding-top: 5px;
	margin: 0px;
}

td.menu-item a {
	color: #d1dbbd;
	padding-top: 5px;
	margin: 0px;
}

td.menu-item-hover {
	font-size: 17px;
	color: #fff;
	padding-top: 5px;
	margin: 0px;
}

td.menu-item-selected {
	font-size: 17px;
	color: #fff;
	background: #6b913c;
	padding-top: 5px;
	margin: 0px;
	border: 1px solid #628537;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

/* --------- submenu items ---------*/

table.catsub479676 {
	text-align: left;
	width: 200px;
	margin-top: 12px;
	margin-left: 30px;
	cursor: pointer;
}

td.submenu-item {
	color: #d1dbbd;
	font-size: 10px;
	padding: 7px 7px 7px 10px !important;
	text-transform: uppercase;
	background: #6e943d;	
}

td.submenu-item-hover {
	color: #fff;
	font-size: 10px;
	padding: 7px 7px 7px 10px !important;
	text-transform: uppercase;
	background: #6e943d;
}

td.submenu-item-selected {
	background: #fff;
	color: #000;
	font-size: 10px;
	padding: 7px 7px 7px 10px !important;
	text-transform: uppercase;
	background: #6e943d;	
}

/* --------- end menu --------- */

