<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Main nav */

#nav {
	width: 980px;
	font-size: 80%;
	line-height: 1.0;
	margin: 0 auto;
	/*background-image: url(../images/generic/gradient.png);*/
}
#nav li {
	float: left;
	list-style-type: none;
}
#nav ul {
	margin: 0;
	padding: 0 0 0 5px;
	background: #333 url(../images/generic/RECOLOUR_nav_grad.png) repeat-x bottom; /***** color *****/
}
#nav a {
	color: #fff; /***** color *****/
	padding: 8px 15px 10px 15px;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
#nav strong {
	color: #666;  /***** color *****/
}
#nav a:hover, #nav a:active, #nav a:focus, #nav a.current, #nav a:hover.current {
	color: #999;  /***** color *****/
}
#nav a:hover, #nav a:focus {
	/*text-decoration: underline;*/
}
#nav a.current { cursor: default; font-weight: bold; text-decoration: none; }

#nav .nav_clear {
	width: 980px;
	height: 2px;
	background-image: url(../images/generic/RECOLOUR_nav-foot.png);
	overflow: hidden;
	font-size: 1%;
	clear: both;
}

#nav .layout_clear {
	float: none;
}


/* Slider */

#slider {
	width: 980px;
	height: 40px;
	background: url(../images/generic/slider-nav.png) no-repeat left top;
	font-size: 1%;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	margin: 0 auto;
}
#slider ul {
	margin-left: 420px;
}
ul#slider_nav li {
	background: url(../images/generic/slider-button.png) no-repeat;
	display: block;
	float: left;
	width: 18px;
	height: 18px;
	list-style: none;
	margin: 10px 15px 0 15px;
	display: inline;
}
ul#slide_nav li#button_selected {
	background-position: bottom;
}
#slide_nav li:hover  {
	cursor: pointer;
	z-index: 5000;
}


/* Side Nav */

#sidenav {
	width: 140px;
	margin: 0 20px 0 0;
	display: inline;
	float: left;
	font-size: 78%;
	text-align: left;
	padding: 0 0 100px 0;
}
#sidenav ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sidenav ul ul {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style-type: none;
	border-top: none;
}
#sidenav li { margin: 0; }

#sidenav li a.depth_2, #sidenav li a.depth_1 {
	margin: 10px 0 0 0;
	padding: 0 0 0 5px;
	background-image: url(../images/generic/box-tl.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#sidenav li a.depth_2 span, #sidenav li a.depth_1 span {
	display: block;
	font-size: 110%;
	font-weight: bold;
	padding: 10px 12px 8px 5px;
	letter-spacing: 0;
	margin: 10px 0 0 0;
	color: #FFFFFF;
	background-image: url(../images/generic/box-tr.png);
	background-position: top right;
	background-repeat: no-repeat;
}

#sidenav a {
	border-bottom: 1px solid #ccc;
	color: #333; /***** color *****/
	display: block;
	margin: 0;
	padding: 8px 15px 8px 10px;
	text-decoration: none;
}

#sidenav .depth_4 a {
	padding-left: 20px;
}


#sidenav li.depth_3 a:hover, #sidenav li.depth_3 a:focus, #sidenav li.depth_3 a.selected {
	background: #eaeaea; /***** color *****/
	/*text-decoration: underline;
	font-weight: bold;*/
}
#sidenav li a.current {
	cursor: default;
	/*font-weight: bold;*/
	color: #000; /***** color *****/
}

#sidenav a strong { color: #000; } /***** color *****/

#sidenav a:hover strong,
#sidenav a:focus strong {
	color: #000; /***** color *****/
}
</pre></body></html>