﻿/* ================================================================ 
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:"Trebuchet MS"; width:800px; height:23px; position:relative; z-index:10000; font-weight:normal; border:0px solid aqua;}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; text-align:left; font-weight:normal;  line-height:24px; color:#605c59; font-size:15px; border:0px solid blue;}
.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:#262424; border-bottom:2px solid #770024;} /*Hovemenu hover*/
.menu ul li:hover a.Selected {color:#262424; border-bottom:0px solid #770024;} /*Hovemenu hover*/
.menu ul li:hover ul {display:block; position:absolute; top:26px; 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;}/*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; background-color:#302f30; filter:alpha(opacity=85); -moz-opacity:0.85; -khtml-opacity: 0.85; opacity: 0.85; border-bottom:1px #ccc4b3 dotted; border-left:0px solid #ffffff; border-right:1px dotted #ffffff;} /*formatering af undermenu*/
.menu ul li:hover ul li a:hover {color:#ffffff; font-weight:bold; background-color:#474647;}/*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;
 */