/*
	LEVEL ONE
*/
ul.mainNav                         { position: relative; padding-top: 15px;}
ul.mainNav li                      { float: left; zoom: 1;}
ul.mainNav li.last					{border-right:none;}
ul.mainNav a:hover		            { color: #000; }
ul.mainNav a:active                { color: black; }
ul.mainNav li a                    { color:black; display: block; padding: 4px 8px; border-right: 1px solid #333;text-decoration: none;font-size: 0.8em;text-decoration: none;text-transform: uppercase;}
ul.mainNav li.hover,
ul.mainNav li:hover                { background: white; color: black; position: relative; }
ul.mainNav li.hover a              { color: black; }


/* 
	LEVEL TWO
*/
ul.mainNav ul 						{ width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0; }
ul.mainNav ul li 					{ font-weight: normal; background: white; color: #000; 
									  border-bottom: 1px solid #ccc; float: none; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.mainNav ul li a					{ border-right: none; width: 100%; display: inline-block; } 

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


