/* ================================================================ 
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:13px; font-weight: bold; text-transform: uppercase; width:216px; position:relative; margin:0 auto; height:306px; z-index: 999;} /* ADD 34PX TO HEIGHT EVERY TIME A NEW BUTTON IS ADDED */
.menu ul li a:visited {display:block; text-decoration:none; color: #6a6f64; width:216px; height: 34px; text-align:left; text-indent: 15px; line-height:34px;}
.menu ul li a {display:block; text-decoration:none; color: #6a6f64; width:216px; height: 34px; text-align: left; text-indent: 15px; line-height:34px; background: transparent url(../images/nav-button.png) 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: 216px; height: 34px; color: #ffffff; background: transparent url(../images/nav-button-hover.png) no-repeat;}
.menu ul li:hover ul {display:block; position:absolute; top:0; left:180px; width:180px;}
.menu ul li:hover ul li a.hide {background:#dfc184; color: #fff;}
.menu ul li:hover ul li:hover a.hide {width:180px;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background: #ffffff url(../images/nav-button-sub.jpg) no-repeat; color: #fff; width:180px; text-indent: 12px;}
.menu ul li:hover ul li a:hover {background: #ffffff url(../images/nav-button-sub-hover.jpg) no-repeat; color: #ffffff;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:180px; top:0; color: #fff;}
.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:180px;}
.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: 180px;}






/* common styling */
.menu-btn {font-family: verdana, arial; font-size:13px; font-weight: bold; text-transform: uppercase; width:200px; margin: 0 auto; position:relative; height:34px; z-index: 990;} /* ADD 34PX TO HEIGHT EVERY TIME A NEW BUTTON IS ADDED */
.menu-btn ul li a:visited {display:block; text-decoration:none; color: #fff; width:200px; height: 34px; text-align:left; text-indent: 15px; line-height:34px;}
.menu-btn ul li a {display:block; text-decoration:none; color: #fff; width:200px; height: 34px; text-align: left; text-indent: 15px; line-height:34px; background: transparent url(../images/menu-btn.png) no-repeat;}
.menu-btn ul {padding:0; margin:0; list-style-type: none; }
.menu-btn ul li {float:left; margin-left:0px; position:relative;}
.menu-btn ul li ul {display: none;}


/* specific to non IE browsers */
.menu-btn ul li:hover a {width: 200px; height: 34px; color: #6a6f64; background: transparent url(../images/menu-btn-hover.png) no-repeat;}




/* common styling */
.menu-btn-right {font-family: verdana, arial; font-size:13px; font-weight: bold; text-transform: uppercase; width:200px; float: right; margin-right: 16px; position:relative; height:34px; z-index: 990;} /* ADD 34PX TO HEIGHT EVERY TIME A NEW BUTTON IS ADDED */
.menu-btn-right ul li a:visited {display:block; text-decoration:none; color: #fff; width:200px; height: 34px; text-align:left; text-indent: 15px; line-height:34px;}
.menu-btn-right ul li a {display:block; text-decoration:none; color: #fff; width:200px; height: 34px; text-align: left; text-indent: 15px; line-height:34px; background: transparent url(../images/menu-btn.png) no-repeat;}
.menu-btn-right ul {padding:0; margin:0; list-style-type: none; }
.menu-btn-right ul li {float:left; margin-left:0px; position:relative;}
.menu-btn-right ul li ul {display: none;}


/* specific to non IE browsers */
.menu-btn-right ul li:hover a {width: 200px; height: 34px; color: #6a6f64; background: transparent url(../images/menu-btn-hover.png) no-repeat;}