/*
#pad {height:135px;}
/* ================================================================
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.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
=================================================================== */
#menu1 {font-size: 0.9em;padding:0; margin-top:0px; list-style:none; height:38px; position:relative; z-index:500; background: #eaeaf2; width: 920px}
#menu1 li {float:left; border-right:2px solid #ffffff;}
#menu1 li a {display:block; float:left; height:38px; line-height:38px; color: #5d5b5c; text-decoration:none; font-weight:normal; opacity:.90; filter: alpha(opacity:90); padding-left: 9px; padding-right: 9px; font-size: 1.4em }

#menu1 table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

#menu1 li a:hover {z-index:200; position:relative;color:#eaeaf2; }
#menu1 li:hover {position:relative; z-index:200;}

#menu1 li:hover > a {color:#5d5b5c; background:#dfdfdf;}
#menu1 li:hover > a.sub {}

#menu1 li.section a.sub {color:#5d5b5c; background:#dfdfdf /* url(../images/down-arrow.gif) no-repeat right center */ ;}
#menu1 li a.sub {background: #eaeaf2;}
#menu1 li:hover {background: #dfdfdf;}
#menu1 li.current a.sub {color:#5d5b5c; background:#dfdfdf /* url(../images/down-arrow.gif) no-repeat right center */ ;}

#menu1 :hover ul {left:0; top:38px; width:200px; background:#dfdfdf; }

/* keep the 'next' level invisible by placing it off screen. */
#menu1 ul,
#menu1 :hover ul ul {font-size: 0.8em;background: #dfdfdf; position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin-left: -40px; padding 0px; list-style:none;}

#menu1 :hover ul :hover ul
{left:120px; top:-1px; background:#eaeaf2; white-space:nowrap; width:200px; z-index:200; height:auto;}

#menu1 :hover ul li {margin:0; border-top:1px solid #ffffff;}
#menu1 :hover ul li a {width:180px; padding:0; text-indent:10px; background:#eaeaf2; color:#5d5b5c; height:30px; line-height:30px;}
#menu1 :hover ul li a.fly {background:#dfdfdf /* url(../images/right-arrow.gif) no-repeat right center */ ;}

/*MENUS*/
#menu1 :hover ul :hover {background-color:#dfdfdf; color:#5d5b5c;}
#menu1 :hover ul :hover a.fly {background-color:#dfdfdf; color:#5d5b5c;}

#menu1 :hover ul li.currentsub a {background:#eaeaf2; color:#eaeaf2;}
#menu1 :hover ul li.currentsub a.fly {background:#eaeaf2 /* url(../images/right-arrow.gif) no-repeat right center */ ; color:#eaeaf2;}

#menu1 :hover ul :hover ul li a {width:200px; padding:0; text-indent:10px; background:#eaeaf2; color:#ccc;}
#menu1 :hover ul :hover ul :hover {background-color:#eaeaf2; color:#eaeaf2;}

#menu1 :hover ul :hover ul li.currentfly a,
#menu1 :hover ul :hover ul li.currentfly a:hover {background:#eaeaf2; color:#fff;}
