/* ================================================================ 
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.
=================================================================== */

.menuContentBox {
/* width: 250px; */
font-size: 11px;
font-weight: bold;
font-family: verdana, arial, helvetica, sans-serif;
color: #63859D;
position:relative;
z-index:100;
}

/* remove all the bullets, borders and padding from the default list styling */
.menuContentBox ul {
padding:0;
margin:0;
list-style-type:none;
}

.menuContentBox ul ul {
/* width: 250px; */
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menuContentBox li {
float:left;
width: 238px;
position:relative;
}

/* style the links for the top level */
.menuContentBox a, .menuContentBox a:visited {
display:block;
font-size: 1em;
text-decoration:none; 
color:#fff; 
/* width: 250px; */
height:47px;
border:1px solid #4e1721; 
border-width:1px 1px 0 0; 
background-image: url(../images/boxMenu.gif); 
text-align: center;
line-height:50px; 
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menuContentBox a, * html .menuContentBox a:visited {
width: 250px;
w\idth:250px;
}

/* style the second level background */
.menuContentBox ul ul a.drop, .menuContentBox ul ul a.drop:visited {
background:#ffa15b url(../images/drop.gif) bottom right no-repeat;
font-weight: bold;
}

/* style the second level hover */
.menuContentBox ul ul a.drop:hover{
background:#c9ba65 url(../images/drop.gif) bottom right no-repeat;
color:#ffffff;
}





/* hide the sub levels and give them a positon absolute so that they take up no room */
.menuContentBox ul ul {
visibility:hidden;
position:absolute;
height:0;
top:48px;
left:0; 
/* width: 250px; */
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
/* color:#fff; 
background:#949e7c; */
border:0; 
}

/* style the third level background */
.menuContentBox ul ul ul a, .menuContentBox ul ul ul a:visited {
background:#e2dfa8;
}

/* style the third level hover */
.menuContentBox ul ul ul a:hover {
background:#b2ab9b;
color:#ffffff;
}

/* another hack for IE5.5 */
* html .menuContentBox ul ul {
top:48px;
}

/* position the third level flyout menu */
.menuContentBox ul ul ul{
left:250px; 
top:0;
/* width: 250px; */
}

/* position the third level flyout menu for a left flyout */
.menuContentBox ul ul ul.left {
left:-250px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menuContentBox table {
position:absolute; 
top:0; 
left:0;
}

/* style the second level links */
.menuContentBox ul ul a, .menuContentBox ul ul a:visited {
background:#ffa15b; 
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 10px;
text-align: left;
/* width: 250px; */

/* yet another hack for IE5.5 */
}

* html .menuContentBox ul ul a {
/* width: 250px; */
}

/* make the second level visible when hover on first level list OR link */
.menuContentBox ul li:hover ul, .menuContentBox ul a:hover ul {
visibility:visible;
color:#ffffff;
}

/* keep the third level hidden when you hover on first level list OR link */
.menuContentBox ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menuContentBox ul :hover ul :hover ul{ 
visibility:visible;
}
