li.cyber {
color:#B4CBDE;
font-size:11px;
font-weight:normal;
text-decoration:none;
margin:0; 
padding:0; 
width:108px; 
}

#cyber h1 {
margin:0;
padding:0;
font-size:15px;
}

#cyber h2 {
margin-top: 20px;
font-size:13px;
}

#cyber h3 {
margin-top: 5px;
}

#cyber div.text {
min-height: 150px;
}

#cyber .text img {
padding: 7px 20px 7px 0; 
float:left;
}

#brmenu {
position:relative;
float:left;
padding:0;
margin:0;
bottom:23px;
left:387px;
z-index:1000;
text-align:left;
}

.brmenu {
font-family:Arial,Helvetica,sans-serif;
}

/* remove all the bullets, borders and padding from the default list styling */
.brmenu ul {
padding:0;
margin:0;
list-style-type:none;
width:140px;
}

/* hack for IE5.5 */
* html .brmenu ul {
}

/* position relative so that you can position the sub levels */
.brmenu li {
position:relative;
background-color:transparent;
height:100%;
}

.brmenu li ul {
border:1px solid #75787F;
}

/* get rid of the table */
.brmenu table {
position:absolute; 
border-collapse:collapse; 
bottom:0; 
left:0; 
z-index:100; 
font-size: 1em;
}

/* style the links */
.brmenu a:link, .brmenu a:visited {
display:block; 
font-size:11px !important;
text-decoration:none !important;
height:14px;
line-height:14px;
width:140px;
color:#B4CBDE;
padding: 0 4px;
margin: 0;
}

.brmenu a:hover, .brmenu a:active { 
text-decoration: underline !important; 
}

.brmenu ul li a, .brmenu ul {
width:50px !important;
}

.brmenu ul ul li a {
width:130px !important;
}

.brmenu ul ul {
width:140px !important;
}
/* hack for IE5.5 */
* html .brmenu a, * html .brmenu a:visited {
}

/* style the link hover */
* html .brmenu a:hover {
background-color: transparent;
}

* html .brmenu ul ul a:hover {
background-color:#065192;
}

.brmenu ul ul :hover > a {
background-color:#065192;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.brmenu ul ul {
visibility:hidden;
position:absolute;
bottom:13px;
left:0px; 
background-color: #065192;
border: 1px solid #FFF9E4;
}

* html .brmenu ul ul {
}

/* make the second level visible when hover on first level list OR link */
.brmenu ul :hover ul{
visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.brmenu ul :hover ul ul{
visibility:hidden;
position:absolute;
bottom:-1px;
left:140px; 
}

/* keep the fourth level hidden when you hover on second level list OR link */
.brmenu ul :hover ul :hover ul ul{
visibility:hidden;
position:absolute;
bottom:-1px;
left:140px; 
}

/* keep the fifth level hidden when you hover on third level list OR link */
.brmenu ul :hover ul :hover ul :hover ul ul{
visibility:hidden;
position:absolute;
bottom:-1px;
left:140px; 
}

/* keep the sixth level hidden when you hover on fourth level list OR link */
.brmenu ul :hover ul :hover ul :hover ul :hover ul ul{
visibility:hidden;
position:absolute;
bottom:-1px;
left:140px; 
}

/* make the third level visible when you hover over second level list OR link */
.brmenu ul :hover ul :hover ul{ 
visibility:visible;
}

/* make the fourth level visible when you hover over third level list OR link */
.brmenu ul :hover ul :hover ul :hover ul{ 
visibility:visible;
}

/* make the fifth level visible when you hover over fourth level list OR link */
.brmenu ul :hover ul :hover ul :hover ul :hover ul{ 
visibility:visible;
}

/* make the sixth level visible when you hover over fifth level list OR link */
.brmenu ul :hover ul :hover ul :hover ul :hover ul :hover ul{ 
visibility:visible;
}

.catlink {
padding-top:10px;
font-size: 12px;
font-weight:normal;
text-decoration:underline !important;
color: #065192 !important;
}