/* ================================================================ 
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 {width:1000px; position:relative; border-top:1px solid #FFFFFF}
/*
.pad1 {width:50px; height:25px; background:#baa; display:inline; float:left; margin:3px 3px 0 3px;}
.pad2 {width:50px; height:25px; background:#baa; display:inline; float:left; margin:3px 3px 0 0;}
*/
#menu {list-style-type:none; padding:0; margin:0;}
#menu ul {list-style-type:none; padding:0; margin:0;}
#menu li {float:left;  margin:0px; border-right:1px solid #FFFFFF; position:relative; }
#menu li.sub {/*background:#FFFFFF; */ }
#menu li.sub a.sub {background-image:url(../../images/drop2.gif); background-repeat:no-repeat; background-position:right;}

/* 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:#000; background-color:#707078;  height:25px; font-family:arial, sans-serif; font-size:12px; line-height:24px; width:124px; text-decoration:none;}
#menu li a { text-align:center;  font-size:12px; color:#FFFFFF; font-family:Verdana, Arial, Helvetica, sans-serif}
#menu :hover {color:#CC0000; background:#FFFFFF;}
#menu :hover > a {color:#CC0000; background:#FFFFFF;}

#menu ul li a , ul ul li a { text-align:left; vertical-align:middle; border-bottom:1px solid #666666; background:#FFFFFF; color:#000000; filter:alpha(opacity=83);-moz-opacity:.83;opacity:.83; width:279px; height:33px; }
#menu ul li a:hover , ul ul li a:hover {color:#CC0000; background-color:#6699CC;}



#menu ul, 
#menu :hover ul ul,
#menu :hover ul :hover ul ul,
#menu :hover ul :hover ul ul.left {position:absolute; left:-9999px; width:128px;}

#menu :hover ul{left:0;top:25px; background:url(transparent.gif);} /* the background image is for IE7 */

#menu :hover ul :hover ul,
#menu :hover ul :hover ul :hover ul {padding:0 3px; left:279px; top:1px;}

#menu :hover ul :hover ul.left,
#menu :hover ul :hover ul :hover ul.left {padding:0 3px; left:-131px; top:-3px;}
