.mlddm{visibility: hidden;margin: 0;padding: 0;width:auto;}
.mlddm li{display: inline;list-style: none;margin: 0;padding: 0;float: left;font: 11px arial;font-weight:bold;}
.mlddm li a, .mlddm li a#buttonnohover{display: block;text-align: center;color: #000;padding: 7px 10px;margin: 0;text-decoration: none;} /* width: 70px; */
.mlddm li a:hover, .mlddm li a#buttonhover{color: #ff6600;text-decoration: none;}

.mlddm ul{z-index: 100;margin: 1px 0 0 -1px;padding: 0;visibility: hidden;position: absolute;clear: both;background: #f0f0f0;border: 1px solid #c0c0c0;color:#000;}
.mlddm ul li{float: none;color:#000;}
.mlddm ul li a{width: auto;margin: 0 0 0 2px;padding: 9px 15px;font: 11px arial;text-align: left;text-decoration: none;color: #000;background: transparent;white-space: nowrap;}
.mlddm ul li a:hover{color: #ff6600;padding: 9px 15px 9px 13px;border: 1px solid #FFF;border-width: 0 0 0 2px; background:#fff;text-decoration: none;}
.mlddm .hsub{background: no-repeat right url(/JS/mlddm/images/arrowb.gif)}
.mlddm .hsub:hover{background: #ffffff no-repeat right url(/JS/mlddm/images/arrowb.gif)}
.mlddm .pricat{height:30px;background: url(/JS/mlddm/images/top_grad.gif);} /*primay categories*/

/* due to other stylesheets overriding, we need to duplicate this style here for the mlddlm class */
.mlddm a, .mlddm a:link,.mlddm a:visited, .mlddm a:active { color: #000; text-decoration: none; }
.mlddm a:hover { color: #ff6600;  text-decoration: none; }


/*specific menu horizontal-center-positioning style */
.divDDM
{
	
	width:auto;		
	position:absolute;
	z-index:2;
	/* other options ....
       margin-left: auto;
       margin-right: auto;
       left: 0;
       right: 0;*/



	/*centers but causes bottom scrollbar to appear*/
	/*float:left;
	color:#000;
	z-index:2;
	position: absolute; 
	width: 1004px;
	left: 50%;
	margin-left: -300px; /*length of element / 2 * (-1)*/
	
}
/* TODO:  */
/* first, dont load styles, detect true div element length! then next, set the style (remember width) as above but in script, take the margin=left set it to half the element.clientwidth :)