
.menu {
width:837px; 
font-size:9px;
position:relative;
z-index:600;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
text-align:left;
text-decoration:none;
outline:none;
}
/* 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:210px;
}
/* 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:auto;
position:relative;
height:20px;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:10px;
text-decoration:none; 
color:#f0f1e7; 
height:16px; 
background:#99521f; 
padding-left:11px; 
padding-right:11px;
padding-top:4px;
border-left: solid 1px #a19c8c;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:auto;
w\idth:auto;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#a19c8c;
border:0;
text-decoration:none;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#c6c0ad;
border:0;
}
.menu ul ul :hover > a.drop {
background:#c9ba65 url(../../graphics/drop.gif) bottom right no-repeat;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#e2dfa8;
border:0;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#b2ab9b;
border:0;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:auto;
top:20px;
left:0; 
width:auto;
padding:0px;
padding-top:14px;
padding-bottom:12px;
background:#a19c8c;
border:0;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:20px;
t\op:20px;
width:205px;
}


/* position the third level flyout menu */
.menu ul ul ul{
left:150px; 
top:0;
width:150px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#a19c8c; 
color:#f0f1e7; 
height:16px; 
width:210px;
padding-left:8px;
padding-right:8px;
padding-top:2px;
border:0;
font-size:10px;
font-weight:normal;
/* yet another hack for IE5.5 */
}


* html .menu ul ul a{
width:210px;
w\idth:189px;

}

* html .menu ul ul a:hover{
width:190px;
w\idth:189px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#595444; 
background:#c6c0ad;
padding-left:8px;
padding-right:8px;
padding-top:2px;
font-size:10px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#f0f1e7; 
background:#a19c8c;
display:block;
height:16px; 
padding-left:11px; 
padding-right:11px;
padding-top:4px;
font-size:10px;
text-decoration:none;
font-family:Verdana, Arial, Helvetica, sans-serif;

}




.menu :hover > a, .menu ul ul :hover > a {
color:#f0f1e7; 
background:#a19c8c;

}

.menu ul ul a:hover{
color:#595444; 
background:#c6c0ad;
padding-left:8px;
padding-right:8px;
padding-top:2px;

}
.menu ul ul :hover > a {
color:#595444; 
background:#c6c0ad;
padding-left:8px;
padding-right:8px;
}

.menu ul ul.left {
left:-73px;
}

* html .menu ul ul.left {
left:-90px;
}

/* 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;
}
