#info {position:relative;}
p.bold {padding-left:15px; color:#c00;}
a.linkup {position:relative;}
a.buttonup {position:absolute; top:200px; left:650px; border:0;}
a.buttonup img {border:0;}
.gleft {float:left; margin:25px 0 10px 0;}
.gright {float:right; margin:25px 5px 10px 0;}
.grc {margin:20px 0 0 10px;}


/* ================================================================ 
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_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.navigation { font-size:0.85em; position:relative; z-index:100; }
/* hack to correct IE5.5 faulty box model */
* html .navigation {width:902px; w\idth:902px;}
/* remove all the bullets, borders and padding from the default list styling */
.navigation ul {padding:0;margin:0;list-style-type:none;}
.navigation ul ul {}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.navigation li {float:left;position:relative;}
/* style the links for the top level */
.navigation a, .navigation a:visited {display:block;font-size:11px;text-decoration:none; color:#fff; height:49px; border:1px solid #000000; border-width:1px 0 1px 1px; background: none; padding:5px 10px 0 10px; }
/* a hack so that IE5.5 faulty box model is corrected */
* html .navigation a, * html .navigation a:visited { }

/* style the second level background */
.navigation ul ul a.drop, .navigation ul ul a.drop:visited {background:#9c130b url(../../../../idc/fragments/frag_mhfa_header/images/drop.gif) bottom right no-repeat; }
/* style the second level hover */
.navigation ul ul a.drop:hover{background: #ec3527 url(../../../../idc/fragments/frag_mhfa_header/images/drop.gif) bottom right no-repeat;}
.navigation ul ul :hover > a.drop {background:#99000 url(../../../../idc/fragments/frag_mhfa_header/images/drop.gif) bottom right no-repeat;}
/* style the third level background */
.navigation ul ul ul a, .navigation ul ul ul a:visited {background:#9c130b;}
/* style the third level hover */
.navigation ul ul ul a:hover {background:#ec3527;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.navigation ul ul {visibility:hidden;position:absolute;height:0;top:56px;left:0; border-top:1px solid #000;z-index:100;}
/* another hack for IE5.5 */
* html .navigation ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.navigation ul ul ul{left:171px; top:-1px; }

/* position the third level flyout menu for a left flyout */
.navigation ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.navigation table.outer {position:absolute; top:24px; left:0px; border-collapse:collapse; z-index:100}
.navigation table.inner {position:absolute; top:0px; left:-22px; border-collapse:collapse; z-index:100}

/* style the last navigational element so it expands to the left for better usability */
.navigation table.lastOuter { }
.navigation table.lastInner { }	

.navigation li.last ul { position: absolute; top:56px; left:-92px; }
.navigation li.last ul ul { position: absolute; top:0px; left:-171px; }
.navigation li.last table.outer { position:absolute; top:0px; left:22px; }
.navigation li.last table.inner { position:absolute; left:22px; }

/* style the second level links */
.navigation ul ul a, .navigation ul ul a:visited {background:#9c130b; color:#fff; height:auto; line-height:1em; padding:5px 10px; width:150px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .navigation ul ul a, * html .navigation ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.navigation a:hover, .navigation ul ul a:hover{color:#fff; background: #ec3527; }
.navigation :hover > a, .navigation ul ul :hover > a {color:#fff;background:#ec3527;}

/* make the second level visible when hover on first level list OR link */
.navigation ul li:hover ul,
.navigation ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.navigation ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.navigation ul :hover ul :hover ul{ visibility:visible;}

.navigation ul ul ul {display:hidden;}
