﻿#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.
=================================================================== */
#menu2 {padding:0; margin: 0 0 0 00px; list-style:none; height:25px; position:relative; z-index:500; font-family:arial, verdana, sans-serif; font-weight: normal;}
#menu2 li {float:left; margin-right: 0px;}
#menu2 li a {display:block; float:left; height:25px; line-height:25px; background:#333; background-image: url("../../background/division_button.gif"); background-repeat: no-repeat; color:#ccc; text-decoration:none; font-size:.8em; font-weight: normal; width: 90px; padding:0 0px 0 0 px;}


#menu2 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 */

#menu2 li a:hover {z-index:200; position:relative;color:#fff; background-color:#c60;}
#menu2 li:hover {position:relative; z-index:200;}

#menu2 li:hover > a {color:#fff; background:#c60;}
#menu2 li:hover > a.sub {color: white; background-position: 0px -25px;}

#menu2 li.current a {color:#fff; background:#840;}

/*  Sets the main visible button current not used */
#menu2 li a.sub {background-image: url('../../background/team_button_50.gif'); font-family: arial, helvetica, sans-serif; font-size: .75em; font-weight: normal; text-align: center;border-right: 1px white solid;}
#menu2 li.current a.sub {color:#fff; background:#840 url("../../background/down-arrow.gif") no-repeat right center;}

#menu2 :hover ul {left:0px; top:25px; width:120px; background:#444;}

/* keep the 'next' level invisible by placing it off screen. */
#menu2 ul, 
#menu2 :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

/* SETS WHERE THE FLYOUT MENU IS DISPLAYED RELATIVE TO DROPDOWN MENU */
#menu2 :hover ul :hover ul {left:130px; top:0px; background:#222; white-space:nowrap; width:120px; z-index:200; height:auto;}

/* BUTTON FORMATTING FOR DROP DOWN BUTTONS - WIDTH HEIGTH AND COLOR */
#menu2 :hover ul li {margin:0; border-bottom: 1px solid gray; border-right:1px solid gray; border-left:1px solid gray;}
#menu2 :hover ul li a {width:130px; padding:0; text-indent:10px; background:#6699cc; color:white; height:25px; line-height:25px;}
#menu2 :hover ul li a.fly {background: #6699cc url("../../background/right-arrow.gif") no-repeat right center;}


#menu2 :hover ul :hover {background-color:#b1c5ea; color:blue;font-weight: bold;}
#menu2 :hover ul :hover a.fly {background-color:#b1c5ea; color:blue; font-weight: bold;}

#menu2 :hover ul li.currentsub a {background:#840; color:#fff;}
#menu2 :hover ul li.currentsub a.fly {background:#840 url("../../../From_Work/right-arrow.gif") no-repeat right center; color:#fff;}

/* BUTTOM FORMATTING FOR FLYOUT BOTTOMS OF DROPDOWN BUTTONS */
#menu2 :hover ul :hover ul li a {width:150px; padding:0; text-indent:10px; background:#b1c5ea; color:blue; font-weight: bold;}
#menu2 :hover ul :hover ul :hover {background-color:#d2dcff; color:red;}

#menu2 :hover ul :hover ul li.currentfly a,
#menu2 :hover ul :hover ul li.currentfly a:hover {background:#840; color:#fff;}




