/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/three-up-two-down.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* Set up the containing div with a background image - not supplied with the zip file */
#outer {width:220px; height:850px;  position:relative; color:#000;}

/* for IE7 to position the tables correctly */
.menua {position:relative; float:left;}

/* for IE5.5 and IE6 to position the tables corectly */
* html .menua {position:static;}


/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menua, .menua ul {list-style-type:none; padding:0; margin:0; width:127px;}
.menua {margin:10px 20px 8px 5px;}

/* Set up the size of the list items and float left to place inline */
.menua li {display:block; float:left; height:19px; width:200px; background:#BABABA; margin:2px 0 0 0; border:1px solid #000; border-color:#fff #000 #000 #fff;}

/* Give the sub level list item a diffent background color to make it 'stand out'. */
.menua li.sub {background:#D4D4D4;}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menua table {border-collapse:collapse; width:0; height:24px; position:absolute; bottom:  bottom: 0; top:auto; left:0; font-size:1em;}

/* Default link styling */
.menua li a {display:block; color:#383838; font-family:arial, sans-serif; font-size:12px; line-height:23px; height:24px; text-decoration:none; text-indent:10px; text-align:left}

/* Style the list OR link hover. Depends on which browser is used */
.menua a:hover {color:#bd4; background:#578;}

/* For all browsers except IE5.5 and IE6 to keep the hover state through the menu cascade. */
.menua :hover > a {color:#FFFFDE; background:#8A8A8A;}

/* Give the link OR list a relative position. Depends on which browser is used */
.menua li.sub:hover,
.menua li.sub a:hover {position:relative;}

/* keep the 'next' level invisible by placing it off screen. */
.menua ul, 
.menua :hover ul ul, 
.menua :hover ul :hover ul ul,
.menua :hover ul :hover ul :hover ul ul,
.menua :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; width:128px; top:0;}

/* Position the flyout sub levels to 'pull-up' or 'drop-down' when hovering over the sub level list OR link.  the transparent gif is for IE7 only and need not actually exist. File transparent.gif supplied with zip file */
/* pull up */
.menua :hover ul, 
.menua :hover ul :hover ul :hover ul,
.menua :hover ul :hover ul :hover ul :hover ul :hover ul {padding:20px 20px 20px 0; left:170px; bottom:-10px; top:auto; background:transparent url(trans.png);} 
/* drop down */
.menua :hover ul :hover ul,
.menua :hover ul :hover ul :hover ul :hover ul {padding:20px 20px 20px 0; left:175px; top:-10px; bottom:auto;}