@charset "utf-8";

/* Problem with superfish menu over flash content. Set higher z-index on menu container och lower z-index on flash container. eg. (.header {z-index:2} .content {z-index:1} http://webdemar.com/webdesign/superfish-jquery-menu-ie-z-index-bug/ */


/*** ESSENTIAL STYLES ***/
div#containerNavigation ul * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
div#containerNavigation ul {
	list-style:		none;
	padding:0 5px 0 0;
	margin:0;
	float:left;
	background:url(/templates/ClearSign/_sysImages/bgNavMainRight.gif) right top no-repeat;
}
div#containerNavigation ul ul {
	position:		absolute;
	top:			-999em;
	width:			160px; /*10em; /* left offset of submenus need to match (see below) */
	padding:0;
	display:inline;
	background:none;
	/*padding:0 0 5px;
	background:url(/templates/ClearSign/_sysImages/bgNavMainBottom.gif) left bottom no-repeat;*/
}
div#containerNavigation ul ul li {
	width:			100%;
}
div#containerNavigation ul li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
div#containerNavigation ul li {
	float:			left;
	position:		relative;
	padding:0 0 0 3px;
	background:#425981 url(/templates/ClearSign/_sysImages/navMainDivider.gif) left top repeat-y;
}
div#containerNavigation ul li:first-child {
	padding:0;
	background:#425981;
}
div#containerNavigation ul a {
	display:		block;
	position:		relative;
	padding:4px 8px 5px;
	white-space:nowrap;
	background:#425981;
}
div#containerNavigation ul img {
	margin:-1px 3px -4px 0;
}
div#containerNavigation ul li:hover ul,
div#containerNavigation ul li.sfHover ul {
	left:			2px;
	top:			26px; /*2.5em; /* match top ul list item height */
	z-index:		99;
}
div#containerNavigation ul li:hover li ul,
div#containerNavigation ul li.sfHover li ul {
	top:			-999em;
}
div#containerNavigation ul li li:hover ul,
div#containerNavigation ul li li.sfHover ul {
	left:			161px; /*10em; /* match ul width */
	top:			0;
}
div#containerNavigation ul li li:hover li ul,
div#containerNavigation ul li li.sfHover li ul {
	top:			-999em;
}
div#containerNavigation ul li li li:hover ul,
div#containerNavigation ul li li li.sfHover ul {
	left:			160px; /*10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
div#containerNavigation ul {
	
}
div#containerNavigation ul ul li a {
	border-left:	0px solid #fff;
	border-top:		0px solid #CFDEFF;
	padding: 		7px 10px; /*.75em 1em;*/
	text-decoration:none;
}
div#containerNavigation ul ul li span {
	border-left:	0px solid #fff;
	border-top:		0px solid #CFDEFF;
	padding: 		7px 10px; /*.75em 1em;*/
	display:		block;
}
div#containerNavigation ul a, div#containerNavigation ul a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#ffffff;
	font-size:		12px;
}
div#containerNavigation ul li {
}
div#containerNavigation ul li li {
	padding:0;
}
div#containerNavigation ul li li li {
}
div#containerNavigation ul li:hover, div#containerNavigation ul li.sfHover {
	outline:		0;
}

div#containerNavigation ul a:focus, div#containerNavigation ul a:hover, div#containerNavigation ul a:active {
	color:#CCC;
	outline:		0;
}
div#containerNavigation ul li.current a {
	color:#000;
}
div#containerNavigation ul li.current ul a {
	color:#FFF;
}


/*** arrows **/
div#containerNavigation ul a.sf-with-ul {
	/* padding-right: 	6px; 2.25em; */
	/* 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:		transparent url(../graphics/arrows-ffffff.png) no-repeat -10px -100px;  8-bit indexed alpha png. IE6 gets solid image only */
	background:		none !important;
}
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 */
div#containerNavigation ul ul .sf-sub-indicator { background-position:  -10px 0; }
div#containerNavigation ul ul a > .sf-sub-indicator { background-position:  0 0; } /* div#containerNavigation ul ul a > .sf-sub-indicator { background-position:  1000 0; } */
/* apply hovers to modern browsers */
div#containerNavigation ul ul a:focus > .sf-sub-indicator,
div#containerNavigation ul ul a:hover > .sf-sub-indicator,
div#containerNavigation ul ul a:active > .sf-sub-indicator,
div#containerNavigation ul ul li:hover > a > .sf-sub-indicator,
div#containerNavigation ul ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url(../images/shadow.png) no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

