/* ================================================================ 
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.
=================================================================== */
/* common styling */

.menu {
 font-family: verdana, sans-serif;
 width:175px;
 position:relative;
 margin: 0 0;
 background-color: #009999;
}

.menu ul li a, 
.menu ul li a:visited {
 display:block;
 text-decoration:none;
 color:#fff;
 height:28px;
 padding: 0 0 0 15px;
 text-align:left;
 background:#099;
 line-height:24px;
 font-size:14px;
 font-weight: bold;
 width:160px;
}

.menu ul {padding:0; margin:0;list-style-type: none; }
.menu ul li {float:left; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#fff;
 background:#004B77;
 width: 165px;
 background-image:url(../graphics/bg_nav-left.gif);
 background-position: center left;
 background-repeat: no-repeat;
}


.menu ul li:hover ul {display:block; position:absolute; top:0; left:180px;}

.menu ul li:hover ul li a.hide, 
.menu ul li:hover ul li a.hide:hover {
 height: 28px;
 background:transparent;
 background-image:url(../graphics/bg_nav-top.gif);
}

.menu ul li:hover ul li a.down, 
.menu ul li:hover ul li a.down:hover {
 height: 10px;
 background:transparent;
 background-image:url(../graphics/bg_nav-bottom.gif);
}

.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {
 display:block; 
 background:#8AC3C3; 
 color:#fff; 
 width:200px; 
 padding-left:15px; 
 font-size:12px; 
 font-weight: normal;
}

.menu ul li:hover ul li ul.title,
.menu ul li:hover ul li a.title:hover,
.menu ul li:hover ul li a.title {
 display:block; 
 background:#009999; 
 color:#ffffff;
 font-weight: bold; 
 width:200px; 
 padding-left:15px; 
 font-size:12px; 
 font-weight: normal;
}

.menu ul li:hover ul li a:hover {
 background:#4D78A4;
 background-image:url(../graphics/bg_nav-hover-blue2.gif);
 background-repeat: repeat-y;  
 background-position: center left;
 color:#fff;}
