/* ================================================================ 
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.stunicholls.com/menu/concertina-scroll.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.
=================================================================== */

#menu {list-style-type:none; padding:0; margin:0; width:160px; z-index:100; height:auto; height:250px; float:left;}
#menu ul {list-style-type:none; padding:0; margin:0; width:160px;}
#menu li {float:left;}

#menu li a {display:block; color:#000; background:url(tab2.gif) no-repeat; font-family:arial, sans-serif; font-size:12px; line-height:25px; width:160px; text-decoration:none; cursor:pointer; text-indent:10px; height:26px;}

#menu table {border-collapse:collapse; padding:0; margin:-1px;}

#menu ul {position:absolute; left:-9999px; background:#fff;}

#menu ul li a {width:150px; padding-left:10px; color:#000; border:0; height:20px; line-height:20px; font-size:11px;}
#menu ul.scroll li a {width:130px;}

#menu a:hover {position:relative; color:#fff; background:url(tab1.gif) no-repeat; z-index:1;}
#menu li.sub a:hover {background:url(tab.gif) no-repeat;}

#menu li:hover > a {color:#fff; background:url(tab1.gif) no-repeat;}
#menu li.sub:hover > a {color:#fff; background:url(tab.gif) no-repeat;}

#menu :hover ul {position:relative; left:0; height:80px; overflow:auto; background:#ff8000; margin-bottom:1px;}

#menu :hover ul li a {background:#ff8000 url(dots.gif) repeat-x left bottom;}

#menu :hover ul li a:hover {background:#ff8000 url(dots.gif) repeat-x left bottom; color:#fff;}

#menu :hover ul {
    scrollbar-face-color: #ff8000;
    scrollbar-arrow-color: #fff;
    scrollbar-track-color: #ff8000;
    scrollbar-shadow-color: #b30;
    scrollbar-highlight-color: #fa3;
    scrollbar-3dlight-color: #ffc58a;
    scrollbar-darkshadow-color: #444;
}

