@charset "UTF-8";
/* CSS Document */

/* style the outer div to give it width */
.moduletable_menu {font-size: 11px;margin:22px 0 0 0; height:34px; width:430px; float:left; font-family: Arial, Helvetica, sans-serif; z-index:3000;}
* html .moduletable_menu { margin:16px 0 0 0; height:40px; }

/* remove all the bullets, borders and padding from the default list styling */
.moduletable_menu ul {padding:0;margin:0;list-style-type:none;}

/* style the sub-level lists */
.moduletable_menu ul ul {}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.moduletable_menu ul li {float:left;line-height:3em; background:url(../images/main-menu/menu-divider.gif) right no-repeat; z-index:3000;}

/* style the sub level list items */
.moduletable_menu ul ul li {display:block;width:150px;height:auto;position:relative;line-height:1em;margin-left:0; z-index:3001;}
.moduletable_menu ul ul li.start {display:block;width:150px;height:auto;position:relative;line-height:1em; margin-left:1px;}

/* style the links for the top level */
.moduletable_menu a, .moduletable_menu a:visited {display:block;float:left;height:100%;font-weight:800;text-decoration:none;color:white;padding:0 12px 0 10px;}

/* style the sub level links */
.moduletable_menu ul ul a, .moduletable_menu ul ul a:visited {display:block;background:black; color:white;width:150px;height:100%;line-height:1em; padding:0.6em 1em;font-weight:400;font-size:10px; border-top:1px solid #555;z-index:3002; }
.moduletable_menu ul table ul a, .moduletable_menu ul table ul a:visited  {width:150px; w\idth:150px;}


/* style the table so that it takes no part in the layout - required for IE to work */
.moduletable_menu table {position:absolute; left:0; top:0; font-size:1em;z-index:-1;}
.moduletable_menu ul ul table {lef\t:-1px;}
.moduletable_menu ul ul table ul.left {margin-lef\t:2px;}

.moduletable_menu li:hover {position:relative;}
* html .moduletable_menu a:hover {position:relative;}

/* style the third level background */
.moduletable_menu ul ul ul a, .moduletable_menu ul ul ul a:visited {background:#ccc;}
/* style the fourth level background */
.moduletable_menu ul ul ul ul a, .moduletable_menu ul ul ul ul a:visited {background:#ddd;}
/* style the sub level 1 background */
.moduletable_menu ul :hover a.sub1 {background:#ccc;}
/* style the sub level 2 background */
.moduletable_menu ul ul :hover a.sub2 {background:#ddd;}

/* style the level hovers */
/* first */
.moduletable_menu a:hover {color:#0099cc;z-index:3000;}
.moduletable_menu :hover > a {color:#0099cc;z-index:3000;}
/* second */
.moduletable_menu ul ul a:hover{color: white;background: #0099cc;}
.moduletable_menu ul ul :hover > a {color: white;background: #0099cc;}
/* third */
.moduletable_menu ul ul ul a:hover {background:black;}
.moduletable_menu ul ul ul :hover > a {background:black;}
/* fourth */
.moduletable_menu 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 */
.moduletable_menu ul ul {visibility:hidden;position:absolute;height:0;top:3em;left:0;width:14em;}

/* position the third level flyout menu */
.moduletable_menu ul ul ul{left:14em;top:0;width:14em;}

/* position the third level flyout menu for a left flyout */
.moduletable_menu ul ul ul.left {left:-14em;}


/* make the second level visible when hover on first level list OR link */
.moduletable_menu ul li:hover ul, .moduletable_menu 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 */
.moduletable_menu ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
.moduletable_menu ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.moduletable_menu ul :hover ul :hover ul{visibility:visible;}
/* make the fourth level visible when you hover over third level list OR link */
