/* remove the bullets, padding and margins from the lists */
.menu ul{
border-top:1px #fff solid;
list-style-type:none;
padding:0;
margin:0;
width:759px;
background:url(../images/nav_bg.jpg) repeat-x left top;
height:32px;
}

/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li {
height:32px;
float:left;
position:relative;
z-index:100;
background:url(../images/nav_bg.jpg) repeat-x left top;
border-right:1px #360747 solid;
border-left:1px #635399 solid;
}

.menu li li {
background:#3c2880;
border-bottom:1px #360747 solid;
border-top:1px #635399 solid;
border-right:none;
}

#home .menu li.home,
#home .menu li.home a:hover,
#locations .menu li.locations,
#locations .menu li.locations a:hover,
#enquiry .menu li.enquiry,
#enquiry .menu li.enquiry a:hover,
#management .menu li.management,
#management .menu li.management a:hover,
#corporate .menu li.corporate,
#corporate .menu li.corporate a:hover,
#testimonials .menu li.testimonials,
#testimonials .menu li.testimonials a:hover,
#search .menu li.search,
#search .menu li.search a:hover {
background:#340540 url(../images/nav_select-trans.png) no-repeat center 2px;
}

#locations ul#locations-list li a:hover,
#management ul#management-list li a:hover,
#search ul#search-list li a:hover {
background-image:none;
background-color:#340540;
}

/* use the table to position the dropdown list */
.menu table {
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
padding:9px 14px 8px 14px;
color:#fff;
text-decoration:none;
text-align:left;
}

.menu a.first {
padding:9px 16px 8px 17px;
}

/* style the links hover */
.menu :hover {
color:#fff;
background:#340540;
}

/* hide the sub level links */
.menu ul ul {
border-top:none;
visibility:hidden;
position:absolute;
width:149px;
height:0;
}

/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}

.menu ul ul#locations-list li {
width:100px;
}

.menu ul ul#management-list li {
width:153px;
}

.menu ul ul#search-list li {
width:132px;
}

.menu ul li.testimonials {
border-right:none;
margin-left: -1px;
}

.menu ul li.scotCountryside {
    height: 50px;
}

