.menu {
background-image: url(../images/secondarynav/2hdr_spacer2.jpg);
width:943px; 
height:27px; 
position:relative; 
top: -15px;
left: 17px;
z-index:10000;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 9pt;
 border: 1px solid #ccc;
/*border-right:1px solid #ccc;*/
}
/* hack to correct IE5.5 faulty box model */
* html .menu {
width:943px; 
w\idth:943px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:122px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
top: 0px;
left: 3px;
width:114px;
text-align: center;
position:relative;
margin: 0px .12em;
/*border: 1px solid red;*/
border: 1px solid #ccc;
border-width: 0px 0px 0px 0px;
}

.menu li img{
position: relative;
width: 114px;
height: 27px;
text-align: left;
text-decoration: none;	
}

/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:9pt;
text-decoration:none; 
color:#000; 
width:114px; 
height:22px; 
border:0px solid #ccc; 
border-width:0px 0px 0px 0px; 
background:url(../images/secondarynav/2hdr_spacer2.jpg); 
text-align: center;
padding-left:0px; 
line-height:24px; 
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:114px; 
w\idth:105px;
}
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
background: #fff;
height:133px;
top:-134px;
left:-7px; 
border-top:1px solid #ccc;
border-left:1px solid #ccc;
border-right:1px solid #ccc;
opacity: .80;
filter: alpha(opacity=80);
-moz-opacity: 0.80;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:-134px;
t\op:-134px;
}
 
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
position:absolute; 
top:0; 
left:0; 
border-collapse:collapse;
}
 
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background: #fff;
color:#000;
font-size: 8pt;
text-decoration: none;
height:auto; 
left: -7px;
line-height:1.15em; 
padding:5px 3px; 
width:100px;
text-align: left;
/*border-width:0px 1px 0px 1px;*/
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
width:100px;
w\idth:100px;
}
 
/* style the top level hover */
.menu a:hover{
color:#000; 
background-color: #ccc;
text-decoration: none;
/*background: #b7d186;
background: url(../images/secondarynav/2hdr_spacer2.jpg);*/
}

.menu ul ul a:hover{
color:#9A0201; 
background:#fff;
text-decoration: none;
}
.menu :hover > a, {
color:#000; 
background:none;	
text-decoration: none;
}

.menu ul ul :hover > a {
color:#9A0201; 
background:#fff;
text-decoration: none;
}
 
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible;}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

---------------------------------------------------------------------------------------------------------------------


/* remove all the bullets, borders and padding from the default list styling */
#newfootertop ul {
padding:0;
margin:0;
list-style-type:none;
}
#newfootertop ul ul {
width:122px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#newfootertop li {
float:left;
top: 0px;
left: 3px;
width:114px;
text-align: center;
position:relative;
margin: 0px .12em;
/*border: 1px solid red;*/
border: 1px solid #ccc;
border-width: 0px 0px 0px 0px;
}

#newfootertop li img{
position: relative;
width: 114px;
height: 27px;
text-align: left;
text-decoration: none;	
}

/* style the links for the top level */
#newfootertop a, #newfootertop a:visited {
display:block;
font-size:9pt;
text-decoration:none; 
color:#000; 
width:114px; 
height:22px; 
border:0px solid #ccc; 
border-width:0px 0px 0px 0px; 
background:url(../images/secondarynav/2hdr_spacer2.jpg); 
text-align: center;
padding-left:0px; 
line-height:24px; 
}
/* a hack so that IE5.5 faulty box model is corrected */
* html #newfootertop a, * html #newfootertop a:visited {
width:114px; 
w\idth:105px;
}
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
#newfootertop ul ul {
visibility:hidden;
position:absolute;
background: #fff;
height:133px;
top:-134px;
left:-7px; 
border-top:1px solid #ccc;
border-left:1px solid #ccc;
border-right:1px solid #ccc;
opacity: .80;
filter: alpha(opacity=80);
-moz-opacity: 0.80;
}
/* another hack for IE5.5 */
* html #newfootertop ul ul {
top:-134px;
t\op:-134px;
}
 
/* style the table so that it takes no ppart in the layout - required for IE to work */
#newfootertop table {
position:absolute; 
top:0; 
left:0; 
border-collapse:collapse;
}
 
/* style the second level links */
#newfootertop ul ul a, #newfootertop ul ul a:visited {
background:#fff; 
color:#000;
font-size: 8pt;
text-decoration: none;
height:auto; 
line-height:1.15em; 
padding:5px 3px; 
width:100px;
text-align: left;
/*border-width:0px 1px 0px 1px;*/
}
/* yet another hack for IE5.5 */
* html #newfootertop ul ul a, * html #newfootertop ul ul a:visited {
width:100px;
w\idth:100px;
}
 
/* style the top level hover */
#newfootertop a:hover{
color:#000; 
background-color: #ccc;
text-decoration: none;
/*background: #b7d186;
background: url(../images/secondarynav/2hdr_spacer2.jpg);*/
}

#newfootertop ul ul a:hover{
color:#9A0201; 
background:#fff;
text-decoration: none;
}
#newfootertop :hover > a, {
color:#000; 
background:none;	
text-decoration: none;
}

#newfootertop ul ul :hover > a {
color:#9A0201; 
background:#fff;
text-decoration: none;
}
 
/* make the second level visible when hover on first level list OR link */
#newfootertop ul li:hover ul,
#newfootertop ul a:hover ul{visibility:visible;}
/* keep the third level hidden when you hover on first level list OR link */
#newfootertop ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
#newfootertop ul :hover ul :hover ul{ visibility:visible;}


