/*
body { behavior:url("csshover3.htc"); }
#info {height:500px;}
*/

/* ================================================================ 
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/menus/final_drop3.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== 
Colours
#aaa   #9c0
#bbb   #ad0
#ccc   #be0      no difference
#dfo   #df0 #f00
*/



/* style the outer div to give it width */
.menu2 {
			font-size:1em;
			padding-bottom:20px;
			width:748px;
			text-align: left;
}
 
/* remove all the bullets, borders and padding from the default list styling */
.menu2 ul {
			padding:0;
			margin:0;
			list-style-type:none;
			height:3em;
			background:#9c0;
}
 
/* style the sub-level lists      width:13em; */
.menu2 ul ul {width:10em;}
 
/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu2 ul li {float:left;height:3em;line-height:3em; border: 1px solid #6C0;
}
 
/* style the sub level list items       width:12em;   */
.menu2 ul ul li {display:block;width:9.5em;height:auto;position:relative;line-height:1em;}
 
/* style the links for the top level      padding:0 3em 0 1em;    */
.menu2 a, .menu2 a:visited {display:block;float:left;height:100%;font-size:1em;text-decoration:none;color:#000;background:#9c0;padding:0 .25em 0 .25em;}
 
/* style the sub level links    width:12em; */
.menu2 ul ul a, .menu2 ul ul a:visited {display:block;background:#ad0; color:#000;width:9.5em;height:100%;line-height:1em; padding:.25em .25em .25em .25em;}

/* width:14em; w\idth:12em; */
.menu2 ul table ul a, .menu2 ul table ul a:visited  {width:11.1em;w\idth:13.6em;}
 
 
/* style the table so that it takes no part in the layout - required for IE to work */
.menu2 table {position:absolute; left:0; top:0; font-size:1em; z-index:-1;}
.menu2 ul ul table {lef\t:-1px;}
.menu2 ul ul table ul.left2 {margin-lef\t:2px;}
 
.menu2 li:hover {position:relative;}
* html .menu2 a:hover {position:relative;}
 
/* style the third level background */
.menu2 ul ul ul a, .menu2 ul ul ul a:visited {background:#be0;}
/* style the fourth level background */
.menu2 ul ul ul ul a, .menu2 ul ul ul ul a:visited {background:#dfo;}
/* style the sub level 1 background */
.menu2 ul :hover a.sub1 {background:#be0;}
/* style the sub level 2 background */
.menu2 ul ul :hover a.sub2 {background:#dfo;}
 
/* style the level hovers */
/* first */
.menu2 a:hover {color:#00b;background:#ad0;}
.menu2 :hover > a {color:#00b;background:#ad0;}
/* second */
.menu2 ul ul a:hover{color:#00c;background:#be0;}
.menu2 ul ul :hover > a {color:#00b;background:#be0;}
/* third */
.menu2 ul ul ul a:hover {background:#dfo;}
.menu2 ul ul ul :hover > a {background:#dfo;}
/* fourth */
.menu2 ul ul ul ul a:hover {background:#eee;}
 
 
/* hide the sub levels and give them a positon absolute so that they take up no room      width:14em; 11.1em    */
.menu2 ul ul {visibility:hidden;position:absolute;height:0;top:3em;left:0;width:14em;}
 
/* position the third level flyout menu    left:14em;top:0;width:14em;    */
.menu2 ul ul ul{left:10.1em;top:0;width:11.1em;}
 
/* position the third level flyout menu for a left flyout     left:-14em;   */
.menu2 ul ul ul.left2 {left:-9.8em;}
 
 
/* make the second level visible when hover on first level list OR link */
.menu2 ul li:hover ul, .menu2 ul a:hover ul {visibility:visible; height:auto; padding-bottom:3em; background:transparent url(images/trans.gif);}
/* 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;}
/* make the fourth level visible when you hover over third level list OR link */
.menu2 ul :hover ul :hover ul :hover ul {visibility:visible;}
 
