﻿/* ================================================================ 
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: arial, sans-serif; top: 30px; left: 20px; width:180px; height:250px; position:absolute; margin:0; font-size:10px; margin:50px 0;}
.menu ul li a, .menu ul li a:visited
{
    /* background-position: #FFFFFF; */
    display: block;
    text-decoration: none;
    color: #000099;
    width: 180px;
    height: 18px;
    text-align: left; /* background: #FFFFFF; */
    line-height: 15px;
    font-size: 11px;
    background-image: url(../image/menu-triangle.gif);
    font-weight: bold;
    border-top-style: solid;
    border-bottom-style: dotted;
    border-left-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 0;
    border-top-color: #fff;
    border-bottom-color: #000080;
    border-left-color: #fff;
}
.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 all browsers other than IE6 */
.menu ul li:hover a
{
    background-position: #FFFFFF;
    color: #009933;
    background: #FFFFFF;
}
.menu ul li:hover ul {display:block; position:absolute; top:0; left:170px; width:180px;}
.menu ul li:hover ul li a.hide
{
    background: #ffffff;
    color: #003399;
}
.menu ul li:hover ul li:hover a.hide {width:150px;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#ffffff; color:#003399; width:180px;}
.menu ul li:hover ul li a:hover {background:#ffffff; color:#009933;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:179px; top:0; color:#009933;}
.menu ul li:hover ul li:hover ul li a {display:block; width:200px; background:#ffffff; color:#009933;}
.menu ul li:hover ul li:hover ul li a:hover {background:#ffffff; color:#fff;}

