@charset "utf-8";
/* ================================================================ 
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/flyoutt.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.
=================================================================== */

.tmenu {
font-family: helvetica,arial,times new roman,serif;
font-size: 1em;
position:relative;
z-index:1000;
font-size:75%;
height:235px;
margin:0; /* this page only */
text-align: center;
}

/* remove all the bullets, borders and padding from the default list styling */
.tmenu ul {
padding:0;
margin:0;
list-style-type:none;
width:170px;
position:relative;
border:0;
border-width:0;
}

.tmenu li {
background:transparent;
height:auto; 
min-height:23px;
}
* html .tmenu li {margin-left:-16px; margin-left:0;}
/* get rid of the table */
.tmenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em; width:0; height:0;}

/* style the links */
.tmenu a, .tmenu a:visited {
display:block; 
text-decoration:none;
height:auto; min-height:23px;
line-height:23px;
width:170px;
color:#931212;
font-weight:bold;
background:transparent;
}

.tmenu ul ul a, .tmenu ul ul a:visited {
color: #000;
}

/* style the link hover */
* html .tmenu a:hover {color:#fff; background:#669966;}

.tmenu :hover > a {
color:#fff; 
background:#669966;
}

/* #nogo the sub levels and give them a positon absolute so that they take up no room */
.tmenu ul ul {
visibility:hidden;
position:absolute;
left:160px;
}
/* make the second level visible when hover on first level list OR link */
.tmenu ul li:hover ul,
.tmenu ul a:hover ul {
visibility:visible;
background:#94b894;
}
/* keep the third level hidden when you hover on first level list OR link */
.tmenu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.tmenu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.tmenu ul :hover ul :hover ul{ 
visibility:visible;
background:#94b894;
}
/* make the fourth level visible when you hover over third level list OR link */
.tmenu ul :hover ul :hover ul :hover ul { 
visibility:visible;
background:#94b894;
}
.tmenu ul.top1 {top:0px;}
.tmenu ul.top2 {top:23px;}
.tmenu ul.top3 {top:46px;}
.tmenu ul.top4 {top:69px;}
.tmenu ul.top5 {top:92px;}
.tmenu ul.top6 {top:115px;}
.tmenu ul.top7 {top:138px;}
.tmenu ul.top8 {top:161px;}
.tmenu ul.top9 {top:184px;}
.tmenu ul.topa {top:207px;}

/* common styling */
.menu {font-family: helvetica,arial,times new roman,serif; width:180px;height:106px; position:relative;margin:0;top:20px;padding:0;}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#931212;font-weight:bold; width:160px; height:auto; min-height:16px; text-align:center;font-size:1em;font-size:75%;}
.menu ul {padding:0; margin:0;list-style-type: none; }
.menu ul li {float:left; margin-right:1px; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#000; background:#94b894;}
.menu ul li:hover ul {display:block; position:absolute; top:0; left:161px; width:170px;}
.menu ul li:hover ul li a.hide {background:#931212; color:#fff;}
.menu ul li:hover ul li:hover a.hide {width:200px;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#94b894; color:#000; width:200px;}
.menu ul li:hover ul li a:hover {background:#669966; color:#fff;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:201px; top:0; color:#000;}
.menu ul li:hover ul li:hover ul li a {display:block; width:230px; background:#931212; color:#fff;}
.menu ul li:hover ul li:hover ul li a:hover {background:#669966; color:#fff;}


.events {font-family: helvetica,arial,times new roman,serif; width:87px; position:relative;margin:0;padding:0px;}
.events ul li a, .events ul li a:visited {display:block; text-decoration:none; color:#931212;font-weight:bold; text-align:center; line-height:16px; font-size:0.8em;}
.events ul {padding:0px; margin:0;list-style-type: none; }
.events ul li {float:left; margin-right:1px; position:relative;}
.events ul li ul {display: none;}

.events ul li:hover a {color:#fff; background:#94b894;}
.events ul li:hover ul {display:block; position:absolute; top:30px; right:107px; width:160px;}
.events ul li:hover ul li a.hide {background:#931212; color:#fff;}
.events ul li:hover ul li:hover a.hide {width:150px;}
.events ul li:hover ul li ul {display: none;}
.events ul li:hover ul li a {display:block; background:#94b894; color:#000; width:180px;height:auto;}
.events ul li:hover ul li a:hover {background:#931212; color:#fff;}
.events ul li:hover ul li:hover ul {display:block; position:absolute; left:101px; top:0; color:#000;}
.events ul li:hover ul li:hover ul li a {display:block; width:160px; background:#931212; color:#fff;}
.events ul li:hover ul li:hover ul li a:hover {background:#931212; color:#fff;}