/* 
		CSS Navigation Template for list based drop down navigation
		By Trond Ulseth - trond@idl.no
		   Jørgen Skogås - jorgen@idl.no
		Started 29th September 2009
		
		Goal:
					Standard navigation layout
		
		Change log:
					29th September 2009 - started this template
					
		Once implemented for a site this template should/could be edited, added to and deleted from.
		Coments can be deleted as well, but it's adviced not to.
		This template is based on the CSS for dropdown navigation in the FarCry pliant template.
		
		Table of Contents:					
*/

/* Overwrite global styles if needed
---------------------------------------------------------------------- */
/* mainnav */
div#mainnav {
	float:left;
}

div#mainnav ul {
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

div#mainnav ul li {
	float:left;
	display:block;
	background:url(../wsimages/line_bg.png) 0 50% no-repeat;
	height:13px;
	line-height:13px;
	padding:0 8px;
}

div#mainnav ul li.home {
	background:none;
}

div#mainnav ul li a {
	text-transform:uppercase;
	font-family:"Dax Light", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#c6381b;
}

div#mainnav ul li a:hover {
	text-decoration:underline;
}

div#mainnav ul li a.active {
	font-weight:bold;
}

/* Sub navigation
------------------------------------------------------------------------ */
div.subnav {
	margin: 0;
	background: #e0ebf2;
	padding:13px 13px 30px 15px;
}

div.subnav h3 {
	letter-spacing:-1px;
	margin:0 0 5px 0;
}

div.subnav ul {
	margin:0;
	list-style:none;
}

div.subnav ul li {
	margin:0;
	list-style:none;
	border-bottom: 1px dotted #014469;
}

	div.subnav ul li li {
		border-top: solid 1px #b6d0de;
		border-bottom: none;
	}

div.subnav ul li a {
	font-size: 12px;
	color:#004368;
	line-height:normal;
	list-style:none;
	padding: 3px 0px;
	display: block;
}

	div.subnav ul li a:hover {
		text-decoration: none;
		color: #C6381B;
	}

div.subnav li.active a {
	font-weight:bold;
	color: #C6381B;
}

	div.subnav li.active li.active a {
		color: #C6381B;
	}

	div.subnav li.active li a {
		font-weight: normal;
		color: #004368;
		font-size: 11px;
		padding-left: 10px;
		background: transparent url('../wsimages/secnav_li_li_bg.gif') no-repeat left 7px;
	}
