.dropdown * {padding:0; margin:0}
.dropdown {float:left; height: 42px; margin: 0px; width: 213px;position: relative; top: 0px;}
.dropdown dt {font-size: 10pt; font-weight: bold; margin: 0px; background-position: right top; line-height: 42px; width: 213px; text-align: center; color: #555555;}
.dropdown dt a {font-size: 10pt; font-weight: bold; color: #555555; text-decoration: none;}
.dropdown dd {z-index:200; position:absolute; overflow:hidden; display:none;}
.dropdown ul {border-right: solid 1px #AEAEAE; background : url('images/menu-item-bkg.png') top left repeat-y; list-style:none; border-top:none; width: 213px;}
.dropdown li {background: url('images/menu-item-bkg.png') top left repeat-y; display: block; text-align: center;}
.dropdown li a, .dropdown li a:active, .dropdown li a:visited {display:block; font-size: 10pt; padding:5px; color:#333; text-decoration:none;}
.dropdown .underline {border-bottom:1px solid #aeaeae}
.dropdown dt {cursor: default;}


.dropdown li a:hover {color:#000; background-color: #D8D8D8;}

/*
.dropdown li:hover {background-color: #D8D8D8;}
.dropdown dt a:hover {color: #777777;}
*/


/* Original styling 
.dropdown {float:left; padding-right:5px}
.dropdown dt {width:188px; border:2px solid #9ac1c9; padding:8px; font-weight:bold; cursor:pointer; background:url(images/header.gif)}
.dropdown dt:hover {background:url(images/header_over.gif)}
.dropdown dd {position:absolute; overflow:hidden; width:208px; display:none; background:#fff; z-index:200; opacity:0}
.dropdown ul {width:204px; border:2px solid #9ac1c9; list-style:none; border-top:none}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:5px; color:#333; text-decoration:none; background:#eaf0f2; width:194px}
.dropdown a:hover {background:#d9e1e4; color:#000}
.dropdown .underline {border-bottom:1px solid #b9d6dc}
*/
