/* Top nav */
#topnav {clear:both;width:1000px;height:31px;margin:0;padding:0; background-color: #002647;}
#topnav ul {list-style:none; margin:0; padding:0 0 0 30px;}
#topnav ul li {list-style-type:none; float:left; margin:0; padding:0;}
#topnav ul li span {display:none;}

#topnav ul li.home {display:block; width:101px; height:30px; background: url('/hays/images/css/tn_home.jpg') 0 -30px no-repeat;}
#topnav ul li.about {display:block; width:101px; height:30px; background: url('/hays/images/css/tn_about.jpg') 0 -30px no-repeat;}
#topnav ul li.services {display:block; width:101px; height:30px; background: url('/hays/images/css/tn_services.jpg') 0 -30px no-repeat;}
#topnav ul li.investor {display:block; width:101px; height:30px; background: url('/hays/images/css/tn_investor.jpg') 0 -30px no-repeat;}
#topnav ul li.media {display:block; width:101px; height:30px; background: url('/hays/images/css/tn_media.jpg') 0 -30px no-repeat;}
#topnav ul li.responsibility {display:block; width:101px; height:30px; background: url('/hays/images/css/tn_responsibility.jpg') 0 -30px no-repeat;}
#topnav ul li.contact {display:block; width:101px; height:30px; background: url('/hays/images/css/tn_contact.jpg') 0 -30px no-repeat;}

#topnav ul li a.home {display:block; width:101px; height:30px; background: url('/hays/images/css/tn_home.jpg') 0 0 no-repeat;}
#topnav ul li a.about {display:block; width:101px; height:30px; background: url('/hays/images/css/tn_about.jpg') 0 0 no-repeat;}
#topnav ul li a.services {display:block; width:101px; height:30px; background: url('/hays/images/css/tn_services.jpg') 0 0 no-repeat;}
#topnav ul li a.investor {display:block; width:101px; height:30px; background: url('/hays/images/css/tn_investor.jpg') 0 0 no-repeat;}
#topnav ul li a.media {display:block; width:101px; height:30px; background: url('/hays/images/css/tn_media.jpg') 0 0 no-repeat;}
#topnav ul li a.responsibility {display:block; width:101px; height:30px; background: url('/hays/images/css/tn_responsibility.jpg') 0 0 no-repeat;}
#topnav ul li a.contact {display:block; width:101px; height:30px; background: url('/hays/images/css/tn_contact.jpg') 0 0 no-repeat;}

body#home #topnav ul li a.home,
body#about #topnav ul li a.about, 
body#services #topnav ul li a.services,
body#investor #topnav ul li a.investor,
body#media #topnav ul li a.media,
body#responsibility #topnav ul li a.responsibility,
body#contact #topnav ul li a.contact,
#topnav ul li a:hover {background-image: none;}
