
/* 
	LEVEL ONE
*/
ul.dropdown                         { position: absolute; top:0px; left:0px;}
ul.dropdown li                      { font-weight:normal; position:relative; float: left; zoom: 1; background: #fff; margin-right:1px; position:relative; background-image:url(../../images/tabs_im.png); background-repeat:no-repeat; width:85px; text-align:center; line-height:25px; border-bottom:1px solid #999;}
ul.dropdown a:hover		            { color: #ff3300; text-decoration:underline; }
ul.dropdown a:active                { color: #ff3300; }
ul.dropdown li a                    { display: block; padding: 0px 0px; border-right: 0px solid #333;
	 								  color: #222; text-decoration:none;}
ul.dropdown li:last-child a         { border-right: none;} /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { color: #ff3300; position: relative; }
ul.dropdown li.hover a              { color: #000;}


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 160px; visibility: hidden; position: absolute; top: 100%; left: 0; 
background-color:#fff; border:2px solid #666; height:auto; margin-bottom:5px;}
ul.dropdown ul li 					{ font-weight: normal; background: #fff; color: #000; width:150px;  line-height:15px; text-align:left; 
									  border-bottom: 0px solid #ccc; float: none; padding:5px; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 140px; display: inline-block; background-image:url(../../images/global/nav_white_arrow.gif); background-repeat:no-repeat; color: #333; padding-left:10px; padding-top:2px; padding-bottom:2px;
 display:block; z-index:999; } 
ul.dropdown ul li a:hover			{ color: #fff; background-image:url(../../images/global/nav_red_arrow.gif); background-repeat:no-repeat; padding-left:10px;} 
/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0;}
ul.dropdown li:hover > ul 			{ visibility: visible;}

.top_nav_highlighted{ color: #FF3300 !important; }
.top_nav_watch_now { color: #009900 !important; }
