@charset "utf-8";
/* CSS Document */

/*sos menu only - START*/

/*sos - container for the menu bar*/

.navbarwrapper {
	margin-left: 10px;
	height: 35px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-repeat: repeat;
	background-position: left top;
	margin-bottom: 0px;
	margin-top: 63px;
	float: left;
	border-bottom-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: auto;
}

/*sos - changing the width here will control whether dreamweaver will properly display the top level menu on 1 line or multiple lines, even though it will render inbrowser fine regardless anyway, making this just a design-level nitpick.*/
#nav2, #nav2 ul {
	list-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	width: 910px;
	height: 20px;
	position: relative;
	float: left;
	padding: 0px;
	margin: 0px;
}
.navBGleft {
	float: left;
	padding: 0px;
	margin-left: 0px;
	margin-top: 1px;
}
.navBGright {
	float: right;
	padding: 0px;
	margin-top: 1px;
	margin-right: 0px;
}

/*sos - set font styles + sizes for dropdowns & top level nav, set background colour for nav buttons & dropdown */
#nav2 a {
	display: block;
	color: #FFF;
	text-decoration: none;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	width: 105px;
	margin: 0px;
	text-align: center;
	border-top-color: #2F2B27;
	border-right-color: #2F2B27;
	border-bottom-color: #2F2B27;
	border-left-color: #2F2B27;
	text-transform: capitalize;
	float: left;
	line-height: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center top;
}
.navpadding {
	display: inline;
	margin: 0px;
	padding: 0px 2px 0px 0px;
	text-decoration: none;
	height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 35px;
	color: #2F4B6B;
}
#nav2 a:hover {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #7B5E53;
}

/*sos - set position of arrow for multi-level menu items*/
#nav2 a.daddy {
	background: url(images/rightarrow2.gif) no-repeat right center;
	width: 154px;
	margin: 0px;
}
/*sos - set borders, bg colours for toplevel & dropdown menu items*/
#nav2 li {
	height: 20px;
	display: block;
	position: relative;
	width: auto;
	margin: 0px;
	line-height: 35px;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 1px;
}
/*sos - set width of dropdown here*/
#nav2 li ul {
	position: absolute;
	left: -1999em;
	height: 20px;
	width: 160px;
	w\idth: 160px;
	font-weight: normal;
	text-indent: 5px;
	text-align: left;
	z-index: 1;
	margin-top: 0px;
	margin-right: -1px;
	margin-bottom: 0px;
	margin-left: 0px;

}
/*sos - set padding of arrow (affects underlines though, so use cautiously if you notice underlines do not extend the full width of the dropdowns - mainly visible in Opera and Firefox), borders, width of dropdowns, width of highlight & bg colour for items without a submenu*/
#nav2 li li {
	margin: 0px 0px 0em;
	padding: 0px;
	background-image: url(images/cl-head-bg-2.png);
	background-repeat: repeat;
}
/*sos - set width of dropdown rollover highlighting state here. 
Original values were width: 13em(208px) and w\idth: 9em (144px)*/
#nav2 li ul a {
	width: 160px;
	w\idth: 125px;
	margin: 0px;
	padding: 0px;
	height: 20px;
}
/*sos - set width of first level dropdown and vertical position of second level dropdown*/
#nav2 li ul ul {
	padding: 0px;
	width: 160px;
	margin-top: -35px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 149px;
}

#nav2 li:hover ul ul, #nav2 li:hover ul ul ul, #nav2 li.sfhover ul ul, #nav2 li.sfhover ul ul ul {
	left: -1999em;
}

#nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li li li:hover ul, #nav2 li.sfhover ul, #nav2 li li.sfhover ul, #nav2 li li li.sfhover ul {
	left: auto;
	background: repeat;
}

/*sos - set rollover colour or image here*/

#nav2 li:hover, #nav2 li.sfhover {
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat;
}

/*sos  - fix for probs in IE7 only*/

#menu li:hover, #menu li.hover {
	position: static;
}
/*sos menu only - END*/

/*these highlight the current active page, keeping the active tab coloured*/
ul.active a.active
{
	color: #FFF;
	margin: 0px;
	height: 20px;
	background-color: #523E37;
	padding: 0px;
}

