/***********************************************************************************/

/* Nav elements AKA 'Jarrod & Phils Super Ultimate Drop Down Navigation System' */
#divTopNav			{ width:900px; height:34px; background:#8D91C7; }

#ulNav				{ clear:both; margin:0; padding:0; padding-top:11px; }
#ulNav a			{ padding:14px 0; }

/* 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:#433C99; padding:5px 20px; width:130px; text-decoration:none; background-color:#E9E6F0; display:block; }
#ulNav ul a:hover 		{ background-color:#7479BA; color:#FFFFFF; } 

#ulNav ul ul a 			{ background-color:#E9E6F0; }
#ulNav ul ul a:hover 		{ background-color:#7479BA; color:#FFFFFF; } 

/* ulNav.ul.dislay:none - hides everything below level 1 -------left:12px; change------dropdown box positioning*/
#ulNav ul 			{ margin:0; padding:0 0 7px 0; position:absolute; top:24px; left:12px; width:auto; display:none; z-index:99; background-color:#E9E6F0; } 

/* 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 -------padding-left:32px; change------ nav title positioning*/
#ulNav li 			{ margin:0; padding-left:32px; display:block; position:relative; float:left; height:24px; } /* level 0 with images */
#ulNav ul li 			{ display:block; margin:0; padding:0; } 

/* Supports IE selectbox-iframe fix */
#ulNav iframe, #ulNav li.invisible { position:absolute; left:500px; 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; }

/***********************************************************************************/
