﻿#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.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.
=================================================================== */
.tooltip {padding: 0px 0px 0px 5px; float:left;max-width:52px; border:none; margin: 0px 0px 0px 0px;}
.tooltip ul {list-style-type:none; list-style-position:outside; padding:0; margin:0; list-style:none; height:19px; position:relative; z-index:100; font-size: 12px}
.tooltip ul li {float:left; margin-right:1px; color:#828282; height:19px; width:52px; border: 0px}
.tooltip ul li a {border:0px;display:block; float:left; height:19px; width:52px; color:#828282; text-decoration:none; 
	font-size:12px; font-weight:bold; padding:0px;}
.tooltip ul li a:visited {color: #828282}

.tooltip ul 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 */

.tooltip ul li a:hover {border:0px; z-index:200; position:relative;color:#5b5b5b;background-color:#fff;}
.tooltip ul li:hover {border:0px;position:relative; z-index:200;color:#5b5b5b;background-color:#fff;}

.tooltip ul li:hover > a {border:0px;color:#5b5b5b; background-color:#fff;}
.tooltip ul li:hover > a.sub {border:0px;color:#5b5b5b; background-color:#fff;}

.tooltip ul li.current a {border:0px;color:#5b5b5b; background-color:#fff;}

.tooltip ul li a.sub {border:0px;background: #e8e8e8;}
.tooltip ul li.current a.sub {border:0px;color:#fff; background:#e8e8e8;}

.tooltip ul :hover ul {left:52px; top:0px; width: 115px; border: solid 1px #464646;z-index:550; background-color: #ccc;padding: 0px; margin: 0px}
.tooltip ul ul {border: solid 1px #464646;}
/* keep the 'next' level invisible by placing it off screen. */
.tooltip ul ul, 
.tooltip ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

.tooltip ul :hover ul :hover ul
{left:52px; top:0px; background:#222; white-space:nowrap; width:100px; z-index:200; height:auto;}

.tooltip ul :hover ul li {margin:0px;padding:0px;height:19px; background-color: #fff; width:115px}
.tooltip ul :hover ul li a {width:115px; padding:0; text-indent:10px;background-image:none; margin:0px;}
.tooltip ul :hover ul li a.fly {}

.tooltip ul :hover ul :hover {color:#fff;background-color: #999}
.tooltip ul :hover ul :hover a.fly {background-color:#999; color:#fff;}

.tooltip ul :hover ul li.currentsub a {background:#999; color:#fff;}
.tooltip ul :hover ul li.currentsub a.fly {background:#999; color:#fff;}

.tooltip ul :hover ul :hover ul li a {width:100px; padding:0; text-indent:10px; background:#3e3e3e; color:#ccc;}
.tooltip ul :hover ul :hover ul :hover {background-color:#d70; color:#fff;}

.tooltip ul :hover ul :hover ul li.currentfly a,
.tooltip ul :hover ul :hover ul li.currentfly a:hover {background:#840; color:#fff;}
