/* common styling */
.menu2{
font-family: arial, sans-serif; width:184px; float: left; position:relative; font-size:11px; margin:0px 0; z-index:100;
}
.menu2 ul {
padding:0; margin:0; list-style-type: none; background: transparent; width:184px;
}
/* Move Distance */
.menu2 ul li ul {
visibility:hidden; position:absolute; height:0; overflow:hidden; top:0; left:194px;
}
.menu2 ul li {
float:left;
}
.menu2 ul li a, .menu2 ul li a:visited {  /* 1st lev */
display:block; float:left; text-decoration:none; color:#555555; width:175px; height:28px; line-height:28px; font-size:12px; background: url(/graphics/menu_bullet_inactive.gif) no-repeat 6px 10px; padding-left:19px;
}
* html .menu2 ul li a, * html .menu2 ul li a:visited {width:100px; width:175px;}

.menu2 table {
border-collapse:collapse; border:0; margin:0; padding:0; font-size:1em; position:absolute; left:0; top:0;
}

/* first line for IE7 and non-IE browsers - second line for IE5.5 and IE6 */
.menu2 ul li:hover a,
.menu2 ul li a:hover{   /* 1st level */
 background:#668214 url(/graphics/menu_bullet_active.gif) no-repeat 6px 10px; color:#fff;
}

.menu2 ul li:hover {position:relative; z-index:90;}
* html .menu2 ul li a:hover {position:relative; z-index:100;}

.menu2 ul li:hover ul,
.menu2 ul li a:hover ul {  /* 2nd level background */
visibility:visible; position:absolute; height:auto;  background:#819d2f; overflow:visible; width: 185px;
}
.menu2 ul li:hover ul li a,
.menu2 ul li a:hover ul li a{   /* 2nd level anchor states */
display:block; background:transparent; color:#fff; line-height:15px; padding:5px 0 5px 10px; height:auto; text-decoration:none;
}

.menu2 ul li:hover ul li:hover a,
.menu2 ul li a:hover ul li a:hover {
background:#4b6208; color:#fff; font-weight: normal;  /* 2nd level hover states */
}
.menu2 ul li:hover ul li ul,
.menu2 ul li a:hover ul li a ul { /* 3rd lev anchor */
visibility:hidden; position:absolute; height:0; overflow:hidden; top:0; left:135px;
}
.menu2 ul li:hover ul li:hover ul,
.menu2 ul li a:hover ul li a:hover ul {      /* 3rd level */
visibility:visible; position:absolute; height:auto; color:#000; padding:0;  list-style-type:none; background:#d8d8d8;
}
.menu2 ul li:hover ul li:hover ul li a,
.menu2 ul li a:hover ul li a:hover ul li a {
display:block; background:transparent; color:#304797;
}
.menu2 ul li:hover ul li:hover ul li:hover a,
.menu2 ul li a:hover ul li a:hover ul li a:hover {
background:#999; color:#fff;
}
#lower_menu a {
  background: none;
  line-height: 20px;
  height: 20px;
  font-size: 12px;
  color: #000;
}
#lower_menu a:hover {
  color: #304797;
}
#lower_menu ul li a, #lower_menu ul li a:visited {  /* 2nd lev */
display:block; float:left; text-decoration:none; color:#000; width:184px; height:auto; line-height:13px; font-size:12px; background:#f8f8f8; padding-left:10px;
}
* html #lower_menu ul li a, * html #lower_menu ul li a:visited {width:100px; w\idth:184px;}
#lower_menu ul li:hover ul,

#lower_menu ul li:hover a,
#lower_menu ul li a:hover{   /* 2nd level */
color:#304797;
}

#lower_menu ul li:hover ul li:hover a,
#lower_menu ul li a:hover ul li a:hover {
color:#304797;   /* 3rd level hover states */
}

#lower_menu ul li:hover ul li a,
#lower_menu ul li a:hover ul li a{   /* 3rd level anchor states */
display:block; background:transparent; color:#000; line-height:13px; padding:5px 0 5px 5px; height:auto; text-decoration:none;
}

#lower_menu ul li:hover ul,
#lower_menu ul li a:hover ul {  /* 3rd level background */
visibility:visible; position:absolute; height:auto;  background:#eee; overflow:visible;
}