/* ================================================================ 
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.cssplay.co.uk/menus/vertical_slide.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.menu1 ul, ul.menu1 ul ul {padding:0; margin:0; border:0; list-style-type:none; overflow:auto; text-align:left; color:#fff; font-size:12px; width:90%;}
.menu1 ul:first-child {overflow:hidden;	border:1px solid #000; border-color:#eca #b97 #a86 #edb; border-width:0px 0px 0px 0px; margin:auto;}
.menu1 ul table {border-collapse:collapse; padding:0; margin:0;}
.menu1 ul ul {margin-left:1em;}
.menu1 ul li {text-indent:0.5em;}
.menu1 ul li.drop {margin-bottom:-2px;}
.menu1 ul li a, .menu1 ul li a:visited {display:block; height:2em; line-height:1.9em; text-decoration:none; color:#888;}
.menu1 ul li a.last, .menu1 ul li a.last:visited {display:block; height:14em; line-height:2em;}
.menu1 ul li ul {display:none;}

.menu1 ul li:hover a, .menu1 ul li a:hover {border:0; font-weight:bold; color:#b75;}
.menu1 ul li:hover ul, .menu1 ul li a:hover ul {display:block; height:12em; margin-top:-1px; }
.menu1 ul li:hover ul li a, .menu1 ul li a:hover ul li a {height:2em; font-weight:normal; color:#888;}
.menu1 ul li:hover ul li:hover a, .menu1 ul li a:hover ul li a:hover {text-decoration:underline; color:#b75;}
