/* CSS Document */

<style type="text/css">
<!--
ul.menu1 {
top: 0px;
font-family: tahoma, geneva,verdana, sans-serif;
font-weight:bold;
font-size: 13px;
padding:0; 
margin:0; 
border:0; 
list-style-type:none; 
height:22em; 
overflow:hidden; 
width:160px; 
text-align:left; 
color:#666; 
}
-->

/* ================================================================ 
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.
=================================================================== */


ul.menu1, ul ul {
padding:0; 
margin:0; 
border:0; 
list-style-type:none; 
height:22em; 
overflow:hidden; 
width:160px; 
text-align:left; 
color:#666; 
}

ul.menu1 table {
border-collapse:collapse; 
padding:0; 
margin:0; 
font-size:1em;
}

ul.menu1 ul {
margin-left:1em;
}

ul.menu1 li {
text-indent:0.5em;
}

ul.menu1 li.drop {
margin-bottom:-2px;
}

ul.menu1 li a, 
ul.menu1 li a:visited {
display:block; 
width:14em; 
height:2em; 
line-height:1.9em; 
text-decoration:none; 
color:#666;
}

ul.menu1 li a.last, 
ul.menu1 li a.last:visited {
display:block; 
width:14em; 
height:14em; 
line-height:2em;
}

ul.menu1 li ul {
display:none;
}

ul.menu1 li:hover a, 
ul.menu1 li a:hover {
border:0; 
color:#000;
font-weight:bold;
}
/*----------  drop menu height was 22em - I changed to 6 --------*/
ul.menu1 li:hover ul, 
ul.menu1 li a:hover ul {
display:block; 
height:6em; 
width:12em; 
margin-top:-1px; 
color:#ff0000;
}

ul.menu1 li:hover ul li a, 
ul.menu1 li a:hover ul li a {
height:2em; 
color:#ff0000; 
color:#666;
font-weight:normal;
}

ul.menu1 li:hover ul li:hover a, 
ul.menu1 li a:hover ul li a:hover {
font-weight:bold; 
color:#ff0000;
}


</style>