.cyb_text_links a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
}

.cyb_text_links a:hover{
	color: #009D3B;
}


.menucyb {
position:absolute;
margin-left:212px;
margin-top:-18px;
z-index:1000 !important;
font-size:11px;
}

*+ html .menucyb {
margin-left:0px !important;
margin-top:-3px;
}

* html .menucyb {
margin-left:0px !important;
margin-top:-3px;
}

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

.menucyb li ul{
	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;

height:165%;
margin: 0;
}



a {
color:#FFFFFF;
}

/* 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:underline;
height:164%;
line-height:164%;
width:40px;
color: #FFFFFF;
text-indent:3px;
font-size:11px;
margin: 0;

}

.menucyb li ul a{
	width:150px;
}
 .menucyb li ul {
background: #9D9D9D;
}


/* 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:11px;
color: #000000; 
margin: 0;

}

.menucyb :hover > a {
color: #000000;
font-size:11px;

}

/* 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:50px; 
}
.menucyb ul ul ul {
left:130px;
}
/* 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;}
