/* ================================================================ 
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.
=================================================================== */
#menu ul {padding:0; margin-top:40px; margin-bottom:10px; list-style:none; position:relative; float:left; display:inline;}
#menu ul ul {padding:0; margin:0; list-style:none; width:160px; height:auto; position:absolute; left:-9999px; top:0;}
#menu ul table {border-collapse:collapse; width:0; height:0; margin:-1px -10px;}

#menu ul li {float:left; margin:0 20px; display:inline;}
#menu ul ul li {margin: 0;}
#menu ul li a {display:block; float:left; width:160px; height:30px; background:#888; color:#000; line-height:30px; font-size:11px; text-decoration:none; cursor:pointer; }
#menu ul li:hover {position:relative; z-index:200;}
#menu ul li a:hover {position:relative; background-color:#e60; color:#fff; z-index:200;}
#menu ul li:hover > a {background-color:#e60; color:#fff;}

#menu ul ul li a {background:#aaa; font-weight: normal; padding:0px 10px;}
#menu ul ul li a:hover {font-weight: bold;}

#menu ul :hover ul{left:161px; display: block;}

* #menu ul :hover ul{left:161px;}
