/***********************************************************************************/

/* Nav elements AKA 'Jarrod & Phils Super Ultimate Drop Down Navigation System' */
#ulNav				{ clear:both; padding:0; margin:0 0 0 0px; list-style:none;  }

/* a.width corrects IE Rollover Bug i.e so you dont have to rollover text for highlight */
#ulNav ul a 			{ font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#FF6600; padding:3px 8px 3px 12px; text-decoration:none; background-color:#FFFFFF; display:block; }
#ulNav ul a:hover 		{ color:#FF9E05; } 

#ulNav ul ul a 			{ color:#FF9E00;}
#ulNav ul ul a:hover 		{ color:#FF6600; } 

/* ulNav.ul.dislay:none - hides everything below level 1 */
#ulNav ul 			{ margin:0; padding:0; position:absolute; top:30px; left:0px; width:123px; display:none; list-style:none; z-index:99; } 

/* position level 2 */
#ulNav ul ul			{ margin:0; padding:0; position:absolute; top:0; left:160px; display:none; z-index:98; }

/* li.width corrects Mozilla Rollover Bug i.e limits the rollover to the menu size */
#ulNav li 			{ margin:0; padding-left:4px; float:left; position:relative; } /* level 0 with images */
#ulNav ul li 			{ clear:both; margin:0; padding:0; width:123px; } 
#ulNav ul li.top		{ background:url(/mif/images/nav_dropdown_top.gif) no-repeat bottom; }
#ulNav ul li.bottom		{ background:url(/mif/images/nav_dropdown_bottom.gif) no-repeat; }

/* Supports IE selectbox-iframe fix */
#ulNav iframe, #ulNav li.invisible { position:absolute; top:0; z-index:0; filter:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0); }
.invisible			{ display:none; }

/* NON IE ONLY */
/* on rollover show level 1 & hide everything below */
#ulNav li:hover ul 		{ display:block; }
#ulNav li:hover ul ul 		{ display:none; }
/* on rollover show level 2 */
#ulNav ul li:hover ul 		{ display:block; }


/***********************************************************************************/
