

/* style the outer div to give it width */
.menucyb {
width:px;
height:px;
font-size:;
}

/* remove all the bullets, borders and padding from the default list
styling */
.menucyb ul 
{
padding:0;
margin:0;
list-style-type:none;
}

.menucyb ul ul
{
width:px;
}

/* float the list to make it horizontal and a relative positon so that you
can control the dropdown menu positon */
.menucyb li
{
float:left;
width:px;
position:relative;
}

/* style the links for the top level */
.menucyb a, .menucyb a:visited
{
display:block;
font-size: ;
text-decoration:none; 
color: #; 
width:-11px; 
height:; 
background: #; 
padding-left:10px; 
line-height:-1px;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menucyb a, * html .menucyb
a:visited
{
width:px;
w\idth:-11px;
}

/* style the second level background */
.menucyb ul ul a.drop, .menucyb ul
ul a.drop:visited
{
background: #;
}

/* style the second level hover */
.menucyb ul ul a.drop:hover
{
background: #;
}

.menucyb ul ul :hover > a.drop
{
background: #;
}

/* style the third level background */
.menucyb ul ul ul a, .menucyb ul ul
ul a:visited
{
background: #;
}

/* style the third level hover */
.menucyb ul ul ul a:hover
{
background: #;
}

.menucyb ul ul ul :hover > a
{
background: #;
}

/* style the table so that it takes no part in the layout - required for
IE to work */
.menucyb table {border-collapse:collapse; border:0;
position:absolute; left:0; bottom:-1px;}

/* 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:1px;
left:0; 
width:px;
}

* html .menucyb ul ul
{
bottom:30px;
}

/* position the third level flyout menu */
.menucyb ul ul ul
{
left:px; 
bottom:0;
width:px;
}

/* position the third level flyout menu for a left flyout */
.menucyb ul ul ul.left
{
left:-px;
}


/* style the second level links */
.menucyb ul ul a, .menucyb ul ul
a:visited
{
background: #; 
color: #; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:-21px
/* yet another hack for IE5.5 */
}

* html .menucyb ul ul a
{
font-size: ;
width:px;
w\idth:-21px;
}


/* style the top level hover */
.menucyb a:hover, .menucyb ul ul
a:hover
{
color: #;
font-size: ;
background: #;
}

.menucyb :hover > a, .menucyb ul
ul :hover > a
{
color: #;
font-size: ;
background: #;
}

/* make the second level visible when hover on first level list OR link
*/
.menucyb ul :hover ul
{
visibility:visible;
height:auto;
}

/* keep the third level hidden when you hover on first level list OR link
*/
.menucyb ul :hover ul ul
{
display:none;
}

/* keep the fourth level hidden when you hover on second level list OR
link */
.menucyb ul :hover ul :hover ul ul
{
display:none;
}

/* make the third level visible when you hover over second level list OR
link */
.menucyb ul :hover ul :hover ul
{ 
display:block;
bottom:0;
}

/* make the fourth level visible when you hover over third level list OR
link */
.menucyb ul :hover ul :hover ul :hover ul
{ 
display:block;
bottom:0;
}
