﻿#pad {height:139px;}
/* ================================================================ 
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.cssmenu_horizontals.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_horizontal {padding:0; margin:0; list-style:none; height:39px; position:relative; z-index:500; font-family:Trebuchet MS, arial, verdana, sans-serif;}
#menu_horizontal li {float:left; margin-right:1px;}
#menu_horizontal li a {color: #3e281a; display:block; float:left; font-size:16px; height:39px; line-height:39px; margin: 0 30px 0 10px; padding:0 30px 0 20px; text-decoration:none;}

#menu_horizontal li a.fly {background: url(/images/bullet.png) no-repeat center right;}

#menu_horizontal 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 */

#menu_horizontal li a:hover {z-index:200; position:relative;}
#menu_horizontal li:hover {position:relative; z-index:200;}

#menu_horizontal li:hover > a {}
/*#menu_horizontal li:hover > a.sub {color:#fff; background-color:#c60;}*/

/*#menu_horizontal li.current a {color:#fff; background:#840;}*/

/*#menu_horizontal li a.sub {background: #333 url(down-arrow.gif) no-repeat right center;}
#menu_horizontal li.current a.sub {color:#fff; background:#840 url(down-arrow.gif) no-repeat right center;;}*/

#menu_horizontal :hover ul {left:0; top:39px; width:140px;} /* dunno */

/* keep the 'next' level invisible by placing it off screen. */
#menu_horizontal ul, #menu_horizontal :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

/*#menu_horizontal :hover ul :hover ul
{left:120px; top:-1px; background:#222; white-space:nowrap; width:100px; z-index:200; height:auto;} */ /* LEvel 3 */

#menu_horizontal :hover ul li {background: url(/images/menuBG.jpg) repeat-x left center; border:1px solid #806857; margin:0;}
#menu_horizontal :hover ul li a {color:#3e281a; font-size: 11px; height:24px; line-height:24px; padding:0; width:140px;}
/*#menu_horizontal :hover ul li a.fly {background: url(/images/menuBG.jpg) repeat-x left center;}*/

#menu_horizontal :hover ul :hover {color:#806857;}
#menu_horizontal :hover ul :hover a.fly {color:#806857;}

/*#menu_horizontal :hover ul li.currentsub a {background:#840; color:#fff;}
#menu_horizontal :hover ul li.currentsub a.fly {background:#840 url(right-arrow.gif) no-repeat right center; color:#fff;}*/

/* #menu_horizontal :hover ul :hover ul li a {width:100px; padding:0; text-indent:10px; background:#3e3e3e; color:#ccc;}
#menu_horizontal :hover ul :hover ul :hover {background-color:#d70; color:#fff;} */ /* LEVEL 3 */

/*#menu_horizontal :hover ul :hover ul li.currentfly a,
#menu_horizontal :hover ul :hover ul li.currentfly a:hover {background:#840; color:#fff;}*/