


$(document).ready(function(){

$(".TemplateLeft ul li").not(".shopALL").mouseover( function(){ 


$(this).css({background:"url(images/TemplateLeftLIBG2.jpg)"});

$(this).find("a").css({color:"#E0EBFA"});


})

//====

$(".TemplateLeft ul li").not(".shopALL").mouseout( function(){ 

$(this).css({background:"url(images/TemplateLeftLIBG.jpg)"});
$(this).find("a").css({color:"#0F359B"});

})



$(".TemplateLeft ul li.shopALL").mouseover( function(){ 


$(this).css({background:"url(images/TemplateLeftLIBG2.jpg)"});

$(this).find("a").css({color:"Balck"});


})

$(".TemplateLeft ul li.shopALL").mouseout( function(){ 

$(this).css({background:"url(images/TemplateLeftLIBG.jpg)"});
$(this).find("a").css({color:"Balck"});

})




})




$(document).ready(function(){

$("select.brandSelect").change(function(){

var targeturl = $("select.brandSelect").val();

self.location=targeturl;

})


})


$(document).ready(function(){

$(".hovertable").mouseover(function(){

$(this).css("border","solid 1px #E1E1E1");

})

$(".hovertable").mouseout(function(){

$(this).css("border","solid 1px #F8F8F8");

})



})



$(document).ready(function(){

$(".customerService").mouseover(function(){

$(".hiddenUL").css("display","block");

})

$(".customerService").mouseout(function(){

$(".hiddenUL").css("display","none");

})

})

$(document).ready( function(){

$(".hiddenUL li").mouseover( function(){

$(this).css("background","#9EACD9");

$(this).find("a").css("color","#EBEEF7");

})


$(".hiddenUL li").mouseout( function(){

$(this).css("background","white");

$(this).find("a").css("color","#11329A");

})



})


$(document).ready( function (){

$(".Newsletterinput").focus(function(){

$(this).css({color:"black"});

$(this).attr("value","");

})

})


$(document).ready( function (){

$("#searchBox").focus(function(){

$(this).css({color:"black"});

$(this).attr("value","");

})

})


$(document).ready( function (){

$(".TopLinkMenu a.menuH").find("img").mouseover( function(){ $(this).attr({src:"images/H2.jpg"})}).mouseout( function(){ $(this).attr({src:"images/H1.jpg"})});

$(".TopLinkMenu a.menuA").find("img").mouseover( function(){ $(this).attr({src:"images/A2.jpg"})}).mouseout( function(){ $(this).attr({src:"images/A1.jpg"})});

$(".TopLinkMenu a.menuO").find("img").mouseover( function(){ $(this).attr({src:"images/O2.jpg"})}).mouseout( function(){ $(this).attr({src:"images/O1.jpg"})});

$(".TopLinkMenu a.menuR").find("img").mouseover( function(){ $(this).attr({src:"images/R2.jpg"})}).mouseout( function(){ $(this).attr({src:"images/R1.jpg"})});

$(".TopLinkMenu a.menuS").find("img").mouseover( function(){ $(this).attr({src:"images/S2.jpg"})}).mouseout( function(){ $(this).attr({src:"images/S1.jpg"})});

$(".TopLinkMenu a.menuM").find("img").mouseover( function(){ $(this).attr({src:"images/M2.jpg"})}).mouseout( function(){ $(this).attr({src:"images/M1.jpg"})});

$(".customerService").find("img").mouseover( function(){ $(this).attr({src:"images/C2.jpg"})}).mouseout( function(){ $(this).attr({src:"images/C1.jpg"})});



})


