﻿/* ================================================================ 
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, arial; width:160px; height:297px; position:absolute; top: 57px; right: 25px; font-size:12px; font-weight: bold; z-index: 1000000;} /* ADD 27PX TO HEIGHT EVERY TIME A NEW BUTTON IS ADDED */
.menu ul li a:visited {display:block; text-decoration:none; color:#000; width:160px; height:27px; text-align:center; text-indent: 0px; line-height:27px;}
.menu ul li a {display:block; text-decoration:none; color:#000; width:160px; height:27px; text-align:center; text-indent: 0px; line-height:27px; background: #3c3c3c url(../images/nav-button.jpg) no-repeat;}
.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 {width: 160px; height: 27px; color:#000; background: #3c3c3c url(../images/nav-button-hover.jpg) no-repeat;}
.menu ul li:hover ul {display:block; position:absolute; top:0; left:160px; width:160px;}
.menu ul li:hover ul li a.hide {background:#dfc184; color:#000;}
.menu ul li:hover ul li:hover a.hide {width:160px;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background: #196804 /* url(../images/nav-button-sub.jpg) no-repeat */; color:#fbc000; width:160px;}
.menu ul li:hover ul li a:hover {background: #74a168 /* url(../images/nav-button-sub-hover.jpg) no-repeat */; color:#000;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:160px; top:0; color:#fbc000;}
.menu ul li:hover ul li:hover ul li a {display:block; background: #196804 /* url(../images/nav-button-sub.jpg) no-repeat */; color:#fbc000; width:160px;}
.menu ul li:hover ul li:hover ul li a:hover {background: #74a168 /* url(../images/nav-button-sub-hover.jpg) no-repeat */; color:#000; width: 160px;}
