#footer-middle {
margin-left:185px;
position:relative;
z-index:100;
}

*+ html #footer-middle {
margin-left:25px;
}


#cybmenu{
float:left;
margin-left: 217px;
margin-top:0-1x;
}

#cybmenu_start{
float: left;
margin-left: 605px;
}

*+ html #cybmenu{
margin-top:-2px;
}



.menucyb {
z-index:1000;
font-size:11px;
}

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

.menucyb ul {
padding:0;
margin:0;
list-style-type:none;
width:150px;
}

/* hack for IE5.5 */

* html .menucyb ul {margin-left:-16px;
ma\rgin-left:0;}

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

.menucyb li {
position:relative;
background: #fff;
height:165%;
margin: 0;
}

.menucyb li ul {
background: #fff;
}

/* 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:164%;
line-height:164%;
width:150px;
color: #20568E;
font-size:12px;
margin: 0;
}

/* hack for IE5.5 */

* html .menucyb a, * html .menucyb a:visited {
width:150px;
}

/* style the link hover */

* html .menucyb a:hover {
font-size:11px;
color: #20568E; 
background: #fff;
text-decoration: underline;
margin: 0;
}

.menucyb :hover > a {
color: #20568E;
font-size:11px;
background: #fff;
text-decoration: underline;
}

.menucyb li li {
background: #fff;
}

.menucyb li li a, .menucyb li li a:visited {
background: #fff;
padding-right:5px;
}

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

.menucyb ul ul {
background: #fff;
visibility:hidden;
position:absolute;
bottom:0;
left:-120px; 
}

/* 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;}


