/* ================================================================ 
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 */
.menutop {font-family: arial, sans-serif; width:975px; height:22px; position:relative; font-size:11px; z-index:110;background:#DDD;}
.menutop ul li a, .menutop ul li a:visited {
    display:block;
    text-decoration:none;
    color:#000;
    width:160px;
    height:20px;
    text-align:center;
    color:#676767;
    border: 1px #DDD solid;
    border-right: 1px #999 solid;
    background:#DDD;
    line-height:20px;
    font-size:13px;
    font-weight: bold;
    overflow:hidden;
}

.menutop ul {padding:0; margin:0; list-style: none;}
.menutop ul li {float:left; position:relative;}
.menutop ul li ul {display: none; border: 1px #999 solid; z-index:110;}

/* specific to non IE browsers */
.menutop ul li:hover a {color:#fff; background:#B20;border: 1 solid #999;}
.menutop ul li:hover ul {display:block; position:absolute; top:21px; left:0; width:160px;}
.menutop ul li:hover ul li a.hide {background:#6a3; color:#fff;}
.menutop ul li:hover ul li:hover a.hide {background:#B20; color:#fff;}
.menutop ul li:hover ul li a {display:block; background:#ddd; color:#000;text-align:left;}
.menutop ul li:hover ul li a:hover {background:#B20; color:#fff;}


