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

/*** DEMO SKIN ***/
#content #topnav {
	text-transform: uppercase;
	text-align: center;
}
#content #topnav a {
	padding:10px 0 7px 0;
	height:16px;
	text-decoration:none;
	width:111px;
	margin-right:2px;
}
#content #topnav ul a {
	width:15em;
	width:111px;
	margin-right:0;
	padding:8px 0;
	height:auto;
}
#content #topnav a, 
#content #topnav a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:#fff;
}
#content #topnav li {
	background:none;
	padding:0;
}
#content #topnav li li {
}
#content #topnav li li li {
}
#content #topnav li:hover, 
#content #topnav li.sfHover,
#content #topnav a:focus, 
#content #topnav a:hover, 
#content #topnav a:active {
	outline:		0;
}
ul#topnav #nav1 a {
	background:#676767 url("/assets/templates/cla/graphics/bg_n_whatwedo.jpg") 0 0  repeat-x;	
}
ul#topnav #nav1 li a {
	background:#676767;	
}
ul#topnav #nav2 a {
	background:#0a2b7c url("/assets/templates/cla/graphics/bg_n_charities.jpg") 0 0  repeat-x;	
}
ul#topnav #nav2 li a {
	background:#0a2b7c;	
}
ul#topnav #nav3 a {
	background:#4a609c url("/assets/templates/cla/graphics/bg_n_team.jpg") 0 0  repeat-x;	
}
ul#topnav #nav3 li a {
	background:#4a609c;	
}
ul#topnav #nav4 a {
	background:#785398 url("/assets/templates/cla/graphics/bg_n_testimonials.jpg") 0 0 repeat-x;	
}
ul#topnav #nav4 li a {
	background:#785398;	
}
ul#topnav #nav5 a {
	background:#9a9a9a url("/assets/templates/cla/graphics/bg_n_gallery.jpg") 0 0  repeat-x;
	margin-right:0;
}
ul#topnav #nav5 li a {
	background:#9a9a9a;
	margin-right:0;
}
ul#topnav a:hover {
	color:#fff;
	text-decoration:none;
	}
ul#topnav #nav1 a:hover {
	background:url("/assets/templates/cla/graphics/n_whatwedo_h.jpg") 0 0 no-repeat;	
	background:#5b595a;	
}
ul#topnav #nav2 a:hover {
	background:url("/assets/templates/cla/graphics/n_charities_h.jpg") 0 0 no-repeat;	
	background:#0c296f;	
}
ul#topnav #nav3 a:hover {
	background:url("/assets/templates/cla/graphics/n_team_h.jpg") 0 0 no-repeat;	
	background:#3d5291;	
}
ul#topnav #nav4 a:hover {
	background:url("/assets/templates/cla/graphics/n_testimonials_h.jpg") 0 0 repeat-x;	
	background:#684388;	
}
ul#topnav #nav5 a:hover {
	background:url("/assets/templates/cla/graphics/n_gallery_h.jpg") 0 0 no-repeat;	
	background:#8e8e8e;	
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url(../graphics/shadow.png) no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
