/* ================================================================ 
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.
=================================================================== */


#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; position:relative; }
#menu li.sub {/*background:#FFFFFF; */z-index:100;}
#menu li.sub a.sub {background-image:url(../img/drop3.gif); background-repeat:no-repeat; background-position:right;z-index:100;}

/* 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; border-bottom:1px solid #b1c2d2; border-right:0; background:#FFFFFF;  height:18px; font-family: arial, helvetica, sans-serif; filter:alpha(opacity=83);-moz-opacity:.83;opacity:.83; font-size:11px; line-height:18px; width:220px; text-decoration:none;
			text-align:left;  font-size:10px; color:#666; text-transform:uppercase; cursor:pointer;}
#menu :hover {color:#f00; background-color:#e9f4ff;} 
#menu :hover ul{left:218px;top:0px;}

#menu ul li a , ul ul li a { display:block; height:19px; text-decoration:none;text-align:left; vertical-align:middle; border-bottom:1px solid #000; border-right:1px solid #000; border-top:1px solid #b7b7b7; border-left:1px solid #b7b7b7; background:#FFFFFF; color:#666666; filter:alpha(opacity=93);-moz-opacity:.93;opacity:.93; width:220px;}
#menu ul li a:hover , ul ul li a:hover {color:#f00; background-color:#e9f4ff;}

#menu :hover ul{left:218px; top:0px; background:url(transparent.gif);} /* the background image is for IE7 */

#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;}










