/*Home dropdown menus*/
.dropdown-home * {padding:0; margin:0}
.dropdown-home {font:12px Verdana, Arial, Helvetica; font-weight: bold ;margin:5px; float:left; background:#ffffff; color:grey; }
.dropdown-home dt {font:12px Verdana, Arial, Helvetica; font-weight: bold ;width:188px; solid #9ac1c9; padding:8px; font-weight:bold; cursor:pointer; text-align:center; background:url(images/header-dd.gif)}
.dropdown-home dt:hover {background:url(../images/header_over-dd.gif); color:gray;}
.dropdown-home dd {position:absolute; overflow:hidden; width:208px; text-align:left; display:none; z-index:200; opacity:0}
.dropdown-home ul {border:0px solid #9ac1c9; list-style:none; border-top:none}
.dropdown-home li {display:inline}
.dropdown-home a, .dropdown-home a:active, .dropdown-home a:visited 
{display:block; padding:5px; color:#333; text-decoration:none; background:#ffffff; width:200px}
.dropdown-home a:hover {background:#d9e1e4; color:#000}
.dropdown-home .underline {border-bottom:1px solid #b9d6dc}

/*Regular dropdown menus*/
.dropdown * {padding:0; margin:0}
.dropdown {font:12px Verdana, Arial, Helvetica; font-weight: bold ;margin:5px; float:left; background:#ffffff; color:grey; }
.dropdown dt {font:12px Verdana, Arial, Helvetica; font-weight: bold ;width:188px; solid #9ac1c9; padding:8px; font-weight:bold; cursor:pointer; text-align:center; background:url(../images/header-dd.gif)}
.dropdown dt:hover {background:url(../images/header_over-dd.gif); color:gray;}
.dropdown dd {position:absolute; overflow:hidden; width:208px; text-align:left; display:none; z-index:200; opacity:0}
.dropdown ul {border:0px 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:#ffffff; width:200px}
.dropdown a:hover {background:#d9e1e4; color:#000}
.dropdown .underline {border-bottom:1px solid #b9d6dc}


