/* ================================================================ 
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.stunicholls.com/menu/vertical-concertina-2.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* #slide height = (number of top level links - 1) * height of links + inner div height */
#slide {padding:0; margin:0; list-style:none; background:#e5e5e5; width:155px; height:200px; position:relative; text-decoration:none; font-family: arial, helvetica, sans-serif; font-size:12px; font-weight:bold; }
/* overflow:hidden; - removed to show the extended menu. */

#slide li.sub,
#slide li.top
{display:block; float:left; height:18px; line-height:18px; width:155px; color:#5A5A5A; background:#e5e5e5; text-decoration:none; text-indent:14px; overflow:hidden; cursor:pointer; border-bottom:1px solid #dddddd;}

#slide li.sub {background:#e5e5e5; text-decoration:none; position:relative; z-index:10;} /* Removed  url(../images/out.gif) no-repeat 5px 8px */

#slide li.top a {text-decoration:none; color:#5A5A5A; display:block; border-bottom:1px solid #ddd;}
#slide li.top a:hover {color:#000000; background:#b3b3b3}

#slide li.clicked {color:#5A5A5A; background:#e5e5e5;}/* Removed  url(../images/down.gif) no-repeat 3px 5px */

/* #slide li.sub div height = (maximum sub lines * sub line height) + top level link height(variable fY in jQuery) */
#slide li.sub div {background:#e5e5e5; height:165px; width:155px; padding:0 10px; line-height:1.0em; font-family: arial, helvetica, sans-serif; text-indent:1px; position:relative; z-index:100;}

#slide li div ul {padding:0; margin:0; list-style:none;}
#slide li div ul li {float:left; height:18px; width:100%;}
#slide li div ul li a {padding:0; margin:0; color:#5A5A5A; text-decoration:none; background:#e5e5e5 url(../images/out.gif) no-repeat 0px 5px; font-size:11px; display:block; border-bottom:1px solid #ddd; height:18px; line-height:18px; width:100%; text-indent:8px;}
#slide li div ul li a:hover {color:#000000; background:#b3b3b3;} /* Removed  url(../images/out-over.gif) no-repeat 0px 5px */

