/* ================================================================ 
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/small_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 */

body {margin:0;}


.small_menu {font-family: arial, sans-serif; width:430px; height:20px; position:relative; font-size:9px; z-index:100;}
.small_menu ul li a, .small_menu ul li a:visited {display:block; text-decoration:none; color:#6e6e6e;width:69px; height:20px; text-align:center; color:#6e6e6e; border:1px solid #fff; background:#FFFFFF; line-height:20px; font-size:9px; overflow:hidden; border-right-color:#e3ded1; border-left-color:#e3ded1; border-bottom:none; border-top:none;}
.small_menu ul {padding:0; margin:0; list-style: none;}
.small_menu ul li {float:left; position:relative;}
.small_menu ul li ul {display: none;}

/* specific to non IE browsers */
.small_menu ul li:hover a {color:#6e6e6e; background:#fff; }
.small_menu ul li:hover ul {display:block; position:absolute; top:21px; left:0; width:105px;}
.small_menu ul li:hover ul li a.hide {background:#7c7c7c; color:#fff;}
.small_menu ul li:hover ul li:hover a.hide {background:#e9e9e9; color:#6e6e6e;}
.small_menu ul li:hover ul li ul {display: none;}
.small_menu ul li:hover ul li a {display:block; background:#fff; color:#6e6e6e;}
.small_menu ul li:hover ul li a:hover {background:#e9e9e9; color:#6e6e6e;}
.small_menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.small_menu ul li:hover ul li:hover ul.left {left:-105px;}
