/* Menu */
.fhmenu {
font-family:Verdana,Geneva,sans-serif;
font-size:0.65em;
float:right;
margin-top:0px;
}

* html .fhmenu {
font-size:0.65em;
width:55px;
margin-right:2px;
margin-top:-51px;
}

/* remove all the bullets, borders and padding from the default list styling */
.fhmenu ul {
float:none !important;
padding:0;
margin:0;
list-style-type:none;
width:53px;
}

/* hack for IE5.5 */
* html .fhmenu ul {
}

/* position relative so that you can position the sub levels */
.fhmenu li {
position:relative;
display:block;
width:100%;
float:none !important;
}

.fhmenu li ul {
border:1px solid #808284;
background-color:#233dcd;
}

/* get rid of the table */
.fhmenu table {
position:absolute; 
border-collapse:collapse; 
top:-1px; 
left:0; 
z-index:100; 
font-size: 1em;
border:0 !important;
}

.fhmenu table td{
border:0 !important;
}

/* style the links */
.fhmenu a, .fhmenu a:visited{
display:block;
text-decoration:none;
height:160%;
line-height:160%;
padding: 0 4px;
margin: 0;
}

/* hack for IE5.5 */
* html .fhmenu a, * html .fhmenu a:visited {
width:51px; 
border:1px solid #f6f6f6;
text-decoration:none !important;
}

/* style the link hover */
* html .fhmenu a:hover {
}

/* hack for IE5.5 */
* html .fhmenu li ul a, * html .fhmenu li ul a:visited {
width:151px; 
border:1px solid #f6f6f6;
}

.fhmenu :hover > a {
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.fhmenu ul ul {
visibility:hidden;
position:absolute;
top:16px;
left:-109px; 
width:160px;
}

* html .fhmenu ul ul {
bottom:8px;
}

/* make the second level visible when hover on first level list OR link */
.fhmenu ul :hover ul{
visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.fhmenu ul :hover ul ul{
visibility:hidden;
position:absolute;
top:-1px;
left:-162px; 
}

* html .fhmenu ul :hover ul ul{
bottom:-7px;
}

/* keep the fourth level hidden when you hover on second level list OR link */
.fhmenu ul :hover ul :hover ul ul{
visibility:hidden;
position:absolute;
top:-1px;
left:-162px; 
}

* html .fhmenu ul :hover ul :hover ul ul{
bottom:-7px;
}

/* make the third level visible when you hover over second level list OR link */
.fhmenu ul :hover ul :hover ul{ 
visibility:visible;
}

/* make the fourth level visible when you hover over third level list OR link */
.fhmenu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}
