﻿.looser .sub-menu
{
 border-left: solid 1px #d0d0d0;   
 border-right: solid 1px #d0d0d0; 
 border-top: solid 1px #d0d0d0; 
}
/*** ESSENTIAL STYLES ***/
.looser, .looser * {
	margin:			0;
	padding:		0;
	list-style:		none;
	font-size: 10px;
	
}
.looser {
	line-height:	1.0;
}
.looser ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.looser ul li {
	width:			100%;
}
.looser li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.looser li {
	float:			left;
	position:		relative;
}
.looser a {
	display:		block;
	position:		relative;
	padding: 4px;
	color: #344262;
}
.looser li:hover ul,
.looser li.sfHover ul {
	left:			0;
	top:			29px; /* match top ul list item height */
	z-index:		99;
}
ul.looser li:hover li ul,
ul.looser li.sfHover li ul {
	top:			-999em;
}
ul.looser li li:hover ul,
ul.looser li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.looser li li:hover li ul,
ul.looser li li.sfHover li ul {
	top:			-999em;
}
ul.looser li li li:hover ul,
ul.looser li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

ul.looser ul.sub-menu li:hover
{
 background:   url(img/bg_sub_node_hover.png); 
}

ul.looser ul.sub-menu li:hover a
{
    color: #fff;
}

.looser > li > a
{
  padding: 6px 30px 4px 30px;   
  
}

.looser > li
{
 background: url(img/bg_top_node_border.gif) right no-repeat; 
}

.looser a {
	text-decoration:none;
}
.looser a, .looser a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#344262;
}
.looser li {
	/*background:		url(img/bg_top_node.png);*/
	height: 28px;
}
.looser li li {
	background:		url(img/bg_sub_node.png);
	border-bottom:  solid 1px #c3c4c5;
	border-top: solid 1px #ffffff;
	height: 17px;
}
.looser li li li {
	background:		#9AAEDB;
}
.looser li:hover, .looser li.sfHover,
.looser a:focus, .looser a:hover, .looser a:active {
	
	outline:		0;
}

/*** arrows **/
.looser a.sf-with-ul {
	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/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,
a:active > .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 */
.looser ul .sf-sub-indicator { background-position:  -10px 0; }
.looser ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.looser ul a:focus > .sf-sub-indicator,
.looser ul a:hover > .sf-sub-indicator,
.looser ul a:active > .sf-sub-indicator,
.looser ul li:hover > a > .sf-sub-indicator,
.looser ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

