							
/* ================================================================ 
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/flyout4.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.
=================================================================== */


/* note from Phil - don't change the height of a li or ol element - it prevents the ol li numbers from appearing in IE 6 !!!!!!! */


.map {clear:left;
z-index:1000;
height:310px;
/* margin:25px 5px 50px 20px; */ /* this page only */
font-family: verdana, arial, helvetica, sans-serif;
font-size:12px;}

.map ol {
/* width:400px; */
/* height:182px; */
position:relative;
line-height:normal;
padding-left:20px;
margin-left:20px;}

.map li {
/* height:20px; */
line-height:normal;
margin-bottom:0;
/* padding:0px;
margin:0px; */
}

/* get rid of the table */
.map table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em; width:0; height:0;}

/* style the links */
.map a, .map a:visited {
display:block; 
text-decoration:none;
/* height:20px; */
line-height:20px;
width:200px;
color:#000;
/* text-indent:5px; */
}

/* style the link hover */
* html .map a:hover {color:#fff; background:#999;}

.map ol a:hover {background:#CCCCCC;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.map ol span {
visibility:hidden;
position:absolute;
top:-2px;
left:235px;
}

/* make the second level visible when hover on first level list OR link */
.map ol li:hover span,
.map ol a:hover span {
visibility:visible;
height:280px;
padding:10px;
width:200px;
border:1px solid #000;
background-color: #fff;
}












