/*** ESSENTIAL STYLES ***/
#nav { padding: 10px 0 0 0; }
#nav ul.navigation, #nav ul.navigation * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
#nav ul.navigation {
	line-height:	1.25;
}
#nav ul.navigation ul {
	position:		absolute;
	top:			-999em;
	width: 10em;  /*left offset of submenus need to match (see below) */
}
#nav ul.navigation ul li { width: 100%; }
#nav ul.navigation li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#nav ul.navigation li {
	float: left;
	position: relative;
}
#nav ul.navigation a {
	display:		block;
	position:		relative;
}
#nav ul.navigation li:hover ul,
#nav ul.navigation li.sfHover ul {
	left:			0;
	top:			2.6em; /* match top ul list item height */
	z-index:		99;
}
#nav ul.navigation li:hover li ul,
#nav ul.navigation li.sfHover li ul {
	top:			-999em;
}
#nav ul.navigation li li:hover ul,
#nav ul.navigation li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
#nav ul.navigation li li:hover li ul,
#nav ul.navigation li li.sfHover li ul {
	top:			-999em;
}
#nav ul.navigation li li li:hover ul,
#nav ul.navigation li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
#nav ul.navigation {
	float:			left;
	margin-bottom:	1em;
	width: 100%;
}
#nav ul.navigation a {
	border-left:	1px solid #b2b2b2;
	border-top:		2px solid #637ab5;
	border-bottom:		2px solid #637ab5;
	padding: 		/*.75em 1.90em*/ 8px 22px;
	text-decoration:none;
	text-transform: uppercase;
	font-size: 11px;
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
}

#nav ul.navigation a { padding /*\**/: 8px 20px\9 }


#nav ul.navigation a, #nav ul.navigation a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#00225c;
}

#nav ul.navigation li {
	background:	url('/_/themes/safefreight/images/nav-tile.gif') 0 0 repeat-x; height: 33px; padding: 0; float: left !important;
}

#nav ul.navigation li li {
	background:		#23389b;
	-khtml-opacity:.95; -moz-opacity:.95; -ms-filter:'alpha(opacity=95)'; filter:alpha(opacity=95); opacity:.95;
}
#nav ul.navigation li li a, #nav ul.navigation li li li a { color: #ececec !important; }
#nav ul.navigation li li a:hover, #nav ul.navigation li li li a:hover { color: #23389b !important; }

#nav ul.navigation li li li {
	background:	 #23389b;
}


#nav ul.navigation li:hover, #nav ul.navigation li.sfHover,
#nav ul.navigation a:focus, #nav ul.navigation a:hover  {
	background:		#ddd;
	outline: 0;
	text-decoration: none;
	color: #1d75a1;
	z-index: 1;
}

#nav ul.navigation li.active a {
	background:		#23389b;
	outline:		0;
	text-decoration: none;
	color: #ececec;
}

#nav ul.navigation li.active a:hover { color: #23389b; background: #ddd; }
#nav ul.navigation li.active a:hover ul { background: #e3e3e3; color: #fff; }

/*** arrows **/
#nav ul.navigation a.sf-with-ul {
	padding-right: 	2.20em/*20px;*/
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.55em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('/_/themes/safefreight/images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
li.active a > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
#nav ul.navigation ul .sf-sub-indicator { background-position:  -10px 0; }
#nav ul.navigation ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
#nav ul.navigation ul a:focus > .sf-sub-indicator,
#nav ul.navigation ul a:hover > .sf-sub-indicator,
#nav ul.navigation ul li.active a > .sf-sub-indicator,
#nav ul.navigation ul li:hover > a > .sf-sub-indicator,
#nav ul.navigation ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}