.ddsmoothmenu {
	margin: 0px auto; padding: 0px; width: 100%; font-size: 14px;
}
.ddsmoothmenu ul {
	margin: 0px; padding: 0px; list-style-type: none; z-index: 100;
}
.ddsmoothmenu ul li {
	width: 80px; height: 26px; text-align: center; line-height: 25px; float: left; display: inline; position: relative;
}
.ddsmoothmenu ul li a {
	width: 80px; text-align: center;
}
.ddsmoothmenu ul li ul li a {
	background: rgb(10, 93, 137); height: 26px; color: white; text-decoration: none; float: left; display: block;
}
* html .ddsmoothmenu ul li a {
	float: left; display: inline-block;
}
.ddsmoothmenu ul li a:link {
	height: 26px; float: left;
}
.ddsmoothmenu ul li a:visited {
	height: 26px; float: left;
}
.ddsmoothmenu ul li a.selected {
	
}
.ddsmoothmenu ul li a:hover {
	
}
.ddsmoothmenu ul li ul {
	left: 0px; display: none; visibility: hidden; position: absolute;
}
.ddsmoothmenu ul li ul li {
	float: none; display: list-item;
}
.ddsmoothmenu ul li ul li ul {
	top: 0px;
}
.ddsmoothmenu ul li ul li a {
	margin: 0px; width: 100px; text-align: left; line-height: 30px; text-indent: 14px; font-size: 12px; border-bottom-color: rgb(71, 141, 199); border-top-width: 0px; border-bottom-width: 1px; border-bottom-style: solid;
}
.ddsmoothmenu ul li ul li a:hover {
	border-bottom-color: rgb(107, 182, 246); border-bottom-width: 1px; border-bottom-style: solid;
}
* html .ddsmoothmenu {
	height: 1%;
}
.downarrowclass {
	top: 12px; right: 7px; position: absolute;
}
.rightarrowclass {
	top: 6px; right: 5px; position: absolute;
}
.ddshadow {
	background: silver; left: 0px; top: 0px; width: 0px; height: 0px; position: absolute;
}
.toplevelshadow {
	opacity: 0.8;
}
.ddsmoothmenu li.navge {
	width: 19px; height: 26px;
}
