.top_level_li1 A {
   display: block;
}

.sub_level_2_li1 A:visited {
   color: #000;
}

.sub_level_2_li1 A:visited:hover {
   color: #822;
}

.sub_level_2_li1 A:hover {
   color: #822;
}

.sub_level_1_li1 A:visited:hover {
   color: #822;
}

.sub_level_1_li1 A:visited {
   color: #000;
}

.sub_level_1_li1 A:hover {
   color: #822;
}

.top_level_li1 A:visited {
   color: #000;
}

.top_level_li1 A:visited:hover {
   color: #822;
}

.top_level_li1 A:hover {
   color: #822;
}

ul.nav1, .nav1 ul, .nav1 ul li a {
}

ul.nav1 li:active, .nav1 ul li a:active {
   color: #D00;
}

.sub_level_2_a1 {
   font-family: Arial;
   color: #000;
   font-weight: bold;
   text-decoration: none;
}

ul.nav1 li:hover, .nav1 ul li a:hover {
   z-index: 2;
}

.sub_level_1_a1 {
   font-family: Arial;
   color: #000;
   font-weight: bold;
   text-decoration: none;
}

.top_level_a1 {
   font-family: Garamond;
   font-size: 20px;
   color: #000;
   font-weight: bolder;
   text-decoration: none;
}

.menu_div1 {
   position: relative;
   left: 160px;
   top: 90px;
   display: block;
}

.nav1 ul li a {
   padding-top: 2px;
   padding-right: 2px;
   padding-bottom: 2px;
   padding-left: 2px;
   display: block;
}

ul.nav1 li:hover>ul {
   display: block;
}

ul.nav1 li>ul {
   margin-top: 0px;
   margin-left: 20px;
   position: absolute;
   display: none;
   width: 140px;
}

ul.nav1>li {
   padding-top: 2px;
   padding-right: 2px;
   padding-bottom: 2px;
   padding-left: 2px;
   line-height: 30px;
   position: relative;
   z-index: 1;
   display: table-cell;
   width: 160px;
}

ul.nav1 {
   text-align: center;
   display: table;
}

ul.nav1, .nav1 ul {
   padding-top: 0px;
   padding-right: 0px;
   padding-bottom: 0px;
   padding-left: 0px;
   margin-top: 0px;
   margin-right: 0px;
   margin-left: 0px;
   margin-bottom: 0px;
   list-style-type: none;
}

