div#nav-wrap {
    height: 26px;
    width: 720px;
; clip:   rect(   )
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.0;
	font-family: Tahoma;
	font-size: 12px;
}

#nav a {
	display: block;
	color: #FFF;
}

#nav li { /* all list items */
    float: left;
    position: relative;
}

#nav li ul{
    width: 120px;
}

#nav li ul { /* second-level lists */
	position: absolute;
    top: 26px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background: #ed1b24;
	font-size: 11px;
	z-index: 100;
; clip:    rect(   )
}

#nav li ul ul { /* third-and-above-level lists */
	margin-left: 120px;
    top: -1px;
	background: #ed1b24;
}

#nav li li {
    text-indent: 10px;
	border-top: 1px solid #FFF;
}

#nav li:hover ul ul,
#nav li.hover ul ul {
	left: -999em;
}

#nav li:hover ul,
#nav li li:hover ul,
#nav li.hover ul,
#nav li li.hover ul { /* lists nested under hovered list items */
	left: 0px;
}

#nav li a {
	float: left;
    height: 26px;
	width: 120px;
	text-align: left;
	text-indent: -999em;
	background-repeat: no-repeat;
	background-position: 0 -26px;
	padding: 0 0;
	text-decoration: none;
; clip:    rect(   )
}

#nav li ul a {
    float: none;
    display: block;
    text-align: left;
    text-indent: 10px;
	height: 100%;
	width: 100%;
	padding: 5px 0;
}

#nav li ul a:hover {
	background: #004070;
	font-weight: bold;
	text-indent: 15px;
}

#nav a:hover {
	background-position: 0 0;
}

#nav a#nav-btn-1 {
	background-image: url(../style/images/btn_home.gif);
}

#nav a#nav-btn-2 {
	background-image: url(../style/images/btn_about.gif);
}

#nav a#nav-btn-3 {
	background-image: url(../style/images/btn_membership.gif);
}


#nav li li  { 
    width: 120px;
; clip:  rect(   )
 } #nav a#nav-btn-4 { background-image: url(../style/images/btn_events.gif); }
#nav a#nav-btn-5 { background-image: url(../style/images/btn_scottish.gif); }
#nav a#nav-btn-6 { background-image: url(../style/images/btn_news.gif); }
