/* ================================================================ 
This copyright notice must be untouched at all times.
Copyright (c) 2008 Stu Nicholls - stunicholls.com - all rights reserved.
=================================================================== */
/* <![CDATA[ */
$(document).ready(function(){
	if (document.all && !window.XMLHttpRequest) { //detect IE6 or less, don't execute if IE6 or less
	}
	else{

		$("#dropline li").hover(function(){
			if(this.className.indexOf("current") == -1)  {
				getCurrent = $(this).parent().children("li.current:eq(0)");
				if (getCurrent = 1 ) {
					$(this).parent().children("li.current:eq(0)").children("ul").hide();;
				}
			$(this).children("ul:eq(0)").css("left", "130px")
										.show();
			}
		},function(){
			if(this.className.indexOf("current") == -1)  {
				getCurrent = $(this).parent().children("li.current:eq(0)");
				if (getCurrent = 1 ) {
					$(this).parent().children("li.current:eq(0)").children("ul").show();;
				}
		$(this).children("ul:eq(0)").css("left", "-99999px")
									.hide();
			}
		});

	}
});
/* ]]> */


