#menu{
font-size:12px;
text-align:left;
font-family: Arial;
text-decoration:none;
padding:0;
margin:0;
float:left;
}
.menu {
font-size:12px;
text-align:left;
font-family: Arial;
text-decoration:none;
padding:0;
margin:0;
float:left;
line-height:24px;

}
#menu a .dropact {
color:#58A519;
background: url(../img/bg_nav_hover.jpg) repeat-x;
text-decoration:none;
background-color: #ffffff;
}
#menu a .dropact_sub {
color:#58A519;
background: url(../img/bg_nav_hover.jpg) repeat-x;
text-decoration:none;}
.menu .dropact {
color:#58A519;
background: url(../img/bg_nav_hover.jpg) repeat-x;
text-decoration:none;
}
.menu .dropact_sub {
color:#58A519;
background: url(../img/bg_nav_hover.jpg) repeat-x;
text-decoration:none;
}
.menu ul li .dropact {
color:#58A519;
text-decoration:none;


}
.menu ul li .dropact_sub {
color:#58A519;
text-decoration:none;


}

 /* style the top level hover */
.menu ul a:hover {
color:#58A519;
background: url(../img/bg_nav_hover.jpg) repeat-x;
text-decoration:none;

}
.menu ul ul a:hover{
color:#419CE1;
text-decoration:none;
}
.menu ul :hover > a{
color:#58A519;
background: url(../img/bg_nav_hover.jpg) repeat-x;
text-decoration:none;
}
.menu ul ul :hover > a {
color:#419CE1;
text-decoration:none;
}

/* 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 {
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
 .menu li {
float:left;
position:relative;

}
/* style the links for the top level */
.menu a,  .menu a:visited {
display:block;
font-size:12px;
text-decoration:none;
color:#616365;
padding:3px 15px;
border-right:1px solid #ccc;
}

/* a hack so that IE5.5 faulty box model is corrected */

* html  .menu a, * html  .menu a:visited {
width:70px;
w\idth:70px;
}




/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:30px;
/*padding-left:5px;*/
left:-1px;
width:140px;
text-decoration:none;

}
/* another hack for IE5.5 */
* html  .menu ul ul {
top:30px;
t\op:31px;
}

/* 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; }
/* style the second level links */
 .menu ul ul a,  .menu ul ul a:visited {
background:#ffffff;
color:#419CE1;
height:auto;
line-height:16px;
border-right:1px solid #ccc;
border-left:1px solid #ccc;
border-bottom:1px solid #ccc;
line-height:1em;
/*padding:5px 10px;*/
width:140px
/* yet another hack for IE5.5 */
}


* html  .menu ul ul a{
width:140px;
w\idth:140px;
}


/* style the second level background */
 .menu ul ul a.drop,  .menu ul ul a.drop:visited {
background:#ffffff;
}

/* style the second level hover */
.menu ul ul a.drop:hover{
background:#ffffff;
color:#419CE1;
text-decoration:none;
}

 .menu ul ul :hover > a.drop {
background:#ffffff;
color:#419CE1;
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, .menu :hover {
visibility:visible;
}
.menu ul :hover ul,.menu ul :hover ul :hover {
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;
}


#menu a .dropact :hover, #menu a .dropact_sub :hover, .menu .dropact :hover,
.menu .dropact_sub :hover, .menu ul li .dropact :hover, .menu ul li .dropact_sub :hover { visibility:visible;}



