
#menuh { height:57px; }
#menuh ul { margin:0px; padding:0px; }
#menuh ul li { display: inline; color:#FFF}
#menuh ul li a { float:left; color:#FFF; font-size:16px; padding:18px 20px 20px 20px;  text-decoration:none;}
#menuh ul li a:hover { color:#FFF; font-size:16px; text-decoration:none; background: url("../imgs/fd_menu_transb.gif") repeat-x; }

 
 /*---------------- menu----------------------*/
div#menu_hor { clear:left; height:57px; padding:0; }

/* remove all the bullets, borders and padding from the default list styling */
div#menu_hor ul {padding:0;margin:0;list-style-type:none; height:29px; }
div#menu_hor ul li img { float:left; margin-top:9px; margin-right:6px; }

/* style the sub-level lists */
div#menu_hor ul ul { width:auto; }

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
div#menu_hor ul li {float:left;height:29px;line-height:20px; color:#FFFFFF;z-index:999;}

div#menu_hor ul li a { float:left; color:#FFF; font-size:16px; padding:18px 25px 20px 25px;  text-decoration:none;}
div#menu_hor ul li a:hover { color:#FFF; font-size:16px; text-decoration:none; background: url("../imgs/fd_menu_trans.gif") repeat-x; }

/* style the sub level list items */
div#menu_hor ul ul li {display:block;width: auto;height:auto;position:relative; left:-11px;}
div#menu_hor ul ul li img { float:left; margin:0px; padding:0px; margin-top:-3px; margin-right:6px;}

/* style the links for the top level 
div#menu_hor ul ul a, div#menu_hor ul ul a:visited {display:block;float:left;height:100%;font-size:16px;text-decoration:none;color:#FFFFFF;padding:0 15px 0 15px;}
div#menu_hor ul ul a:hover {text-decoration:underline}
*/
div#menu_hor a.current{ }
/* style the sub level links */

div#menu_hor ul ul a, div#menu_hor ul ul a:visited {display:block;background:#3B3B3B url(../imgs/admin/setamenu.gif) no-repeat 6px 2px; border-bottom:1px #676767 solid; color:#FFFFFF;width:180px;height:100%;line-height:1em;padding:4px 8px 4px 8px;text-decoration:none; font-size:14px;line-height:150%; }
div#menu_hor ul ul a:hover {text-decoration:none; font-size:14px;}

div#menu_hor ul table ul a, div#menu_hor ul table ul a:visited  {width:14em; width:12em;}


/* style the table so that it takes no part in the layout - required for IE to work */
div#menu_hor table {position:absolute; left:0; top:0; font-size:1em; z-index:-1;}
div#menu_hor ul ul table {left:-1px;}
div#menu_hor ul ul table ul.left {margin-left:2px;}

div#menu_hor li:hover {position:relative;}
* html div#menu_hor a:hover {position:relative;}

/* style the third level background */
div#menu_hor ul ul ul a, div#menu_hor ul ul ul a:visited {background-color:#3B3B3B}
/* style the fourth level background */
div#menu_hor ul ul ul ul a, div#menu_hor ul ul ul ul a:visited {background-color: #3B3B3B}
/* style the sub level 1 background */
div#menu_hor ul :hover a.sub1 {color: #FFFFFF;background: url("../imgs/fd_menu_trans.gif") repeat-x;}
/* style the sub level 2 background */
div#menu_hor ul ul :hover a.sub2 {color: #FFFFFF;background: url("../imgs/fd_menu_trans.gif") repeat-x;}

/* style the level hovers */
/* first */
div#menu_hor a:hover {color:#FFFFFF;}
div#menu_hor :hover > a {color:#FFFFFF;}
/* second */
div#menu_hor ul ul a:hover{color:#FFFFFF;background: url("../imgs/fd_menu_trans.gif") repeat-x;}
div#menu_hor ul ul :hover > a {color:#FFFFFF;background: url("../imgs/fd_menu_trans.gif") repeat-x;}
/* third */
div#menu_hor ul ul ul a:hover {color:#FFFFFF;background: url("../imgs/fd_menu_trans.gif") repeat-x;}
div#menu_hor ul ul ul :hover > a {color:#FFFFFF;background: url("../imgs/fd_menu_trans.gif") repeat-x;}
/* fourth */
div#menu_hor ul ul ul ul a:hover {color:#FFFFFF;background: url("../imgs/fd_menu_trans.gif") repeat-x;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
div#menu_hor ul ul {visibility:hidden;position:absolute;height:0;top:56px;left:11px;width:180px; z-index:999;}

/* position the third level flyout menu */
div#menu_hor ul ul ul{left:207px;top:0px;width:160px;}

/* position the third level flyout menu for a left flyout */
div#menu_hor ul ul ul.left {left:-14em;}


/* make the second level visible when hover on first level list OR link */
div#menu_hor ul li:hover ul, div#menu_hor ul a:hover ul {visibility:visible; height:auto; padding-bottom:3em; background:transparent;}
/* keep the third level hidden when you hover on first level list OR link */
div#menu_hor ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
div#menu_hor ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
div#menu_hor ul :hover ul :hover ul{visibility:visible;}
/* make the fourth level visible when you hover over third level list OR link */
div#menu_hor ul :hover ul :hover ul :hover ul {visibility:visible;}

