﻿/* ================================================================ 
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.
=================================================================== */
ul#menu { list-style: none; text-align: center; padding: 0; margin: 0; width: 850px; float: left; position: relative; top: 10px; }
ul#menu ul {position:absolute; left:-9999px; padding: 0px 10px 0px 0px; margin:0; list-style:none; border:0; float:left;}
ul#menu table {border-collapse:collapse; font-size:1em; float:left; margin:-1px;}

ul#menu ul li {float:left; margin:0; text-align:left; }
ul#menu ul li a {display:block; line-height:20px; margin:0; padding:0 10px; width:150px;}

ul#menu li {display:inline; text-align:left; }
ul#menu li a {display:inline-block; border-right:1px solid #777777; margin:0; padding:10px 10px 10px 10px; color:#fff; font:normal 13px Arial, Helvetica, sans-serif; text-decoration:none;}
ul#menu li a.sub {}
ul#menu li a.sub:hover {}

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 b {float:left; padding:5px 5px 5px 5px; cursor:pointer; }

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:#919191;}
ul#menu li:hover > a b {background-position:left bottom;}

ul#menu :hover ul {left:1px; width:105px; top:41px;}
* html ul#menu :hover ul {top:36px;}

ul#menu :hover ul li {display:block; float:left; margin:0; border-bottom:1px solid #fff;}
ul#menu :hover ul li a {display:block; float:left; margin:0; height:25px; line-height:25px; width:95px; background:#ddd; color:#000;}
ul#menu :hover ul li a.fly {background:#ddd url(images/arrow.gif) no-repeat right center;}
ul#menu :hover ul li a:hover {background:#eb0149; color:#fff;}
ul#menu :hover ul li:hover > a {background:#eb0149; color:#fff;}

ul#menu :hover ul li a.fly:hover {background:#eb0149 url(images/arrow-over.gif) no-repeat right center;}
ul#menu :hover ul li:hover > a.fly {background:#eb0149 url(images/arrow-over.gif) no-repeat right center;}

ul#menu :hover ul ul {left:-9999px;}

ul#menu :hover ul :hover ul {left:105px; top:0; width:150px;}

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:#eb0149;}

/*
.menu { padding:0; margin:0; width:850px; float:left;}
.menu ul li a { border-right:1px solid #777777; float:left; margin:0; padding:5px 20px; color:#fff; font:normal 14px Arial, Helvetica, sans-serif; text-decoration:none;}
.menu ul { padding:20px 20px 0 20px; margin:0; list-style:none; border:0; float:left;}
.menu ul li { margin:0; padding:0; border:0; float:left; }

.menu ul li a:hover { color:#919191; text-decoration:underline;}
.menu ul li a.active { color:#919191; text-decoration:underline;}
*/

