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

.menu { width: 100%; position: relative; z-index:100; padding-top:10px; }
.menu ul li a, .menu ul li a:visited { display: block; text-decoration: none; left; color: #fff; background: #494949; padding:0px 10px 10px 10px; overflow: hidden; }

.menu ul li.level_2, .menu ul li.level_3 { font-weight: normal; background: none;}
.menu ul li.level_2_wsub, .menu ul li.level_3_wsub { font-weight: normal; background: none;}
.menu ul { padding: 0; margin: 0; list-style: none; }
.menu ul li { float: left; position:relative; }
.menu ul li ul { display: none; }


/* specific to non IE browsers */

.menu ul li:hover a { border-bottom:3px solid #fe0036; color: #fff; }
.menu ul li:hover ul { display: block; position: absolute; top: 31px; left: 0; width: 140px; }
.menu ul li:hover ul li ul { display: none; }
.menu ul li:hover ul li a, .menu ul li:hover ul li a:visited { padding-top: 5px; border: 0; width: 140px; display: block; background: #494949; color: #fff; }
.menu ul li:hover ul li a:hover { border-bottom:3px solid #fe0036; background: #494949; color: #fff; }
.menu ul li:hover ul li:hover ul { display: block; position: absolute; left: 145px; top: 0; }
.menu ul li:hover ul li:hover ul.left { left: -145px; }

