/* ================================================================ 
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.
=================================================================== */
/* common styling */
.menuArca a {padding-left:4px;font-size:11px;font-weight:normal;}
.menuArca {font-family: arial; width:155px; z-index:100; background:transparant; /*height:150px;*/ position:relative; margin:0; font-size:8px; margin: 0;}
.menuArca ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:white; width:156px; height:20px; text-align:left; border:1px solid #fff; border-width:0 0 1px 0; background:#910058; line-height:19px;}
.menuArca ul li a.arrow{background:url(arrow.gif) no-repeat right center;}
.menuArca ul li a.arrow:hover{background:url(arrow.gif) no-repeat right center gray;}
.menuArca ul {padding:0; margin:0;list-style-type: none; }
.menuArca ul li {float:left; margin-right:1px; position:relative;}
.menuArca ul li ul {display: none;}

/* specific to non IE browsers */
.menuArca ul li:hover a {color:#fff; background:gray;} /*achtergrond bij hover*/
.menuArca ul li:hover ul {display:block; position:absolute; top:0; left:160px; width:159px;border:solid 1px white;}
.menuArca ul li:hover ul li a.hide {background:#fff; color:#fff;}
.menuArca ul li:hover ul li:hover a.hide {width:150px;}
.menuArca ul li:hover ul li ul {display: none; z-index:100;border:solid 1px white;}
.menuArca ul li:hover ul li a {display:block; background:#A0A0A0; color:#fff; width:155px;}
.menuArca ul li:hover ul li a.arrow{background:url(arrow.gif) no-repeat right #A0A0A0;}
.menuArca ul li:hover ul li a.arrow:hover{background:url(arrow.gif) no-repeat right gray;}
.menuArca ul li:hover ul li a:hover {background:gray; color:#fff;}
.menuArca ul li:hover ul li:hover ul {display:block; position:absolute; left:159px; width:155px; top:0; color:#fff;}
.menuArca ul li:hover ul li:hover ul li a {display:block; width:151px; background:#A0A0A0; color:#fff;}
.menuArca ul li:hover ul li:hover ul li a:hover {background:gray; color:#fff;}
