﻿

body {
   behavior:url("csshover3.htc"); /*ie6 hover bug for css rollovers 30-04-2010 john robb*/
}



a {
outline:none;
}




ul#top-nav {
margin:0px;/* fix ie6 bug space around element*/
padding:0px;
list-style:none;
width:900px;
height:40px;
}

ul#top-nav li {
float:left;
}

ul#top-nav li a.business {
display:block;
width:475px;
height:37px;
background: url("top-nav-images/top-menu_01.gif") no-repeat 0 -37px;
text-indent: -9999px;
}

ul#top-nav li a.business:hover {
background-position: 0 0px;
}


ul#top-nav li a.leisure {
display:block;
width:117px;
height:37px;
background: url("top-nav-images/top-menu_02.gif") no-repeat 0px -37px;
text-indent: -9999px;
}

ul#top-nav li a.leisure:hover {
background-position: 0 0px;
}

ul#top-nav li a.conferencing {
display:block;
width:154px;
height:37px;
background: url("top-nav-images/top-menu_03.gif") no-repeat 0 -37px;
text-indent: -9999px;
}

ul#top-nav li a.conferencing:hover {
background-position: 0 0px;
}

ul#top-nav li a.weddings {
display:block;
width:154px;
height:37px;
background: url('top-nav-images/top-menu_04.gif') no-repeat 0 -37px;
text-indent: -9999px;
}

ul#top-nav li a.weddings:hover {
background-position: 0 0px;
}


