﻿.ddsmoothmenu {
}
.ddsmoothmenu UL {
	Z-INDEX: 100;
	padding:0px;
	margin:0px;
	LIST-STYLE-TYPE: none;
}
.ddsmoothmenu UL LI {
	DISPLAY: inline;
	POSITION: relative;
}
.ddsmoothmenu UL LI UL {
	DISPLAY: none;
	VISIBILITY: hidden;
	POSITION: absolute;

}
.ddsmoothmenu UL LI UL LI {
	DISPLAY: list-item;
}

