/* ================================================================ 
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; font-size:11px; font-weight: normal; width:168px; position:relative; padding-bottom: 2px; margin:0 auto; height: 176px; z-index: 999; background: #00559a url(../images/menu-bg.jpg) no-repeat bottom;} /* ADD 16PX TO HEIGHT EVERY TIME A NEW BUTTON IS ADDED */
.menu ul li a:visited {display:block; text-decoration:none; color: #fff; width:168px; height: 16px; text-align:left; text-indent: 10px; line-height:15px;}
.menu ul li a {display:block; text-decoration:none; color: #fff; width:168px; height: 16px; text-align:left; text-indent: 10px; line-height:15px; /* background: #8e8c70 url(../images/nav-button.jpg) no-repeat; */}
.menu ul {padding:0; margin:0; list-style-type: none; }
.menu ul li {float:left; margin-left:0px; position:relative;}
.menu ul li ul {display: none;}


/* specific to non IE browsers */
.menu ul li:hover a {width: 168px; height: 16px; color: #fff; background: #8e8c70 url(../images/nav-button-hover.jpg) no-repeat;}
.menu ul li:hover ul {display:block; position:absolute; top:0; left:168px; width:168px;}
.menu ul li:hover ul li a.hide {background:#dfc184; color: #fff;}
.menu ul li:hover ul li:hover a.hide {width:168px;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background: #8e8c70 url(../images/nav-button-sub.jpg) no-repeat; color: #fff; width:168px; text-indent: 8px;}
.menu ul li:hover ul li a:hover {background: #00559a url(../images/nav-button-sub-hover.jpg) no-repeat; color: #fff;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:168px; top:0; color: #42423c;}
.menu ul li:hover ul li:hover ul li a {display:block; background: #ffffff url(../images/nav-button-sub.jpg) no-repeat; color: #1d5e83; width:168px;}
.menu ul li:hover ul li:hover ul li a:hover {background: #ffffff url(../images/nav-button-sub-hover.jpg) no-repeat; color: #1d5e83; width: 168px;}


