.menulist2, .menulist2  ul {
 margin: 0;
 padding: 0;
  list-style: none;
}

.menulist2 ul {
 visibility: hidden;
 position: absolute;
 top: 1.5em;
 left: 0px;
 width: 250px;
}


.menulist2 ul ul {
 top: 0px;
 left: 200px;
}


.menulist2 li {
 float: left;
 position: relative;
 background: #FFFFFF;
 border: 1px solid #EC008C;
 width: 199px;
 margin-right: -1px;
}

.menulist2 ul li {
 float: none;
 margin-right: 0;
 margin-bottom: -1px;
}
.menulist2 ul>li:last-child {
 margin-bottom: 1px;
}

.menulist2 a {
 display: block;
 padding: 3px;
 color: #000;
 text-decoration:  none;
}

.menulist2 a:hover, .menulist2 a.highlighted:hover, .menulist2 a:focus {
 color: #EC008C;
 background-color: #E1BEFC;
}
.menulist2  a.highlighted {
 color: #EC008C;
 background-color: #E1BEFC;
}

.menulist2 a .subind {
 display:  none;
}
.menulist2 ul a .subind {
 display:  block;
 float: right;
}

.menulist2 a {
 float: left;
}
.menulist2 ul a {
 float: none;
}
/* \*/
.menulist2 a {
 float: none;
}
/* */


/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist2  ul li {
 float: left;
 height: 1%;
}
* html .menulist2  ul a {
 height: 1%;
}
/* End Hack */


A.topnav3:hover {font-family: Arial, Helvetica, sans-serif; font-size: 7pt; color: #C92989; text-decoration: none; font-style: normal; line-height: normal; font-weight: Normal}
A.topnav3 {font-family: Arial, Helvetica, sans-serif; font-size: 7pt; font-style: normal; line-height: normal; font-weight: Normal; color: #000000; text-decoration: NONE}
