/* ================================================================ 
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/dropdown.html
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.
=================================================================== */
ul#menu {padding:0; list-style:none; background: transparent url(''); text-align:center; margin:0 auto;  }
ul#menu.trustee {padding:0; list-style:none; background: transparent url(''); text-align:left; margin:0 auto 0 154px;  }
ul#menu ul {padding:0; margin:0; list-style:none; position:absolute; left:-9999px;}

ul#menu li ul.sub1 {border-bottom:6px solid #06477D; width:160px;}

ul#menu ul li {float:left; margin:0; text-align:left;}
ul#menu ul li a {display:block; line-height:20px; margin:0; padding:0px 4px; background:transparent;}

ul#menu li {display:inline; margin:0 -2px; text-align:left;}
ul#menu li a {display:inline-block; height:36px; margin:2px 2px 0 0;padding:0 0 0 0; background: transparent url('') right top; line-height:30px; text-decoration:none; color:#000;}
ul#menu li a.sub {background: transparent url('') right top;}

html>/**/body ul#menu li {display:inline-block; padding:0;}

* html ul#menu li a.sub {margin-right:3px;}
* html ul#menu li a {margin-bottom:-4px;}

ul#menu li a:hover {position:relative; background-position:right bottom; color:#fff;}
ul#menu li a:hover b {background-position:left bottom;}

ul#menu li:hover {position:relative;}
ul#menu li:hover > a {background-position:right bottom; color:#fff;}
ul#menu li:hover > a b {background-position:left bottom;}

ul#menu :hover ul {left:1px; width:160px; top:36px;}
* html ul#menu :hover ul {top:36px;}

ul#menu :hover ul li {display:block; float:left; margin:0; }
ul#menu :hover ul li a {display:block; float:left; margin:0; height:25px; line-height:25px; width:152px; background:#0C85CE; color:#FFF;}
ul#menu :hover ul li a.fly {background:#0C85CE url('') no-repeat right center;}
ul#menu :hover ul li a:hover {background:#FF0099; color:#fff;}
ul#menu :hover ul li:hover > a {background:#FF0099; color:#fff;}

ul#menu :hover ul li a.fly:hover {background:#c60 url(../images/arrow-over.gif) no-repeat right center;}
ul#menu :hover ul li:hover > a.fly {background:#c60 url(../images/arrow-over.gif) no-repeat right center;}

ul#menu :hover ul ul {left:-9999px;}

ul#menu :hover ul :hover ul {left:150px; top:0; width:160px;}

ul#menu :hover ul :hover ul li {display:block; float:left; margin:0; border-bottom:1px solid #fff;}
ul#menu :hover ul :hover ul li a {display:block; float:left; margin:0; height:25px; line-height:25px; background:#bbb; color:#000;}
ul#menu :hover ul :hover ul li a:hover {color:#fff; background:#840;}
