/* ================================================================ 
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.
=================================================================== */

/* style the outer div to give it width */
.menu2 {
width:456px; 
font-size:0.75em;
font-family: serif;
position:relative;
z-index:500;
top:0px;
letter-spacing: -2px;
text-align: center;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu2 ul {
margin: 0px;
padding: 0px;
list-style-type:none;
line-height:1em;
list-style-image:none;
font-size:11px;
font-family: serif;
}
.menu2 ul ul {
width:76px;
font-size:11px;
font-family: serif;
}

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

/* style the links for the top level */
.menu2 a, .menu2 a:visited {
display:block;
font-size:11px;
text-decoration:none; 
color:#fff; 
width:72px; 
height:20px; 
border:1px solid #c7c7af; 
border-width:0px 1px 0 0; 
background:#949e7c; 
padding-left:3px; 
line-height:19px;
letter-spacing: 1px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu2 a, * html .menu2 a:visited {
width:72px;
w\idth:72px;
}

/* style the second level background */
.menu2 ul ul a.drop, .menu2 ul ul a.drop:visited {
background:#d4d8bd url(../../graphics/drop.gif) bottom right no-repeat;
}
/* style the second level hover */
.menu2 ul ul a.drop:hover{
background:#c9ba65 url(../../graphics/drop.gif) bottom right no-repeat;
}
.menu2 ul ul :hover > a.drop {
background:#c9ba65 url(../../graphics/drop.gif) bottom right no-repeat;
}

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

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

/* position the third level flyout menu */
.menu2 ul ul ul{
left:76px; 
top:0;
width:76px;
}
/* position the third level flyout menu for a left flyout */
.menu2 ul ul ul.left {
left:-150px;
}

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

/* style the second level links */
.menu2 ul ul a, .menu2 ul ul a:visited {
border-width: 1px 1px 0px 1px;
background:#555E58; 
color:#FFF;
height:auto; 
line-height:1em; 
padding:2px 10px 5px 10px; 
width:100px
}
/* yet another hack for IE5.5 */
* html .menu2 ul ul a{
width:111px;
w\idth:111px;
}

/* style the top level hover */
.menu2 a:hover, .menu2 ul ul a:hover{
color:#fff; 
background:#555E58;
}
.menu2 :hover > a, .menu2 ul ul :hover > a {
color:#fff;
background:#555E58;
}

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