
.menu1 { z-index:100;
width:829px; height:38px; 
}
/* hack to correct IE5.5 faulty box model */
* html .menu1 {
width:829px; w\idth:829px; float:left;

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


}
.menu1 ul ul {
font-size:12px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu1 li {
float:left; position:relative;
}
/* style the links for the top level */
.menu1 a, .menu1 a:visited {
display:block;font-size:12px;text-decoration:none; color:#fff; height:38px; text-align:center;  line-height:38px; font-weight:bold;

}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu1 a, * html .menu1 a:visited {
font-size:12px;text-decoration:none;
line-height:38px;
height:38px;
}
#menu-sel
{
color:#081553; height:38px; text-align:center;  line-height:38px; font-weight:bold;
}

/* style the second level background */
.menu1 ul ul a.drop, .menu1 ul ul a.drop:visited {
background:#4992C9 url(../images/menu-arrow.gif) no-repeat 145px center;
}
/* style the second level hover */
.menu1 ul ul a.drop:hover{
background:#D7EAF4 url(../images/menu-arrow.gif) no-repeat 145px center;
}
.menu1 ul ul :hover > a.drop {
background:#D7EAF4 url(../images/menu-arrow.gif) no-repeat 145px center;
}
/* style the third level background */
.menu1 ul ul ul a, .menu1 ul ul ul a:visited {
background:#D7EAF4; color:#1F3E7D;  z-index:500;
}
/* style the third level hover */
.menu1 ul ul ul a:hover {
background:#488FC6; color:#ffffff;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu1 ul ul {
visibility:hidden;position:absolute;height:0;top:38px;left:0;border-top:1px solid #68A1C9;
}
/* another hack for IE5.5 */
* html .menu1 ul ul {
top:38px;t\op:37px;
}

/* position the third level flyout menu */
.menu1 ul ul ul{
left:231px; top:-1px;
}

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

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu1 table {
position:absolute; top:0; left:0; border-collapse:collapse;
}

/* style the second level links */
.menu1 ul ul a, .menu1 ul ul a:visited {
background-color:#4992C9; color:#FFFFFF; font-weight:normal; height:29px; line-height:29px; padding-left:10px; border-width:0 1px 1px 1px; border-color:#68A1C9; border-style:solid; text-align:left;
}
/* yet another hack for IE5.5 */
* html .menu1 ul ul a, * html .menu1 ul ul a:visited {
height:29px;
line-height:29px;  border-color:#6CA0C4;
}
.menu1 ul ul a.post
{
background-image:url(../images/membership.jpg); background-repeat:no-repeat; background-position:10px 0px;
}
/* style the top level hover */
.menu1 ul li a:hover{
color:#081553;  background-color: transparent;
text-decoration:none;
}
.menu1 ul ul a:hover{
color:#002855; background-color:#4992C9;

}
.menu1 :hover > a {
color:#081553;  background-color:transparent;
}
 .menu1 ul ul :hover > a {
color:#002855;  background-color:#4992C9;

}
/* make the second level visible when hover on first level list OR link */
.menu1 ul li:hover ul,
.menu1 ul a:hover ul{
visibility:visible; 

}
/* keep the third level hidden when you hover on first level list OR link */
.menu1 ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu1 ul :hover ul :hover ul{ 
visibility:visible;
}/* CSS Document */

/* CSS Document */


