﻿/* ================================================================ 
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: 11px Arial, Helvetica, sans-serif; width: 160px; position:relative; border-top: 5px solid #002c6f; padding-top: 5px; background:#ecf0f8; }
.menu ul li a, .menu ul li a:visited { display: block; text-decoration: none; color: #002c6f; width: 150px; border-top:1px dotted #595959; background:#ecf0f8; padding: 5px; margin: 0; }
.menu ul { padding: 0; margin: 0; list-style-type: none; }
.menu ul li { padding: 0; margin: 0; float: left; position: relative; list-style-type: none; list-style-image: none;}
.menu ul li ul { display: none; }
.menu ul li a.selected{font-weight:bold;}
.menu ul li a.selected-hide { background: #ecf0f8; color: #002c6f; font-weight:bold;}
/* specific to non IE browsers */
.menu ul li:hover a { color:#fff; background: #002c6f; }
.menu ul li:hover ul { display: block; position: absolute; top: 0; left: 160px; width: 160px; background: #ecf0f8; }
.menu ul li:hover ul li a.hide { background: #ecf0f8; color: #002c6f; }

.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: #002c6f; color: #fff; width: 150px; }
.menu ul li:hover ul li a:hover { background: #002c6f; color: #fff; }
.menu ul li:hover ul li:hover ul { display: block; position: absolute; left: 160px; top: 0; color: #002c6f; }
.menu ul li:hover ul li:hover ul li a { display: block; width: 150px; background: #ecf0f8; color: #002c6f; }
.menu ul li:hover ul li:hover ul li a:hover { background: #002c6f; color: #fff; }
.menu ul li:hover ul li:hover ul li ul{ display: none; }
.menu ul li:hover ul li:hover ul li:hover ul{ display: block; position: absolute; left: 160px; top: 0; color: #002c6f; }
.menu ul li:hover ul li:hover ul li:hover ul li a { display: block; width: 150px; background: #ecf0f8; color: #002c6f; }
.menu ul li:hover ul li:hover ul li:hover ul li a:hover { background: #002c6f; color: #fff; }
.menu ul li:hover ul li:hover ul li ul{ display: none; }
