/* ================================================================ 
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/flyoutt.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.
=================================================================== */
/*
	Naam:	style_nav

	Functie:	Deze stylesheet bevat settings voor het menu

	Versie:	Datum:	Toelichting

	01 08.10 30/01/08	1e Implementatie
*/
/* common styling */
.menu_drop_down {width:179px; position:relative; font-size:70%; margin:4px 0;
}
.menu_drop_down ul li a, .menu_drop_down ul li a:visited {display:block; text-decoration:none; color:#494980; width:179px; height:20px; text-align:left; border:1px solid #fff; border-width:1px 1px 0 0; background:#d2d2e6; line-height:19px; font-size:100%; font-weight: bold;}
.menu_drop_down ul {padding:0; margin:0;list-style-type: none; }
.menu_drop_down ul li {float:left; margin-right:1px; position:relative;}
.menu_drop_down ul li ul {display: none;}
.menu_drop_down ul li a {padding-left:4px; padding-top: 4px;}

/* specific to non IE browsers */
.menu_drop_down ul li:hover a {color:#fff; background:#6d6d99;}
.menu_drop_down ul li:hover ul {display:block; position:absolute; top:0; left:184px; width:179px;}
.menu_drop_down ul li:hover ul li a.hide {background:#; color:#000;}
.menu_drop_down ul li:hover ul li:hover a.hide {width:179px;}
.menu_drop_down ul li:hover ul li ul {display: none;}
.menu_drop_down ul li:hover ul li a {display:block; background:#6d6d99; color:#fff; width:179px;}
.menu_drop_down ul li:hover ul li a:hover {background:#99cccc; color:#000;}
.menu_drop_down ul li:hover ul li:hover ul {display:block; position:absolute; left:151px; top:0; color:#000;}
.menu_drop_down ul li:hover ul li:hover ul li a {display:block; width:200px; background:#dfc184; color:#000;}
.menu_drop_down ul li:hover ul li:hover ul li a:hover {background:#bd8d5e; color:#fff;}

