/* ================================================================ 
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.cssplay.co.uk/menu2s/padding.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* style the outer div to give it width */
.menu2 {font-size:0.85em; width:900px; display: block; float: left; margin-top: -2.3em; z-index: 9999; position: relative;}

/* remove all the bullets, borders and padding from the default list styling */
.menu2 ul {padding:4px 0px 0px 0px;margin:0;list-style-type:none; height: 27px; line-height: 30px; background:transparent; margin-bottom: 0px; }


#topnav ul li ul {margin-top: -0.9em; padding-top: 0px;}

#topnav ul li ul li { text-transform: uppercase; margin: 0 0 2px -4px; padding: 8px; }

/* style the sub-level lists */
.menu2 ul ul {width:15em; margin-top: 0px; z-index: 1000; position: relative;}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu2 positon */
.menu2 ul li {float:left;height:20px;line-height:20px; display:block; background: none; padding: 6px 8px 6px 8px; }

/* style the sub level list items */
.menu2 ul ul li {display:block;width:12em;height: 20px; line-height:1em; margin-top: 0px; padding: 6px 8px 6px 8px; margin-top: 20px; margin-bottom: 0px; z-index: 1000; position: relative; }

/* style the sub level list items */
.menu2 ul ul ul li {display:block;width:12em;height: 23px; line-height:23px; margin-top: 12px; }

/* style the links for the top level */
.menu2 a, .menu2 a:visited {display:block;float:left; width: auto; text-decoration:none; padding:2px 0px 0 0em;   display: block;
font-size:12px;
color:#555555; 
height:21px; 
line-height:23px;
font-weight: bold;
margin-bottom: -4px;
text-align:left;

}
/* hack IE5.x to get the correct the faulty box model and get the width right */
* html .menu2 a, * html .menu2 a:visited {width:11em; w\idth: auto;}

/* style the sub level links */
.menu2 ul ul a, .menu2 ul ul a:visited {display:block;text-decoration:none; font-weight: normal;
background:#000;
filter:alpha(opacity=75);
-moz-opacity:0.75; 
width: 300px;

padding: 2px;
color:#000; 
height: 14px; 
line-height: 21px;
z-index: 1000; position: relative;
}
* html .menu2 ul ul a, * html .menu2 ul ul a:visited  {width:14em; w\idth:12em;}


/* style the table so that it takes no part in the layout - required for IE to work */
.menu2 table {border-collapse:collapse; padding:0; margin:-1px; width:0; height:0; font-size:1em; z-index:1;}


/* style the third level background */
.menu2 ul ul ul a, .menu2 ul ul ul a:visited {background:#000;}
/* style the fourth level background */
.menu2 ul ul ul ul a, .menu2 ul ul ul ul a:visited {background:#000;}
/* style the sub level 1 background */
.menu2 ul :hover a.sub1 {}
/* style the sub level 2 background */
.menu2 ul ul :hover a.sub2 {}

/* style the level hovers */
/* first */
* html .menu2 a:hover { position:relative; z-index:100; color:#555555; text-decoration:none; width: auto;}
.menu2 li:hover {position:relative;}
.menu2 :hover > a {color:#000; }
/* second */
* html .menu2 ul ul a:hover{background:#000; background-image: none; color:#a00; position:relative; z-index:1110;}
.menu2 ul ul li:hover {position:relative; z-index: 1000}
.menu2 ul ul :hover > a {background:#000; background-image: none; color:#a00; z-index: 1000; position: relative;}
/* third */
* html .menu2 ul ul ul a:hover {background:#000; position:relative; z-index:120;}
.menu2 ul ul ul :hover > a {background:#000;}
/* fourth */
.menu2 ul ul ul ul a:hover {background:#000; position:relative; z-index:130;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu2 ul ul {visibility:hidden;position:absolute;height:0;top:4.8em; left:0; width:14em; z-index: 1100;}

/* position the third level flyout menu2 */
.menu2 ul ul ul{left:12em;top:0;width:14em;}


/* make the second level visible when hover on first level list OR link */
.menu2 ul :hover ul{visibility:visible; height:auto; padding:0 3em 0em 3em; left:-3em;}
/* keep the third level hidden when you hover on first level list OR link */
.menu2 ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu2 ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu2 ul :hover ul :hover ul{visibility:visible; left:9em;}
/* make the fourth level visible when you hover over third level list OR link */
.menu2 ul :hover ul :hover ul :hover ul {visibility:visible;}