/* ================================================================
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:460px;
height:124px;
/* position:relative; */
position: absolute;
top: 15px;
left: 508px;
z-index:99;
font-family: Trebuchet MS, arial, sans-serif;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:461px; w\idth:460px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:152px;}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li
{
float:left;
width:152px;
position:relative;
}

/* style the links for the top level */
.menu a
{
display:block;
font-size:0.7em;
font-family: Trebuchet MS, arial, sans-serif;
text-decoration:none;
color:#583a87;
width:152px;
height:124px;
border:0px solid #fff;
border-width:1px 0 0 0px;
background:#6bb55d;
line-height:119px;
font-weight:normal;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a {width:152px; w\idth:152px;}

/* style the second level background */
.menu ul ul a.drop
{
background-image: url(../images/menus/arrow.gif)!important;
background-repeat: no-repeat;
background-position: 135px 5px;
}

/* style the second level hover */
.menu ul ul a.drop:hover
{
background-image: url(../images/menus/arrow.gif)!important;
background-repeat: no-repeat;
background-position: 135px 5px;
}

.menu ul ul :hover > a.drop
{
background-image: url(../images/menus/arrow.gif)!important;
background-repeat: no-repeat;
background-position: 135px 5px;
}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}

/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul li ul
{
visibility:hidden;
position:absolute;
top:120px;
left:0;
width:152px;
height: 200px;
padding: 10px 0 0 0;
background-image: url("../images/menus/mainmenu_drop.png")!important;
background-repeat: no-repeat;
}

/* removes the borders from submenus */
.menu ul li ul li a
{
border: none;
}

/*
another hack for IE5.5
Si: Had to change this to reflect the menu height for IE6 to work
*/
* html .menu ul ul {top:110px;t\op:111px;}

/* position the third level flyout menu */
.menu ul ul ul{left:158px; top:-1px; width:106px;}

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

/* 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:transparent;
background-image: none!important;
color:#583a87;
height:auto;
line-height:1em;
padding:3px 5px 3px 15px;
width:152px;
}
.menu ul ul a:hover
{
width: 152px;
padding: 3px 5px 3px 15px;
}

/* style the third level links */

.menu ul ul ul
{
width: 140px;
background-image: url("../images/menus/submenu_bg.png")!important;
height: 140px;
padding: 5px 0 0 0;
}

.menu ul ul ul a, .menu ul ul ul a:visited
{
background: transparent;
background-image: none!important;
color:#fff;
width: 121px;
height:auto;
line-height:1em;
padding:5px 5px 5px 10px;
}

.menu ul ul ul a:hover
{
width: 121px;
padding: 5px 5px 5px 10px;
margin: 0 0 0 2px;
color: #205f14;
background-color: #95ca8b;
}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:153px;w\idth:152px;}

/* style the top level hover */
.menu a:hover /* IE6 does this one */
{
color:#6bb55d;
width: 152px;
}

.menu :hover > a, .menu ul ul :hover > a
{
color:#6bb55d;
background-position: 0 -128px; /* Makes sure the hover state remains on the top options */
}

/* 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;}

/* Extra Bits */

/* gets the link text out the way */

.push-bottom
{
display: block;
margin: -300px 0 0 0;
}

li.heading
{
font-size: 0.7em;
color: #333;
font-family: Trebuchet MS, arial, sans-serif;
font-weight: bold;
padding: 0 0 0 8px;
margin: 0 0 0 0;
}

.menu ul li.expertise a
{
background-image: url("../images/menus/expertise.gif");
background-repeat: no-repeat;
}

.menu ul li.expertise a:hover
{
background-position: 0 -128px;
}

.menu ul li.insight a
{
background-image: url("../images/menus/insight.gif");
background-repeat: no-repeat;
}

.menu ul li.insight a:hover
{
background-position: 0 -128px;
}


.menu ul li.about a
{
background-image: url("../images/menus/about.gif");
background-repeat: no-repeat;
}

.menu ul li.about a:hover
{
background-position: 0 -128px;
}
