#container #menu_thingy										{ height: 19px; }
#container #menu_thingy a									{ text-decoration: none; }
#container #menu_thingy ul									{ list-style: none; margin: 0px; font-weight: normal; }
#container #menu_thingy li									{ margin:0; }

/* LEVEL ONE */
#container #menu_thingy ul.dropdown                         { position: relative; }
#container #menu_thingy ul.dropdown li                      { float: left; zoom: 1; background: #fff; font-size:11px; line-height:11px; text-transform:uppercase; font-weight: bold; }
#container #menu_thingy ul.dropdown a:hover		            { color: #FFF; }
#container #menu_thingy ul.dropdown a:active                { color: #FFF; }
#container #menu_thingy ul.dropdown li a                    { display: block; padding: 4px 18px; color: #114E7D; background-image: url(../images/menu_rt.png); background-position: top right; background-repeat: no-repeat; }
#container #menu_thingy ul.dropdown li a.selected           { color: #FFF; background-color: #114E7D; }
#container #menu_thingy ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
#container #menu_thingy ul.dropdown li.hover,
#container #menu_thingy ul.dropdown li:hover                { background: #114E7D; color: #FFF; position: relative; }
#container #menu_thingy ul.dropdown li.hover a              { color: #FFF; }

/* LEVEL TWO */
#container #menu_thingy ul.dropdown ul 						{ width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0; z-index:99; opacity:0.8; filter:alpha(opacity=80); }
#container #menu_thingy ul.dropdown ul li 					{ font-weight: normal; background: #f6f6f6; color: #000; border-bottom: 1px solid #B9C0C8; float: none; }
#container #menu_thingy ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; background-image: none; }

/* LEVEL THREE */
#container #menu_thingy ul.dropdown ul ul 					{ left: 100%; top: 0; }
#container #menu_thingy ul.dropdown li:hover > ul 			{ visibility: visible; }