﻿#preload_nav {background: url(button4.gif);}
.toptd #nav {padding:0 0 0 0px; margin:0; list-style:none; height:40px; background:#fff url(button1a.gif) repeat-x; position:relative; font-family:arial, verdana, sans-serif; }
.toptd #nav li.top {display:block; float:left; position:relative;}
.toptd #nav li a.top_link {display:block; float:left; height:40px; line-height:33px; color:#fff; text-decoration:none; font-size:11px; font-weight:bold; padding:0 0 0 11px; cursor:pointer;}
.toptd #nav li a.top_link span {float:left; display:block; padding:0 22px 0 11px; height:40px;}
.toptd #nav li a.top_link span.down {float:left; display:block; padding:0 22px 0 11px; height:40px; background:url(down.gif) no-repeat right top;}
.toptd #nav li a.top_link:hover {color:#083f68; background: url(button4.gif) no-repeat;}
.toptd #nav li a.top_link:hover span {background:url(button4.gif) no-repeat right top;}
.toptd #nav li a.top_link:hover span.down {background:url(button4a.gif) no-repeat right top;}

.toptd #nav li:hover > a.top_link {color:#083f68; background: url(button4.gif) no-repeat;}
.toptd #nav li:hover > a.top_link span {background:url(button4.gif) no-repeat right top;}
.toptd #nav li:hover > a.top_link span.down {background:url(button4a.gif) no-repeat right top;}


.toptd #nav table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

.toptd .menu_selected {color:#083f68; background: url(button4.gif) no-repeat;}


/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

.toptd #nav a:hover {visibility:visible;}
.toptd #nav li:hover {position:relative; z-index:200;}

/* keep the 'next' level invisible by placing it off screen. */
.toptd #nav ul, 
.toptd #nav :hover ul ul, 
.toptd #nav :hover ul :hover ul ul,
.toptd #nav :hover ul :hover ul :hover ul ul,
.toptd #nav :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0px; height:0; margin:0; padding:0; list-style:none;}

.toptd #nav :hover ul.sub {left:2px; top:40px; background: #f8f8f8; padding:3px 0; border:1px solid #d9d9d9; white-space:nowrap; width:200px; height:auto;} //bakgrunn ikke link videre
.toptd #nav :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:93px;}
.toptd #nav :hover ul.sub li a {display:block; font-size:11px; height:20px; width:196px; line-height:20px; text-indent:5px; color:#000; text-decoration:none; border:3px solid #fff; border-width:0 0 0 3px;}
.toptd #nav :hover ul.sub li a.fly {background:#f8f8f8 url(arrow.gif) 180px 7px no-repeat;}
.toptd #nav :hover ul.sub li a:hover {background:#ffffff; color:#00446B;}
.toptd #nav :hover ul.sub li a.fly:hover {background:#e9e9e9 url(arrow_over.gif) 180px 7px no-repeat; color:#00446B;}
.toptd #nav :hover ul li:hover > a.fly {background:#e9e9e9 url(arrow_over.gif) 180px 7px no-repeat; color:#00446B;} 

.toptd #nav :hover ul :hover ul,
.toptd #nav :hover ul :hover ul :hover ul,
.toptd #nav :hover ul :hover ul :hover ul :hover ul,
.toptd #nav :hover ul :hover ul :hover ul :hover ul :hover ul
{left:150px; top:-4px; background: #f8f8f8; padding:3px 0; border:1px solid #d9d9d9; white-space:nowrap; width:200px; z-index:200; height:auto;}

/* LEFTMENU */

.MiddleLeftDiv #nav
{
	padding-top:15px;
}

.MiddleLeftDiv #nav ul
{
    border: solid 0px black;
}

.MiddleLeftDiv #nav, #nav ul
{
    margin: 0px 0px 10px 0px;
    padding: 0px;
    list-style: none;
    background:none;
}

.MiddleLeftDiv #nav a
{
    text-decoration: none;
    /*width: 100%;*/
    min-height: 13px;
    display: block;
}


.MiddleLeftDiv #nav li
{
    margin-left: 0px;
}

.MiddleLeftDiv #nav li a
{

    font-size: 12px;
    color: #000000;
    padding-top:2px;
	font-weight:bold;
}

.MiddleLeftDiv #nav li a:hover
{

	background-color:#DCDCDC;
}

.MiddleLeftDiv #nav li li a
{

	padding-left:12px;
	font-weight:normal;
}


.MiddleLeftDiv #nav li li a:hover
{

	background-color:#F4F4F4;
	font-weight:normal;
}


.MiddleLeftDiv #nav li li li a
{
    padding-left: 28px;
	background:url(pluss.png) no-repeat scroll left center;
	font-weight:normal;
}


.MiddleLeftDiv #nav li li li li a
{
    padding-left: 35px;
	font-weight:normal;
	background:#cccccc url(sirkel.png) no-repeat scroll left center;
}


.MiddleLeftDiv #nav li li li
{
    margin-left: 0px;
    color: black;
	
	/* LEFTMENU END */
}

.MiddleLeftDiv .menu_selected > a {
	font-weight: bold;
}



/*---------------------- SELECTED ---------------------------*/
/*
.MiddleLeftDiv #nav > .menu_selected > a
{
	background:url(minus.png) no-repeat scroll left center;
}
*/
.MiddleLeftDiv #nav > li > ul > .menu_selected > a
{
	font-weight:bold;
}

.MiddleLeftDiv #nav > li > ul > li > ul > .menu_selected > a
{
	background-color:#cccccc;
}


/*---------------------- SELECTED END ---------------------------*/

