/* ================================================================ 
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 */
#topheader {z-index:100;}
#topheader ul#topmenu li.hide a {display:block;width:94px; padding:0 5px;text-align:left; overflow:hidden;}
#topheader ul#topmenu li {float:left; position:relative;}
#topheader ul#topmenu li.hide ul {display: none;}

/* specific to non IE browsers */
#topheader ul#topmenu li:hover ul {display:block; position:absolute; top:14px; left:0; width:95px;}
#topheader ul#topmenu li:hover ul li a.hide {background:#ddded8 url(../images/bg-grey.jpg) 0 0 repeat; color:#000;}
#topheader ul#topmenu li:hover ul li:hover a.hide {background:#ddded8 url(../images/bg-grey.jpg) 0 0 repeat; color:#000;}
#topheader ul#topmenu li:hover ul li a {display:block;line-height:2.0;font-size:10px; background:#ddded8 url(../images/bg-grey.jpg) 0 0 repeat; color:#000;border-bottom:1px solid #fff;}
#topheader ul#topmenu li:hover ul li a:hover {background-image:none; color:#000;}
