/* 
		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
---------------------------------------------------------------------- */
#topmenu {
    background:url(../wsimages/top_menu_bg.png) 50% 0 no-repeat;
    height:50px;
    clear:both;
    padding:15px 0 0 19px;
}

ul#nav  {
    padding:0;
    margin:0 ;
    list-style:disc;
    float:left;
}

#nav li {
    float:left;
    display:block;
    border-right:1px solid #5c9b0f;
    line-height:34px;
    padding:0 10px 0 15px;
}

ul#nav li.first {
    border-right:1px solid #5c9b0f;
}

ul#nav a {
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:15px;
    color:#FFF;
}

#nav a:hover {
    text-decoration:underline;
}

#subnav {
    margin:0;
	margin-bottom: 60px;
	margin-left:-24px;
    list-style:none;
    padding:0;
}

#subnav li {
    display:block;
	width: 273px;
}

#subnav li a {
    border:0;
    padding:8px 0 0 35px;
    display:block;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:13px;
    color:#003366;
    width:229px;
	height:24px;
    margin:0px;
	text-decoration:none;
}

#subnav li li a {
    border:0;
    padding:0;
	padding-left: 35px;
    display:block;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:12px;
    color:#003366;
    width:190px;
    margin:0px;
	text-decoration:none;
}

#subnav .active {
	border-left:solid 1px #DFDFDF;
	border-top:solid 1px #DFDFDF;
	border-bottom:solid 1px #DFDFDF;
	background-color: #F7F6F6;
}

#subnav li li.active {
	border: none 0px;
}

#subnav .active a {
	color:#669933;
}