/* ================================================================ 
This copyright notice must be untouched at all times.
Copyright (c) 2008 Stu Nicholls - stunicholls.com - all rights reserved.
=================================================================== */
/* <![CDATA[ */
$(document).ready(function(){




var browserName=navigator.appName; 

 if (browserName=="Microsoft Internet Explorer")
 {
					  
					$("#dropline li.current").children("ul")	.css("left", "0px")
													.show();							
					$("#dropline li.current").children(":first-child").css("color", "#da1f26")
					
					
					$("#dropline li").hover(function(){
						if(this.className.indexOf("current") == -1)  {
							getCurrent = $(this).parent().children("li.current:eq(0)");
							if(this.className.indexOf("top") != -1)  {
								$(this).children("a:eq(0)").css("color","#DA1F26");
							}
							else {
								$(this).children("a:eq(0)").css("color","#DA1F26");
							}
							if (getCurrent = 1 ) {
								$(this).parent().children("li.current:eq(0)").children("ul").hide();;
							}
							
							
							
						$(this).children("ul:eq(0)").css("left", "0px")
													.show();
													
													
													
													
						}
					},function(){
						if(this.className.indexOf("current") == -1)  {
							getCurrent = $(this).parent().children("li.current:eq(0)");
							if(this.className.indexOf("top") != -1) {
								$(this).children("a:eq(0)").css("color","#7ec413");
							}
							else {
								$(this).children("a:eq(0)").css("color","#7ec413");
							}
							if (getCurrent = 1 ) {
								
								
								
								$(this).parent().children("li.current:eq(0)").children("ul").show();;
								
								
								
								
							}
					$(this).children("ul:eq(0)").css("left", "-99999px")
												.hide();
						}
					});
					



 }
 else
  {
     
					 
					
					
					$("#dropline li.current").children("ul")	.css("left", "0px")
													.show("fast");							
					$("#dropline li.current").children(":first-child").css("color", "#da1f26")
					
					
					$("#dropline li").hover(function(){
						if(this.className.indexOf("current") == -1)  {
							getCurrent = $(this).parent().children("li.current:eq(0)");
							if(this.className.indexOf("top") != -1)  {
								$(this).children("a:eq(0)").css("color","#DA1F26");
							}
							else {
								$(this).children("a:eq(0)").css("color","#DA1F26");
							}
							if (getCurrent = 1 ) {
								$(this).parent().children("li.current:eq(0)").children("ul").hide();;
							}
							
							
							
						$(this).children("ul:eq(0)").css("left", "0px")
													.show("fast");
													
													
													
													
						}
					},function(){
						if(this.className.indexOf("current") == -1)  {
							getCurrent = $(this).parent().children("li.current:eq(0)");
							if(this.className.indexOf("top") != -1) {
								$(this).children("a:eq(0)").css("color","#7ec413");
							}
							else {
								$(this).children("a:eq(0)").css("color","#7ec413");
							}
							if (getCurrent = 1 ) {
								
								
								
								$(this).parent().children("li.current:eq(0)").children("ul").show("fast");;
								
								
								
								
							}
					$(this).children("ul:eq(0)").css("left", "-99999px")
												.hide();
						}
					});





  }





});
/* ]]> */

