.menu_div{height:21px;position:relative;}

.mmc { position: relative; float: left; margin-right: 3px; width: 152px; height: 21px; top: 0px; }
	
.mmt { position: absolute; top: 0px; left: 0px; width: 152px; height: 21px; }
.dmc { position: absolute; display: none; top: 21px; border-top: 2px solid black; left: 0px; width: 146px; padding: 2px; padding-top: 5px; padding-bottom: 15px; overflow: hidden; }
.dmbg { position: absolute; bottom: 0px; left: -1px; width: 152px; height: 400px; background-image: url(../../../../templates/tmap-catsndogs/images/menu/bg-drop.png); background-position: bottom left; }
.dmi { position: relative; clear: both; margin-left: 5px; }
	.dmi{font-size:11px;}

/* this hover will not work on just a class
	.menu_div .mmc:hover div.dmc{display: block;}*/

.menu_div div.mmc:hover div.dmc{display: block;}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


