ul									{ list-style: none; }

/* 
	LEVEL ONE
*/
ul.dropdown                         {
	height:30px;
	position:absolute;
	z-index:99;
	background-color:#333;
	left: 0px;
	top: -11px;
}
ul.dropdown a						{text-decoration:none}
ul.dropdown li                      { font-weight: bold; float: left; zoom: 1; line-height:23px; width:200px;}
ul.dropdown a:hover		            { color: #000; }
ul.dropdown a:active                { color: #ffa500;}
ul.dropdown li a                    { display: block; padding: 4px 8px;;
	 								  color: #fff; }
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; }
ul.dropdown li.hover a              { color:#fff; }



/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 200px; visibility: hidden; position: absolute; top: 100%; left: 0; }
ul.dropdown ul li 					{ font-weight: normal; background: #fff; color: #000; border-top: 1px dotted #ccc; float: none; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ color:#666 !important; text-transform:uppercase;border-right: none; width: 185px; display: inline-block;background: #fff } 
ul.dropdown ul li a:hover			{ color:#666 !important; text-transform:uppercase;border-right: none; width: 185px; display: inline-block;background: #01afd1 } 
