/* ================================================================ 
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.stunicholls.com/menu/hover_drop_2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#outer       { background: #f42f0d no-repeat right bottom; position: relative; width: 728px; height: 28px; border: solid 0 #f42f0d }

.pad1    { background: #f42f0d; display: inline; margin: 3px 3px 0; width: 50px; height: 25px; float: left }
.pad2    { background: #f42f0d; display: inline; margin: 3px 3px 0 0; width: 50px; height: 25px; float: left }

#menu   { list-style-type: none; margin: 0; padding: 0 }
#menu ul {list-style-type:none; padding:0; margin:0;}
#menu li  { color: #fff; background: #f42f0d; margin: 3px 3px 0 0; position: relative; float: left }
#menu li.sub     { color: #fff; background: #f42f0d }

/* for IE5.5 and IE6 only */
#menu table {border-collapse:collapse;position:absolute;top:0;left:0;z-index:80;font-size:1em;}

#menu li a       { color: #fff; font-size: 11px; font-family: arial, sans-serif; line-height: 24px; text-decoration: none; text-align: center; display: block; width: 101px; height: 25px }
#menu :hover   { color: #fff; background: #f42f0d }
#menu :hover > a   { color: #fff; background: #f60 }

#menu ul, 
#menu :hover ul ul,
#menu :hover ul :hover ul ul,
#menu :hover ul :hover ul ul.left       { position: absolute; left: -9999px; width: 101px }

#menu :hover ul { background: #f42f0d url("transparent.gif"); top: 25px; left: 0 } /* the background image is for IE7 */

#menu :hover ul :hover ul,
#menu :hover ul :hover ul :hover ul {padding:0 3px; left:125px; top:-3px;}

#menu :hover ul :hover ul.left,
#menu :hover ul :hover ul :hover ul.left {padding:0 3px; left:-131px; top:-3px;}
