#menucontainer						{ width: 900px; margin: 0; } 
a									{ text-decoration: none; color:white; }
p                                   { margin: 15px auto; }
#maincontainer						{ width:903px; padding:0px; margin:auto; background:transparent; border:1px solid red; }
tr.menu	td							{ background:gray; font: 11px Helvetica, Sans-Serif; }
tr.menu	td img						{ border:0px; }



/* LEVEL ONE */
ul.dropdown                         { position: relative; list-style: none; padding:0; }
* html ul.dropdown					{ margin-left:-42px; }
ul.dropdown li                      { font-weight: bold; float: left; zoom: 1; background: transparent url('topmenu_bg-OFF.gif') no-repeat top left; width: 100px; text-align:center; padding:0; }
ul.dropdown a:hover		            { color: white; }
ul.dropdown a:active                { color: white; }
ul.dropdown li a                    { display: block; padding: 4px 8px; border-right: 1px solid #333; color: white; }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { color: black; position: relative; background: transparent url('topmenu_bg-OVER.gif') no-repeat top left; }
ul.dropdown li.hover a              { color: white; }


/* LEVEL TWO */
ul.dropdown ul 						{ width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0; list-style: none; padding:0; }
* html ul.dropdown ul				{ margin-left:-42px; }
ul.dropdown ul li 					{ font-weight: normal; background: #A0C020; color:white; border-bottom: 1px solid #ccc; float: none; width: 120px; text-align:left; padding:0; }
								  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ color: white; border-right: none; width: 100%; display: inline-block; } 
ul.dropdown ul li a:hover	        { color: white; background: #404040; width: 104px; }
* html ul.dropdown ul li a:hover	{ width: 120px; }

/* LEVEL THREE */
ul.dropdown ul ul 					{ left: 100%; top: 0; list-style: none; padding:0; }
ul.dropdown li:hover > ul 			{ visibility: visible; list-style: none; padding:0; }
* html ul.dropdown ul ul			{ margin-left:-42px; }
* html ul.dropdown li:hover > ul	{ margin-left:-42px; }

