/* last updated by david 26/10/2009 */

#nav {
	clear: both;
	background: url(/assets/images/bg.menu.red.gif) repeat-x left 32px;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu {
	line-height: 1.0;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width: 927px;
}
.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float: left;
	position: relative;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 0;
	top: 32px; /* match top ul list item height */
	z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}


/*** SKIN ***/
.sf-menu a {
	text-decoration: none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #fff;
}

.sf-menu li ul li a {
	height: 23px;
	line-height: 23px;
	margin: auto 45px;
}

/*** adding the class sf-navbar in addition to sf-menu creates an all-horizontal nav-bar menu ***/
.sf-navbar {
	height: 29px;
	width: 927px;
	padding-bottom:	26px;
	position: relative;
}
.sf-navbar li {
	background: transparent;
	position: static;
}
.sf-navbar a {
	border-top: none;
}
.sf-navbar li ul {
	width: 927px; /*IE6 soils itself without this*/
	height: 23px;
	background: #58585a;
}
.sf-navbar li li {
	position: relative;
}
.sf-navbar ul li {
	width: auto;
	float: left;
}
.sf-navbar a, .sf-navbar a:visited {
	border: none;
}
.sf-navbar ul li:hover,
.sf-navbar ul li.sfHover,
ul.sf-navbar ul li:hover li,
ul.sf-navbar ul li.sfHover li,
.sf-navbar ul a:focus, .sf-navbar ul a:hover, .sf-navbar ul a:active {
	background: #58585a;
}
ul.sf-navbar .current ul,
ul.sf-navbar ul li:hover ul,
ul.sf-navbar ul li.sfHover ul {
	left: 0;
	top: 32px; /* match top ul list item height */
}
ul.sf-navbar .current ul ul {
	top: -999em;
}


.sf-navbar li ul li a:focus, .sf-navbar li ul li a:hover, .sf-navbar li ul li a.current {
	color: #b4b4b4;
}

a#menu_100 {
	margin-left: 337px;
}

/* replace nav 1 links with images */
a#menu_100, a#menu_103, a#menu_104, a#menu_102 {
	padding: 29px 0 0 0;
	overflow: hidden;
	height: 0px !important; /* for most browsers */
	height /**/: 29px; /* for IE5.5's bad box model */
	width /**/: 143px; /* to stop IE5.5 clipping image at text edge */
}

a#menu_100, a#menu_103, a#menu_104 {
	margin-right: 6px;
}

a#menu_100 {
	background: transparent url(/assets/images/nav.home.gif) no-repeat center top;
}
a#menu_100:focus, #menu_100:hover, #menu_100.current {
	background: transparent url(/assets/images/nav.home.on.gif) no-repeat center top;
}

a#menu_103 {
	background: transparent url(/assets/images/nav.about.gif) no-repeat center top;
}
a#menu_103:focus, #menu_103:hover, #menu_103.current {
	background: transparent url(/assets/images/nav.about.on.gif) no-repeat center top;
}

a#menu_104 {
	background: transparent url(/assets/images/nav.news.gif) no-repeat center top;
}
a#menu_104:focus, #menu_104:hover, #menu_104.current {
	background: transparent url(/assets/images/nav.news.on.gif) no-repeat center top;
}

a#menu_102 {
	background: transparent url(/assets/images/nav.contact.gif) no-repeat center top;
}
a#menu_102:focus, #menu_102:hover, #menu_102.current {
	background: transparent url(/assets/images/nav.contact.on.gif) no-repeat center top;
}

