﻿/* ================================================================ 
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:986px; text-align:center; height:30px; line-height:30px; position:relative; background-color:#840084; z-index:1000; white-space:nowrap; margin-top:0px; border:0px solid aqua;}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; height:30px; width:109px; line-height:30px; background-color:#840084; text-align:center; color:#ffffff; font-size:13px; font-weight:bold;}
.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:#ffffff; background-color:#582456;} /*Hovemenu hover*/
.menu ul li:hover ul {display:block; position:absolute; top:30px; left:0; width:218px;}
.menu ul li:hover ul li a.hide {color:#ffffff;}/*undermenu med undermenupunkter*/
.menu ul li:hover ul li:hover a.hide {color:#ffffff; background-color:#732874;}/*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 {color:#ffffff;} /*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 {color:#ffffff;} /*test*/
.menu ul li:hover ul li a {display:block; font-size:12px; color:#ffffff; width:229px; border-bottom:1px solid #ffffff; border-left:1px solid #ffffff; border-right:1px solid #ffffff;} /*formatering af undermenu*/
.menu ul li:hover ul li a:hover {color:#ffffff; font-weight:bold; background-color:#732874;}/*undermenu hover*/
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:230px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-106px;}

/*
 background-color:#dc91cc;
 background-color:#840084;
 */
