

#cybmenu {
margin-left: 793px;
margin-top: -1px;
}



.menucyb {

z-index:1000;

font-size:;

}



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

styling */

.menucyb ul {

padding: 0px;

margin:0;

list-style-type:none;

width: 175px;

}

/* hack for IE5.5 */

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

margin-left:0;}

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

.menucyb li {

position:relative;

background: #;

height:165%;

margin: 0;

}



.menucyb li ul {

background: #;

}







/* 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:130%;

line-height:164%;

width: 175px;

color: #FFFFFF;
background: #000000;

text-indent:;

font-size:;

margin: 0;

}



/* hack for IE5.5 */

* html .menucyb a, * html .menucyb

a:visited 

{

background: #000000;

width: 175px;

}



/* style the link hover */

* html .menucyb a:hover {

font-size:;

color: #FFFFFF; 

background: #404040;

margin: 0;

}



.menucyb :hover > a {

color: #FFFFFF;

font-size:;

background: #404040;

}



/* 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: -175px; 

}



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


