/* ================================================================ 
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 {position:relative; top:0; left:0; width:100%; height:100%; background:none; border:none;}

.pad1 {width: 76px; height:25px; background:none; display:inline; float:left;}

#menu {list-style-type:none; padding:0; margin:0;}
#menu ul {list-style-type:none; padding:0; margin:0;}
#menu li {float:left; background:none; margin:0; height:30px; width:90px; position:relative;
   border-left:none;
   border-top:none;
   border-bottom:none;
   border-right:1px solid #000;
   border-left:1px solid #000;
}
#menu li.sub {background:none;
   border-left:none;
   border-top:none;
   border-bottom:none;
   border-right:1px solid;
}
#menu li.a {float:left; background:#cfcfcf; margin:0; height:30px; width:120px; position:relative; border-bottom:1px solid #000; border-top:1px solid #000;}
#menu li.b {float:left; background:#cfcfcf; margin:0; height:30px; width:120px; position:relative; border-bottom:1px solid #000;}
#menu li.ab {float:left; background:#cfcfcf; margin:0; height:30px; width:120px; position:relative; border-bottom:1px solid #000; border-top:1px solid #000;}
#menu li.bb {float:left; background:#cfcfcf; margin:0; height:30px; width:120px; position:relative; border-bottom:1px solid #000;}

/* 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 {display:block; color:#fff; height:100%; font-family:verdana, sans-serif; font-size:11px; line-height:14px; width:100%; text-decoration:none; text-align:center;}
#menu :hover {color:#000; background:none}
#menu :hover > a {color:#000; background:none;}
#menu :hover > a.a {color:#000; background:#e6e6e6;}

#menu li a.a {color:#000;}

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

#menu :hover ul{left:-16px;top:30px; background:none;} /* the background image is for IE7 */

#menu :hover ul :hover ul,
#menu :hover ul :hover ul :hover ul {padding:0 1px; left:120px; top:0px;}

#menu :hover ul :hover ul.a,
#menu :hover ul :hover ul :hover ul {padding:0 1px; left:120px; top:-225px;}

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