#outer {width:180px; height:390px; position:relative; color:#000000;}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul {list-style-type:none; padding:0; margin:0; width:157px;}
.menu {margin:0px 20px 0px 0px;}
/* for IE7 to position the tables correctly */
.menu {position:relative; float:left;}

/* for IE5.5 and IE6 to position the tables corectly */
* html .menu {position:static;}

/* Set up the size of the list items and float left to place inline */
.menu li {display:block; float:left; width:180px; background:none; margin:0 0 0 0; border:none;}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {border-collapse:collapse; width:0; height:23px; position:absolute; bottom: 0; top:auto; left:0; font-size:16px; text-align:left;padding: 3px 3px 3px 20px;}

/* Default link styling */
.menu li a {display:block; color:#A7AE94; font-family:arial, verdana, sans-serif; font-size:16px; line-height:23px; height:23px; text-decoration:none; text-align:left;padding: 3px 3px 3px 20px;}

/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {color:#FFFFFF; background:url(../images/main/menu-back.gif); border:none;}

/* For all browsers except IE5.5 and IE6 to keep the hover state through the menu cascade. */
.menu :hover > a {color:#FFFFFF; background:#CCCCCC;}

/* Give the link OR list a relative position. Depends on which browser is used */
.menu li.sub:hover,
.menu li.sub a:hover {position:relative;}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute;left:-9999px; width:180px; 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 */
.menu :hover ul, 
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul {padding:20px 20px 20px 0px; left:130px; top:-15px; bottom:auto; background:transparent url(transparent.gif);} 
/* drop down */
.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul {padding:20px 20px 20px 0; left:130px; top:-10px; bottom:auto;}