/* ================================================================ 
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:759px;
height:34px;
position:relative;
font-size:11px;
z-index:100;
background-image: url(../images/topnav-shim.gif);
background-repeat: repeat-x;}
.menu ul li a, .menu ul li a:visited {display:block;
text-decoration:none;
color:#000;
height:25px;
text-align:left;
color:#FFFFFF;
font-size:11px;
overflow:hidden;
padding-right: 13px;
padding-top: 9px;
padding-left: 11px;}
.menu ul li.last {
border: 0;
}
.menu ul li.on {
background-image: url(../images/topnav-shim-over.gif);
background-repeat: repeat-x;
color: #CFAD8C;
}
.menu ul li.on a {
background-image: url(../images/topnav-shim-over.gif);
background-repeat: repeat-x;
color: #CFAD8C;
}
.menu ul {
padding:0;
margin:0;
list-style: none;}
.menu ul li {
float:left;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #9AA6b6;
position:relative;}
.menu ul li ul {
display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {
color:#CFAD8C;
background-image: url(../images/topnav-shim-over.gif);
background-repeat: repeat-x;}
.menu ul li:hover ul {
display:block;
position:absolute;
top:33px;
left:0;
margin-left:-1px;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #9AA6b6;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #9AA6b6;}
.menu ul li:hover ul li a.hide {
background:#001E50;
color:#CFAD8C;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #9AA6b6;}
.menu ul li:hover ul li:hover a.hide {
background:#001E50;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #9AA6b6;
color:#CFAD8C;}
.menu ul li:hover ul li ul {
display: none;}
.menu ul li:hover ul li a {
display:block;
background:#001E50;
color:#FFFFFF;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #9AA6b6;}
.menu ul li:hover ul li a:hover {
background:#001E50;
color:#CFAD8C;}
.menu ul li:hover ul li:hover ul {
display:block;
position:absolute;
left:105px;
top:0;}
.menu ul li:hover ul li:hover ul.left {
left:-105px;}
