.menu_pro { width:925px; height:43px; position:relative; z-index:100; border-right:1px solid #fff; font-family:arial, sans-serif; background-image: url(images/menu_extranet.png); background-repeat: no-repeat; float: left; margin-bottom: 1em; margin-left: 30px; padding-left: 140px; display: none; }/* hack to correct IE5.5 faulty box model *//* remove all the bullets, borders and padding from the default list styling */.menu_pro ul { padding:0; margin:0; list-style-type:none; }.menu_pro ul ul {width:154px;}/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */.menu_pro li { float:left; width:154px; position:relative; }/* style the links for the top level */.menu_pro a, .menu_pro a:visited { display:block; font-size:12px; text-decoration:none; color:#000; width:138px; height:41px; background:#ffb005; padding-left:5px; line-height:41px; font-weight:bold; padding-right: 10px; border-color: #fff; border-style: solid; border-width: 1px 0 1px 1px; }/* a hack so that IE5.5 faulty box model is corrected */* html .menu_pro a, * html .menu_pro a:visited { width:159px; w\idth:144px; }/* style the second level background */.menu_pro ul ul a.drop, .menu_pro ul ul a.drop:visited {background:#deedf2 url(images/grey-arrow.gif) no-repeat 130px center;}/* style the second level hover */.menu_pro ul ul a.drop:hover{background:#c9ba65 url(images/blue-arrow.gif) no-repeat 130px center;}.menu_pro ul ul :hover > a.drop {background:#c9ba65 url(images/blue-arrow.gif) no-repeat 130px center;}/* style the third level background */.menu_pro ul ul ul a, .menu_pro ul ul ul a:visited {background:#b5d9eb;}/* style the third level hover */.menu_pro ul ul ul a:hover {background:#f6ef24;}/* hide the sub levels and give them a positon absolute so that they take up no room */.menu_pro ul ul {visibility:hidden;position:absolute;height:0;top:42px;left:0; width:154px;border-top:1px solid #000;}/* another hack for IE5.5 */* html .menu_pro ul ul {top:30px;t\op:31px;}/* position the third level flyout menu */.menu_pro ul ul ul{left:154px; top:-1px; width:154px;}/* position the third level flyout menu for a left flyout */.menu_pro ul ul ul.left {left:-154px;}/* style the table so that it takes no ppart in the layout - required for IE to work */.menu_pro table {position:absolute; top:0; left:0; border-collapse:collapse;;}/* style the second level links */.menu_pro ul ul a, .menu_pro ul ul a:visited {background:#deedf2; color:#000; height:auto; line-height:1em; padding:5px 10px; width:133px;border-width:0 1px 1px 1px;}/* yet another hack for IE5.5 */* html .menu_pro ul ul a, * html .menu_pro ul ul a:visited {width:155px;w\idth:133px;}/* style the top level hover */.menu_pro a:hover, .menu_pro ul ul a:hover{color:#000; background:#f6ef24;}.menu_pro :hover > a, .menu_pro ul ul :hover > a {color:#000; background:#f6ef24;}/* make the second level visible when hover on first level list OR link */.menu_pro ul li:hover ul,.menu_pro ul a:hover ul{visibility:visible; }/* keep the third level hidden when you hover on first level list OR link */.menu_pro ul :hover ul ul{visibility:hidden;}/* make the third level visible when you hover over second level list OR link */.menu_pro ul :hover ul :hover ul{ visibility:visible;}