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

#navContainer {
	z-index:100000!important;
	display:block;
	width:913px;
	height:29px;
	background-image: url(/images/navBkgrd.jpg);
	background-repeat: no-repeat;
	/*background-color:#F00;*/
	margin-left:auto;
	margin-right:auto;
	padding-top:8px;
	top:12px;
	margin-bottom:10px;
	position: relative;/*z-index:100;*/
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
	position:relative;
	top:-8px;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			200px /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.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:			2.5em; /* 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:			200px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left:			200px; /* match ul width */
	top:			0;
}
/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	border-top:		1px solid #c6c6c6;
	padding: 		9px 17px;
	text-decoration:none;
	color:#666;
}
.sf-menu a { /* visited pseudo selector so IE6 applies text colour*/
	color:			#666;
}
.sf-menu > li {
	border:none!important;
	background:		none!important;
	font:11px Arial, Helvetica, sans-serif;
}
.sf-menu > li > a {
	border-top:none!important;
	background:		none!important;
	color:#eeeeee;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform:uppercase;
	border-right:1px solid #fff;
	font-weight:bold;
}
.sf-menu > li:last-child > a {
	border-right:none;
}
.sf-menu li li {
	background:url(/images/nav-bkgd.gif) repeat-y;
	background: -moz-linear-gradient(100% 100% 180deg, #fff, #eeedeb );
	background: -webkit-gradient(linear, left top, right top,  color-stop(0, #eeedeb),  color-stop(1, #fff));
}
.sf-menu li li li {
	background:url(/images/nav-bkgd.gif) repeat-y;
	background: -moz-linear-gradient(100% 100% 180deg, #fff, #eeedeb );
	background: -webkit-gradient(linear, left top, right top,  color-stop(0, #eeedeb),  color-stop(1, #fff));
	border-left:1px solid #c6c6c6;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#f6f6f6;
	color:#faa051;
	outline:		0;
}
.sf-menu > li > a:hover, .sf-menu > li:hover > a {
	background:		#e9e9e6!important;
	color:#666!important;
	-webkit-top-right-border-radius: 5px;
	-webkit-top-left-border-radius: 5px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	position:relative;
	behavior: url(/htc/PIE.php);
}
.sf-menu > li > a:hover {
	color:#faa051!important;
}
.sf-menu a.contact {
	line-height:15px;
}
.sf-menu a.contact:hover {
	cursor:default;
	color:#666;
}
.sf-menu a.contact {
	color:#666!important;
}
.sf-menu a.contact .orange {
	color:	#faa05!important;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	23px;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('/images/arrow.png') no-repeat; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
	background:		url('/images/arrow-hover.png') no-repeat; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
	background: url('/images/arrow-right.png') no-repeat
}
.sf-menu ul a > .sf-sub-indicator {
	background-position:  0 0;
}
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator 
{
background: url('/images/arrow-right.png') no-repeat
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	-webkit-box-shadow: rgba(167, 166, 153, 0.65) 1px 4px 4px;
	-moz-box-shadow: rgba(167, 166, 153, 0.65) 1px 4px 4px;
	box-shadow: #6c5a2c 1px 4px 4px;
	behavior: url(/htc/PIE.php);
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass {
	position: absolute;
	top: 12px;
	right: 7px;
}
.rightarrowclass {
	position: absolute;
	top: 6px;
	right: 5px;
}
/***** QUICK LAUNCH NAV *****/

#quickLaunch ul {
	margin:0;
	padding:0;
	padding-top:10px;
}
#quickLaunch li {
	list-style-type:none;
	display:inline;
	margin-left:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}
#quickLaunch li a:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	text-decoration:none;
}
#quickLaunch li a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	text-decoration:none;
}
#quickLaunch li a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	text-decoration:none;
	border-top-color:#01245c;
	border-top-style:solid;
	border-top-width:2px;
	/*border-top: 2px solid #01245c;*/
	padding-top:3px;
	color:#01245c;
}
#quickLaunch li a:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	text-decoration:none;
}

