/* ================================================================
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-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {width:690px; position:relative; z-index:100;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:550px; w\idth:550px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul ul {width:140px;text-align:left;}

/* float the list to make it horizontal and a relative position so that you can control the dropdown menu positon */
.menu li {float:left;position:relative;text-align:center;}
.menu ul li {width:auto;}
.menu ul ul li {text-align:left;width:140px;}
/* style the links for the top level */
.menu ul li a:link, .menu ul li a:visited {display:block;text-decoration:none; color:#fff;padding:0px 8px 6px 8px;}
.menu ul li a:hover, .menu ul li a:active {color:#8A7B50;background:#000;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:93px; w\idth:93px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#000;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#333;}
.menu ul ul :hover > a.drop {background:#333;}
/* style the third level background */
.menu ul ul ul li a:link, .menu ul ul ul li a:visited {background:#000repeat;color:#8A7B50;padding:6px 10px 7px 10px;}
/* style the third level hover */
.menu ul ul ul li a:hover, .menu ul ul ul li a:active {background:#333;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:18px;left:0;}
/* another hack for IE5.5 */
* html .menu ul ul {top:34px;t\op:32px;}

/* position the third level flyout menu */
.menu ul ul ul{left:190px; top:0px; width:197px;z-index:100;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#000; color:#fff; height:auto; line-height:1em; padding:5px 10px; width:177px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:197px;w\idth:197px;}

/* style the top level hover */
.menu :hover > a {color:#fff;background:none;}
.menu ul ul :hover > a {color:#fff;background:#333;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

.menu ul ul li {border:none;}
.menu ul ul.second-level li a {padding:8px;color:#fff;}
.menu ul ul ul.third-level li a {padding:9px 10px 8px 10px;color:#fff;}

.menu ul ul li.link-legal a {background:#692a33;}
.menu ul ul li.link-legal a:hover {background:#7a3d46;}
.menu ul ul li.link-finance a {background:#2f463e;}
.menu ul ul li.link-finance a:hover {background:#3c534b;}
.menu ul ul li.link-claims a {background:#112d43;}
.menu ul ul li.link-claims a:hover {background:#1b3a52;}
.menu ul ul li.link-arrears_recoveries a {background:#112d43;}
.menu ul ul li.link-arrears_recoveries a:hover {background:#1b3a52;}

.subsolidboxes {
	BORDER-BOTTOM: #d2a620 thin solid; TEXT-ALIGN: center; BORDER-LEFT: #d2a620 thin solid; BACKGROUND-COLOR: #d2a620; COLOR: #ffffff; FONT-SIZE: 12px; BORDER-TOP: #d2a620 thin solid; BORDER-RIGHT: #d2a620 thin solid
}
