﻿#pad {height:140px;}
/* ================================================================ 
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.cssmenu8s.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-container{
	float: right;
	padding-right: 1px;
}
#menu8 {padding:0; margin:0; list-style:none; height:40px; position:relative; z-index:500; font-family:arial, verdana, sans-serif;}
#menu8 li {float:left; border-right:1px solid #8F8A76;}
#menu8 li a {display:block; float:left; height:30px; line-height:30px; background:#6E6A5A; color:#fff; text-decoration:none; font-size:12px; font-weight:normal; padding:0 30px 0 20px;}


#menu8 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 */

#menu8 li a:hover {z-index:200; position:relative;color:#fff; background-color:#333;}
#menu8 li:hover {position:relative; z-index:200;}

#menu8 li:hover > a {color:#fff; background:#333;}
#menu8 li:hover > a.sub {color:#fff; background-color:#333;}

#menu8 li.current a {color:#fff; background:#333;}

#menu8 li a.sub {background: #6E6A5A url(down-arrow.png) no-repeat right center;}
#menu8 li.current a.sub {color:#fff; background:#333 url(down-arrow.png) no-repeat right center;;}

#menu8 :hover ul {left:0; top:30px; width:150px; background:#404040;}

/* keep the 'next' level invisible by placing it off screen. */
#menu8 ul, 
#menu8 :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#menu8 :hover ul :hover ul
{left:150px; top:-1px; background:#222; white-space:nowrap; width:110px; z-index:200; height:auto;}

#menu8 :hover ul li {margin:0; border-top:1px solid #666;}
#menu8 :hover ul li a {width:150px; padding:0; text-indent:10px; background:#6E6A5A; color:#fff; height:30px; line-height:30px;}
#menu8 :hover ul li a.fly {background:#6E6A5A url(right-arrow.png) no-repeat right center;}

#menu8 :hover ul :hover {background-color:#333; color:#fff;}
#menu8 :hover ul :hover a.fly {background-color:#333; color:#fff;}

#menu8 :hover ul li.currentsub a {background:#333; color:#fff;}
#menu8 :hover ul li.currentsub a.fly {background:#333 url(right-arrow.png) no-repeat right center; color:#fff;}

#menu8 :hover ul :hover ul li a {width:135px; padding:0; text-indent:10px; background:#6E6A5A; color:#fff;}
#menu8 :hover ul :hover ul :hover {background-color:#333; color:#fff;}

#menu8 :hover ul :hover ul li.currentfly a,
#menu8 :hover ul :hover ul li.currentfly a:hover {background:#6E6A5A; color:#fff;}
