/* ================================================================ 
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/monthlist/tree_frog_vertical.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.
=================================================================== */
/*
#outer {width:504px; height:510px; position:relative; background:url(red_frog.jpg) no-repeat 0px 160px;}

#outer #content {clear:left; position:absolute; left:230px; top:10px; width:250px; z-index:10;}
*/

#monthlist {
   list-style-type:none;
   padding:0; margin:0;
   width:200px;
   z-index:100;
}

#monthlist ul {list-style-type:none; padding:0; margin:0; width:200px;}
#monthlist li {
   float:left; background:#993333;
   position:relative;
   border-bottom: 1px dashed #D5D5D5;
}

#monthlist li.sub {
   background:none;
   color:#000000;
   text-indent:15px;
   font-weight:bold;
}

#monthlist li, #monthlist li a {
   display:block; color:#fff;
   font-family:arial, sans-serif;
   font-size:11px; line-height:24px;
   width:200px; text-decoration:none;
   cursor:pointer;
   text-indent:5px;
   font-weight:normal;
}

#monthlist li a:hover {
   text-decoration:underline;
}


#monthlist ul,
#monthlist li.click ul ul,
#monthlist li.click ul li.hover ul ul {display:none;}

#monthlist li.hover {color:#7A7A7A; z-index:500;}
#monthlist li.click {color:#7A7A7A;}

#monthlist li.click ul {display:block;}

#monthlist li.click ul li.hover ul,
#monthlist li.click ul li.hover ul li.hover ul {
   display:block; position:absolute;
   left:110px; top:-1px; border:1px solid #fff;
   border-width:0 1px 1px;
}

#monthlist li.click ul li.fly {background: #657 url(frog_arrow.gif) no-repeat top right;}
#monthlist li.click ul li.hover {background:#C8935D;}

#monthlist li.click ul li.hover ul li {background:#C8935D;}
#monthlist li.click ul li.hover ul li.hover ul li {background:#780; z-index:500;}

#monthlist li.click ul li.hover ul li.fly {background: #c60 url(frog_arrow.gif) no-repeat top right;}
#monthlist li.click ul li.hover ul li.hover {z-index:500; background:#fa4;}
#monthlist li.click ul li.hover ul li.hover a {color:#000;}

#monthlist li.click ul li.hover ul li.hover ul li.hover {background:#aa0;}
#monthlist li.click ul li.hover ul li.hover ul li.hover a {color:#CCC;}

