
/* ================================================================ 
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 assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menuddl01 {
width:950px; 
font-size:0.85em;
position:relative;
z-index:115;
}
/* remove all the bullets, borders and padding from the default list styling */
.menuddl01 ul {
padding:0;
margin:0;
list-style-type:none;
}
.menuddl01 ul ul {
width:115px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menuddl01 li {
float:left;
width:115px;
position:relative;
}
/* style the links for the top level */
.menuddl01 a, .menuddl01 a:visited {
display:block;
font-size:11px;
text-decoration:none; 
color:#000; 
width:114px; 
height:23px; 
border:1px solid #fff; 
border-width:1px 1px 0 0; 
background:#d6e4f0; 
line-height:22px;
font-weight: normal;
text-align:center;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menuddl01 a, * html .menuddl01 a:visited {
width:115px;
w\idth:114px;
}



/* style the second level background */
.menuddl01 ul ul a.drop, .menuddl01 ul ul a.drop:visited {
background:#d6e4f0 url(../../image/drop.gif) bottom right no-repeat;
text-align:left;
}
/* style the second level hover */
.menuddl01 ul ul a.drop:hover{
background:#7294AF url(../../image/drop.gif) bottom right no-repeat;
}
.menuddl01 ul ul :hover > a.drop {
background:#7294AF url(../../image/drop.gif) bottom right no-repeat;
}
/* style the third level background */
.menuddl01 ul ul ul a, .menuddl01 ul ul ul a:visited {
background:#d6e4f0;
text-align:left;
}
/* style the third level hover */
.menuddl01 ul ul ul a:hover {
background:#7294AF;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menuddl01 ul ul {
visibility:hidden;
position:absolute;
height:0;
top:24px;
left:0; 
width:180px;
}
/* another hack for IE5.5 */
* html .menuddl01 ul ul {
top:23px;
t\op:23px;
}

/* position the third level flyout menu */
.menuddl01 ul ul ul{
left:180px; 
top:0;
width:180px;
}
/* position the third level flyout menu for a left flyout */
.menuddl01 ul ul ul.left {
left:-180px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menuddl01 table {position:absolute; top:0; left:0;}

/* style the second level links */
.menuddl01 ul ul a, .menuddl01 ul ul a:visited {
background:#d6e4f0; 
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 0px;
text-align:left;
padding-left:5px;
font-weight: normal; 
width:174px
/* yet another hack for IE5.5 */
}
* html .menuddl01 ul ul a{
width:180px;
w\idth:174px;
}

/* style the top level hover */
.menuddl01 a:hover, .menuddl01 ul ul a:hover{
background:#7294AF;
color:#fff;
}
.menuddl01 :hover > a, .menuddl01 ul ul :hover > a {
background:#7294AF;
color:#fff;
}

/* make the second level visible when hover on first level list OR link */
.menuddl01 ul li:hover ul,
.menuddl01 ul a:hover ul{
visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menuddl01 ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menuddl01 ul :hover ul :hover ul{ 
visibility:visible;
}

