

div.menucyb {
margin-left: -3px;
position: relative;
font-size:11px;
z-index:1000;
}

/* remove all the bullets, borders and padding from the default list

styling */

.menu_cyb ul {
position: relative;
z-index:1001;
padding:0;
margin:0;
list-style-type:none;
width:140px;
}

/* hack for IE5.5 */

* html .menu_cyb ul {margin-left:-16px;

}

/* position relative so that you can position the sub levels */

.menu_cyb li {
position:relative;
height:165%;
margin: 0;
}

.menu_cyb li ul {
background: #F6F6F6;
z-index:1000;
}

/* get rid of the table */

.menu_cyb table {
position:absolute; 
border-collapse:collapse; 
top:0; 
left:0; 
z-index:100; 
font-size: 1em;
}



/* style the links */

.menu_cyb a, .menu_cyb a:visited {
display:block; 
text-decoration:none;
height:164%;
line-height:164%;
width:150px;
color: #a2b690;
text-indent:3px;
font-size:11px;
margin: 0;
}



/* hack for IE5.5 */

* html .menu_cyb a, * html .menu_cyb a:visited {
background: #F6F6F6;
width:120px;
}



/* style the link hover */

* html .menu_cyb a:hover {
font-size:11px;
color: #6d825b; 
background: #F6F6F5;
margin: 0;
}

.menu_cyb :hover > a {
color: #6d825b;
font-size:11px;
background: #F6F6F6;
}



/* hide the sub levels and give them a positon absolute so that they take

up no room */

.menu_cyb ul ul {
visibility:hidden;
position:absolute;
bottom:0;
left:150px; 
}

* html .menu_cyb ul ul {
bottom:-20px;
left:150px; 
}

.menu_cyb ul ul ul {
width: 180px;
}

/* make the second level visible when hover on first level list OR link

*/

.menu_cyb ul :hover ul{

visibility:visible;

}



/* keep the third level hidden when you hover on first level list OR link

*/

.menu_cyb ul :hover ul ul{

visibility:hidden;

}



/* keep the fourth level hidden when you hover on second level list OR

link */

.menu_cyb ul :hover ul :hover ul ul{

visibility:hidden;

}



/* make the third level visible when you hover over second level list OR

link */

.menu_cyb ul :hover ul :hover ul{ 

visibility:visible;

}



/* make the fourth level visible when you hover over third level list OR

link */

.menu_cyb ul :hover ul :hover ul :hover ul { 

visibility:visible;

}





* + html .menu_cyb li.sub {margin-bottom:-2px;}


