/* 
    Copyright © 2008 Computer Sciences Corporation Denmark (CSC).
    All rights reserved. You may not use, copy, modify or transfer this
    program or any copy, modification or portion, in whole or in part,
    without the explicit written permission of CSC Denmark
*/
/* --- top navigation --- */
#topNav { height: 16px; width: 570px }
#topNav a { color: black; text-decoration: none }
#topNav img { float: left }

#topNav .delimiter img { margin: 0 35px 0 34px }
#topNav.topNavErhverv .delimiter img { margin: 0 35px 0 35px }
#topNav.topNavEntreprenor .delimiter img { margin: 0 35px 0 35px }
#topNav.topNavKommune .delimiter img { margin: 0 26px 0 25px }

/* --- menu marker --- */
#menuMarker { float: left; position: relative; left: -30px; background-image: url(/_layouts/images/misc/menu_marker.png); width: 600px; height: 6px }
#bus { position: absolute; left: 0; top: 0; display: none; height: 6px; width: 22px; background-color: #ffbe00 }

/* --- left navigation --- */
#leftNav { position: relative; float: left; min-height: 50px; width: 150px; margin-right: 30px }
#leftNav ul { margin: 0; padding: 0 }
#leftNav li { list-style: none; margin: 0 0 10px 0; padding: 0 0 0 10px; background: url(/_layouts/images/backgrounds/leftnav_list_bullet_1.gif) 0 3px no-repeat }
#leftNav li a { text-decoration: none; color: black }
#leftNav li a:hover { text-decoration: underline; color: black }
#leftNav li.selected { color: #777 }
#leftNav li.selected a { color: #777 }
#leftNav li.selected li { color: black }
#leftNav li.selected li a { color: black }

#leftNav li.selected li.selected { color: #777 }
#leftNav li.selected li.selected a { color: #777 }
#leftNav li.selected li.selected li { color: black }
#leftNav li.selected li.selected li a { color: black }

#leftNav li.selected li.selected li.selected { color: #777 }
#leftNav li.selected li.selected li.selected a { color: #777 }

#leftNav li.active a { font-weight: bold }
#leftNav li.active li a { font-weight: normal }

/* --- 2nd level --- */
#leftNav ul ul { margin-top: 10px; margin-bottom: 26px }
#leftNav li li { margin: 0 0 0 10px;	background: url(/_layouts/images/backgrounds/leftnav_list_bullet_2.gif) 0 4px no-repeat }

/* --- 3rd level --- */
#leftNav ul ul ul { margin-top: 10px; margin-bottom: 10px }

