* {padding:0; margin:0}
.dropdown { float:left; font-size: 13px; font-weight: bold; color: white; font-weight: bold; }
.dropdown dt { height: 34px; width: 120px; padding: 0px 0px 0px 0px; font-weight:bold; cursor:pointer; text-align: left; text-decoration: none; }
.dropdown dt:hover { text-decoration: none; color: white; background-color: #e44027; width: 120px;  }
.dropdown dd { position:absolute; overflow: hidden; width: 145px; display:none; background: #01559e; z-index:200; opacity:0;  }
.dropdown ul { list-style:none; border-top:none; border-bottom: solid 2px white; }
.dropdown li { display:inline; text-align: center; }
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding: 7px 0px 2px 0px; color: white; text-decoration:none; height: 20px; font-weight: bold; width: 130px; }
.dropdown a:hover { font-size: 13px; font-weight: bold; color: white; background-color: #e44027; text-decoration: none; }
.dropdown .underline {}
