﻿/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.menu {font-family: Arial, verdana; width:940px; text-align:center; height:29px; line-height:29px; position:relative; z-index:1000; white-space:nowrap; margin-top:0px; margin-left:0px; border:0px solid aqua;}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; height:29px; line-height:29px; text-align:left; color:#b49156; font-size:17px;}
.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:left; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#e9c07a; background-image:url('../images/menupunktbg.png');}/*Hovemenu hover*/
.menu ul li:hover ul {display:block; position:absolute; top:29px; left:0; width:229px;}
.menu ul li:hover ul li a.hide {background-image:url('../images/undermenubg.png'); color:#b49156;}/*undermenu med undermenupunkter*/
.menu ul li:hover ul li:hover a.hide {color:#b49156;}/*undermenu med undermenupunkter hover*/
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li:hover ul li ul {display: none;} /*test*/
.menu ul li:hover ul li:hover ul li a.hide {background-image:url('../images/undermenubg.png'); color:#b49156;} /*test*/
.menu ul li:hover ul li:hover ul li:hover ul {display: block;} /*test*/
.menu ul li:hover ul li:hover ul li:hover a.hide {background-image:url('../images/undermenubg.png'); color:#b49156;} /*test*/
.menu ul li:hover ul li a {display:block; font-size:12px; background-image:url('../images/undermenubg.png'); color:#b49156; width:229px;} /*formatering af undermenu*/
.menu ul li:hover ul li a:hover {color:#e9c07a; font-weight:bold;}/*undermenu hover*/
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:229px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-105px;}

