/* ================================================================
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 */
#nav ul li ul {display: none;}

/* specific to non IE browsers */
#nav ul li.smenu:hover a {background-position:0 -35px;}
#nav ul li.smenu:hover ul {display:block; position:absolute; top:35px; left:-60px; width:254px;z-index:10000;}
#nav ul li.smenu ul li {float:left;width:125px;border:1px solid black;border-width:0px 1px}
#nav ul li.smenu ul li.right {border-width:0 1px 0 0 }
#nav ul li.smenu:hover ul li a {display:block; background:#383838;text-align:center;line-height:20px;}
#nav ul li.smenu:hover ul li a:hover {background:#383838;line-height:20px;}