.dropdown { position:relative; height:140px; z-index: 100; float:left; padding-right:5px; }
.dropdown dt { display:block; border-left:solid 2px #e3e4e5; padding:6px 6px 5px 7px; cursor:pointer; }
.dropdown dt:hover { color:#e3001f; }
.dropdown dt a.active dd { display: block; }
.dropdown dt a, .dropdown dt a:active, .dropdown dt a:visited 
{
	display:block; text-decoration:none; font-size:12px; line-height:8px; color: #666;
}
.dropdown dt.active a { color:#e3001f; }
.dropdown dt a:hover {
color:#E3001F;
}

.dropdown dd {position:absolute; margin-top:0px; overflow:hidden; width:208px; display:none; z-index:200; opacity:0}
.dropdown ul {width:204px; border-left:solid 2px #e3e4e5; list-style:none; border-top:none;}
.dropdown li {display:inline}
.dropdown dd a, .dropdown dd a:active, .dropdown dd a:visited {display:block; padding:7px; text-decoration:none; font-size:12px; line-height:8px; color: #666; width:194px}
.dropdown dd a:hover { color:#e3001f; }
.dropdown dd a.active { color:#e3001f; }