/* ================================================================ 
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_pullup.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* style the outer div to give it width */
.menu {
width:740px;
height:50px;
font-size:0.85em;
}
/* 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:auto;
}
/* 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: inherit;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:11px;
text-decoration:none; 
color:#fff; 
width:auto; 
height:50px; 
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:125px;
w\idth:122px;
}



/* style the second level background */
.menu ul ul.cic a, .menu ul ul.cic a:visited {
background:#B6A88D;
}
/* style the second level hover */
.menu ul ul.cic a:hover {
background:#C59854;
}


/* style the second level background */
.menu ul ul.coachh a, .menu ul ul.coachh a:visited {
background:#B6A88D;
}
/* style the second level hover */
.menu ul ul.coachh a:hover {
background:#E26700;
}


/* style the second level background */
.menu ul ul.formationss a, .menu ul ul.formationss a:visited {
background:#B6A88D;
}
/* style the second level hover */
.menu ul ul.formationss a:hover {
background:#B32B01;
}

/* style the second level background */
.menu ul ul.nosplus a, .menu ul ul.nosplus a:visited {
background:#B6A88D;
}
/* style the second level hover */
.menu ul ul.nosplus a:hover {
background:#FA9600;
}

/* style the second level background */
.menu ul ul.rech a, .menu ul ul.rech a:visited {
background:#B6A88D;
}
/* style the second level hover */
.menu ul ul.rech a:hover {
background:#905918;
}

.menu ul ul :hover > a.drop {
background:#c9ba65;
}
/* 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;
}
.menu ul ul ul :hover > a {
background:#b2ab9b;
}

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

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
/*bottom:50px;*/
z-index: 3;
left:0; 
width:125px;
}
* html .menu ul ul {
bottom:50px;
}
/* position the third level flyout menu */
.menu ul ul ul{
left:150px; 
bottom:0;
width:125px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-125px;
}


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


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

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


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


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

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


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


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


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

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

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


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

/* 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;
height:auto;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
display:none;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
display:none;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
display:block;
bottom:0;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
display:block;
bottom:0;
}
