
.navmenu {
z-index:1000;
font-size:90%;
margin:2px 0 10px 10px; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.navmenu ul {
padding:0;
margin:0;
list-style-type:none;
width:165px;
}
/* hack for IE5.5 */
* html .navmenu ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
.navmenu li {
position:relative;
background:#2B3759;
height:26px;
font-weight:bold;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}

/* get rid of the table */
.navmenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.navmenu a, .navmenu a:visited {
display:block;
text-decoration:none;
height:25px;
line-height:25px;
width:164px;
color:#ffffff;
text-indent:18px;
border:1px solid #fff;
border-width:0 1px 1px 0;
}

/* hack for IE5.5 */
* html .navmenu a, * html .navmenu a:visited {background:#2B3759; width:165px; w\idth:164px;}
/* style the link hover */
* html .navmenu a:hover {color:#2B3759; background:#FBF708;}

.navmenu :hover > a {
color:#2B3759;
background:#FBF708;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.navmenu ul ul {
visibility:hidden;
position:absolute;
top:0;
left:165px;
}
/* make the second level visible when hover on first level list OR link */
.navmenu ul li:hover ul,
.navmenu ul a:hover ul {
visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.navmenu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.navmenu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.navmenu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.navmenu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}

#selected{
color:#2B3759; background:#FBF708;
}

#navmenuwidth2{
width:400px;
}
#navmenuwidth22{
width:399px;
}

#subselect{
color:#2B3759; background:#FBF708;
}