
/* 	LEVEL ONE */
ul.DDcategories                         { position: relative;list-style: none; margin: 0; padding: 0; z-index:5000000 }
ul.DDcategories li                      { font-weight: normal; float: right; zoom: 1; background: #ffffff; }
ul.DDcategories a:hover		            { color: #000; }
ul.DDcategories a:active                { color: #ffa500; }
ul.DDcategories li a                    { display: block; padding: 18px 10px 18px 15px; border-right: 0px solid #cccccc;color: #000000; text-decoration:none; box-sizing:border-box; font-size:16px; }
ul.DDcategories li:first-child a         { border-right: none; } /* Doesn't work in IE */
ul.DDcategories li:hover                { background: #ffffff; color: #000000; position: relative; }
ul.DDcategories li.hover a              { color: black; }

/* 	LEVEL TWO*/
ul.DDcategories ul 						{ width: 220px; visibility: hidden; position: absolute; top: 100%; right: 0;list-style: none;margin: 0; padding: 0;z-index:5000000 }
ul.DDcategories ul li 					{ font-weight: normal; background: #f6f6f6; color: #000;border-bottom: 1px solid #ccc; float: none; }
ul.DDcategories ul li a                 { text-align:right }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.DDcategories ul li a					{ border-right: none; width: 100%; display: inline-block; } 

/* 	LEVEL THREE*/
ul.DDcategories ul ul 					{ right: 100%; top: 0;list-style: none;margin: 0; padding: 0; }
ul.DDcategories li:hover > ul 			{ visibility: visible; }