/* ================================================================ 
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.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#topmenue {padding:0; margin:0; list-style:none; height:25px; position:relative; z-index:500; font-family:Verdana, Arial sans-serif;background-color:#009;}
#topmenue li {float:left; border-right:1px solid #FFF;}
#topmenue li a {display:block; float:left; height:25px; line-height:25px; background-color:#009; color:#FFF; text-decoration:none; font-size:11px; font-weight:bold; padding:0 27px 0 17px;}
#topmenue table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */
/* Style the list OR link hover. Depends on which browser is used */

#topmenue li a:hover {z-index:200; position:relative;color:#fff; background-color:#00F;}
#topmenue li:hover {position:relative; z-index:200;}

#topmenue li:hover > a {color:#fff; background-color:#00F;}
#topmenue li:hover > a.sub {color:#fff; background-color:#00F;}

#topmenue li.current a {color:#fff; background:#840;}

#topmenue li a.sub {color:#FFF;background: #009 url(images/down-arrow.gif) no-repeat right center;}
#topmenue li.current a.sub {color:#FFF; background:#009 url(images/down-arrow.gif) no-repeat right center;;}

#topmenue :hover ul {left:0; top:25px; width:120px; background-color:#00F;}

/* keep the 'next' level invisible by placing it off screen. */
#topmenue ul, 
#topmenue :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#topmenue :hover ul :hover ul
{left:120px; top:-1px; background:#00A; white-space:nowrap; width:100px; z-index:200; height:auto;}

#topmenue :hover ul li {margin:0; border-top:1px solid #999;}
#topmenue :hover ul li a {width:120px; padding:0; text-indent:10px; background:#00A; color:#FFF; height:22px; line-height:22px;}
#topmenue :hover ul li a.fly {background:#333 url(right-arrow.gif) no-repeat right center;}

#topmenue :hover ul :hover {background-color:#00F; color:#fff;}
#topmenue :hover ul :hover a.fly {background-color:#00F; color:#fff;}

#topmenue :hover ul li.currentsub a {background:#840; color:#fff;}
#topmenue :hover ul li.currentsub a.fly {background:#840 url(right-arrow.gif) no-repeat right center; color:#fff;}

#topmenue :hover ul :hover ul li a {width:100px; padding:0; text-indent:10px; background:#3e3e3e; color:#ccc;}
#topmenue :hover ul :hover ul :hover {background-color:#d70; color:#fff;}

#topmenue :hover ul :hover ul li.currentfly a,
#topmenue :hover ul :hover ul li.currentfly a:hover {background:#840; color:#fff;}
