/* ================================================================ 
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/dd_valid.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;
 width: 930px;
 height: 20px;
 position: relative;
 font-size: 11px;
 z-index: 100;
 border-left: 1px solid #ffffff;
}

.menu ul li a, .menu ul li a:visited {
 display: block;
 text-decoration: none;
 width: 123px;
 text-align: center;
 color: #ffffff;
 border-right: 1px solid #ffffff;
 border-top: 1px solid #ffffff;
 background: url('menubg.gif');
 line-height: 20px;
 font-weight: bold;
 font-size: 11px;
 overflow: hidden;
 padding: 0 3px 0 3px;
}

.menu ul li._selected a, .menu ul li._selected a:visited {
 display: block;
 text-decoration: none;
 width: 123px;
 text-align: center;
 border-right: 1px solid #ffffff;
 border-top: 1px solid #ffffff;
 line-height: 20px;
 font-weight: bold;
 font-size: 11px;
 overflow: hidden;
 color: #1c3d71;
 background: #eee8aa;
 padding: 0 3px 0 3px;
}

.menu ul {
 padding: 0;
 margin: 0;
 list-style: none;
}

.menu ul li {
 float: left;
 position: relative;
}

.menu ul li ul {
 display: none;
}

/* specific to non IE browsers */
.menu ul li:hover a {
 color: #1c3d71;
 background: none;
 background-color: #ffff99;
 background: #eee8aa;
}

.menu ul li:hover ul {
 display: block;
 position: absolute;
 top: 20px;
 left: 0;
 width: 130px;
}

.menu ul li:hover ul li a.hide {
 background: #fffae5;
 background: #e8e8e8;
 background: #c8c8c8;
 color: #1c3d71;
 text-align: left;
}

.menu ul li:hover ul li:hover a.hide {
 /* old bg
 background: #dfdfdf;
 */
 background: #fffae5;
 background: #336699;
 color: #1c3d71;
 color: #ffffff;
}

.menu ul li:hover ul li ul {
 display: none;
}

.menu ul li:hover ul li a {
 display: block;
 /* old bg
 background: #fffae5;
 */
 background: #e8e8e8;
 background: #e0e0e0;
 background: #c8c8c8;
 color: #1c3d71;
 text-align: left;
 padding: 0 0 0 6px;
}

.menu ul li._selected:hover ul li a {
 display: block;
 /* old bg
 background: #fffae5;
 */
 background: #e8e8e8;
 background: #e0e0e0;
 background: #c8c8c8;
 color: #1c3d71;
 text-align: left;
 padding: 0 0 0 6px;
}

.menu ul li:hover ul li a:hover {
 /* old bg
 background: #dfdfdf;
 */
 background: #fffae5;
 background: #336699;
 color: #1c3d71;
 color: #ffffff;
}

.menu ul li._selected:hover ul li a:hover {
 /* old bg
 background: #dfdfdf;
 */
 background: #fffae5;
 background: #336699;
 color: #1c3d71;
 color: #ffffff;
}

.menu ul li:hover ul li:hover ul {
 display: block;
 position:absolute;
 left: 130px;
 top: 0;
}

.menu ul li:hover ul li:hover ul.left {
 left: -130px;
}
