/* ================================================================ 
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 */
.sndd {font-family: arial, sans-serif; width:100%; height:auto; position:relative; font-size:12px; font-weight:bold; z-index:100;}
.sndd ul li a, .sndd ul li a:visited {padding-left:12px; display:block; text-decoration:none; color:#000;width:100px; height:26px; text-align:left; color:#FFFFFF; background:#875483; line-height:26px; font-size:12px; overflow:hidden; /*border:1px solid #fff;*/ }
.sndd ul {padding:0; margin:0; list-style: none;}
.sndd ul li {float:left; position:relative;}
.sndd ul li ul {display: none; }
.sndd ul li ul li {border:1px solid #E4E9C9;}

/* specific to non IE browsers */
.sndd ul li:hover a {color:#666666; background:#FFFFFF;}
.sndd ul li:hover ul {display:block; position:absolute; top:26px; left:0; width:100px;}
.sndd ul li:hover ul li a.hidesndd {background:#6a3; color:#fff;}
.sndd ul li:hover ul li:hover a.hidesndd {background:#6fc; color:#000;}
.sndd ul li:hover ul li ul {display: none;}
.sndd ul li:hover ul li a {display:block; background:#E4E9C9; color:#647522;}
.sndd ul li:hover ul li a:hover {background:#FFFFFF; color:#666666;}
.sndd ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.sndd ul li:hover ul li:hover ul.left {left:-105px;}

