.menucyb {margin-left: 210px;margin-top: -15px;
font-size:12px;position:relative;z-index:1000;}* html .menucyb {	position:static;}
/* remove all the bullets, borders and padding from the default liststyling */.menucyb ul {position:relative;z-index:1000;
padding:0;margin:0;list-style-type:none;width:150px;}
/* hack for IE5.5 */* html .menucyb ul {margin-left:460px;ma\rgin-left:0;}/* position relative so that you can position the sub levels */.menucyb li {position:relative;height:165%;margin: 0;}
.menucyb li ul {background: #DADADA;}
/* get rid of the table */.menucyb table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size: 1em;}
/* style the links */.menucyb a, .menucyb a:visited {display:block; text-decoration:none;height:auto;line-height:164%;width:150px !important;color: #;text-indent:3px;font-size:12px;margin: 0;}
/* hack for IE5.5 */* html .menucyb a, * html .menucyba:visited {width:150px;w\idth:150px;}
/* style the link hover */* html .menucyb a:hover {font-size:12px;color: #000000; margin: 0;background:#F8F8F8;}
.menucyb :hover > a {color: #000000;font-size:12px;}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menucyb ul ul {visibility:hidden;position:absolute;bottom:0;left:23px; }.menucyb ul ul  ul{left: 150px;}/* make the second level visible when hover on first level list OR link
*/
.menucyb ul :hover ul{
visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link
*/
.menucyb ul :hover ul ul{
visibility:hidden;
}

/* keep the fourth level hidden when you hover on second level list OR
link */
.menucyb ul :hover ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR
link */
.menucyb ul :hover ul :hover ul{ 
visibility:visible;
}

/* make the fourth level visible when you hover over third level list OR
link */
.menucyb ul :hover ul :hover ul :hover ul { 
visibility:visible;
}


* + html .menucyb li.sub {margin-bottom:-2px;}
