.ddm{
	width:180px;
	background:url(../images/menu.png) center bottom no-repeat;
	padding-bottom:10px;	
}
.ddmitem{
	padding:5px 5px 5px 0px ;
	text-transform:uppercase;
	background:url(../images/menu.png) top center repeat-y;
	color:#ffffff;		
	text-align:center;
}
.ddmitemhover{
	padding:5px 5px 5px 0px ;
	text-transform:uppercase;
	background:url(../images/menu.png) top center repeat-y;
	color:#ffffff;		
	text-align:center;
	font-weight:bold;
}


