/*sos menu only - START*/

/*sos - this container holds the menu bar - not always necessary to use the related div, but has fixed the occassional layout issue for me*/
.navbarwrapper {
	height: 25px;
	width: 726px;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
/*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 - stupid isn't it.*/
#nav, #nav ul {
	list-style: none;
	height: 20px;
	width: auto;
	line-height: 20px;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

/*sos - set font styles + sizes for dropdowns & top level nav, set background colour for nav buttons & dropdown */
#nav a {
	width: 125px;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	display: block;
	text-align: left;
	text-indent: 9px;
	padding: 0px;
	line-height: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -4px;
}


/*sos - set position of arrow for multi-level menu items*/
#nav a.daddy {
	background: url(/img/rightarrow2.gif) no-repeat right center;
	width: 154px;
	margin: 0px;
}
/*sos - set borders, bg colours for toplevel & dropdown menu items*/
#nav li {
	float: left;
	background-image: url(images/nav-bg-1.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 1px;
	position: relative;
	z-index: 999;
}
/*sos - set width of dropdown here*/
#nav li ul {
	left: -2999em;
	height: 25px;
	width: 125px;
	w\idth: 125px;
	z-index: 2;
	text-indent: 9px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	}
/*#nav li .cover {
	background-image: url(images/m1-cc-nav-bg.png);
	width: 121px;
	height: auto;
	/* filter:alpha(opacity=75); <-- use this only as a last ditch effort to fix ie6+ browsers, stupid junk that they are*/ 
	/*background-repeat: repeat;
	margin-left: -3px;
	background-position: center top;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 4px;
	display: inline-block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	z-index: auto;


#containerALL #container #headercontainer .headercontent .navbarwrapper #nav .cover {
	background-image: url(images/m1-cc-nav-bg.png);
	background-repeat: repeat;
	height: auto;
	width: 122px;
	margin: 0px;
	display: block;
	padding-right: 2px;
	padding-left: 2px;
}
*/	
.ie #nav .coverIE {
	background-image: url(images/m1-cc-nav-bg.png);
	width: 121px;
	height: auto;
	/* filter:alpha(opacity=75); <-- use this only as a last ditch effort to fix ie6+ browsers, stupid junk that they are*/ 
	background-repeat: repeat;
	margin-left: -3px;
	background-position: center top;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 4px;
	display: inline-block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	z-index: auto;
	
}
.opera #nav .coverIE {
	background-image: url(images/m1-cc-nav-bg.png);
	width: 121px;
	height: auto;
	/* filter:alpha(opacity=75); <-- use this only as a last ditch effort to fix ie6+ browsers, stupid junk that they are*/ 
	background-repeat: repeat;
	margin-left: -3px;
	background-position: center top;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 4px;
	display: inline-block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	z-index: auto;
	
}
.ff3 #nav .coverIE {
	background-image: url(images/m1-cc-nav-bg.png);
	width: 121px;
	height: auto;
	/* filter:alpha(opacity=75); <-- use this only as a last ditch effort to fix ie6+ browsers, stupid junk that they are*/ 
	background-repeat: repeat;
	margin-left: -3px;
	background-position: center top;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 4px;
	display: inline-block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	z-index: auto;
	
}
.ff2 #nav .coverFF {
	background-image: url(images/m1-cc-nav-bg.png);
	width: 121px;
	height: auto;
	/* filter:alpha(opacity=75); <-- use this only as a last ditch effort to fix ie6+ browsers, stupid junk that they are*/ 
	background-repeat: repeat;
	margin-left: -3px;
	background-position: center top;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 4px;
	display: inline-block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	z-index: auto;
	
}
.safari #nav .coverFF {
	background-image: url(images/m1-cc-nav-bg.png);
	width: 121px;
	height: auto;
	/* filter:alpha(opacity=75); <-- use this only as a last ditch effort to fix ie6+ browsers, stupid junk that they are*/ 
	background-repeat: repeat;
	margin-left: -3px;
	background-position: center top;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 4px;
	display: inline-block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	z-index: auto;
	
}

/*
#nav .cover {
	background-image: url(images/m1-cc-nav-bg.png);
	width: 124px;
	height: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -4px;
	/* filter:alpha(opacity=75); */
	background-repeat: repeat;
	z-index: 2;
	
/*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*/
#nav li li {
	position: relative;
	z-index: 999;
	height: auto;

}
/*sos - set width of dropdown rollover highlighting state here. 
this should match the width of the dropdown set 2 class above - making it shorter has an odd result*/
#nav li ul a {
	width: 115px;
	w\idth: 125px;
	display: block;
	color: #000000;
	height: 25px;
}
/*sos - set width of first level dropdown and vertical position of second level dropdown*/
#nav li ul ul {
	background-image: url(images/m1-cc-nav-bg.png);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;

}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -2999em;
	background-color: #000000;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
/*sos - set rollover colour or image here*/
#nav li:hover, #nav li.sfhover {
	color: #0033FF;
	background-image: url(images/nav-bg-2.gif);
}

/*sos  - fix for probs in IE7 only*/
#menu li:hover, #menu li.hover {
	position: static;
}

