.ddsmoothmenu{
	padding: 1px;
}
.ddsmoothmenu ul{
	z-index:100;
	margin: 0;
	padding: 0 0 0 30px;
	list-style-type: none;
}
.ddsmoothmenu ul li{
	position: relative;
	display: inline;
	float: left;
}
.ddsmoothmenu ul li a {
	display: block;
	height: 42px;
	padding: 0 15px 0 10px;
	line-height: 42px;
	font-size: 14px;
	color: #bbb3ac;	
	text-align: center;
	text-decoration: none;
	font-weight: 400;
	outline: none;
}
* html .ddsmoothmenu ul li a{ 
display: inline-block;
}
.ddsmoothmenu ul li a:hover { 
	color: #0ad6e7;
}
.ddsmoothmenu ul li ul {
	position: absolute;
	width: 170px;
	margin: 0;
	padding: 0;
	left: 0;
	display: none; 
	visibility: hidden;
	background: #4a4a4a;
	border: 1px solid #5c5c5c;
	border-top: 0;
}
.ddsmoothmenu ul li ul span.bottom { position: absolute; width: 178px; height: 13px; bottom: -13px; left: 0;  background: url(../images/templatemo_smb_b.png) no-repeat; }
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}
.ddsmoothmenu ul li ul li ul{
	top: 0;
	margin-left:150px;
}
.ddsmoothmenu ul li ul li a{
	width: 150px; 
	height: 28px;
	line-height: 28px;
	padding: 0 20px;
	margin: 0;
	font-size: 11px;
	text-align: left;
	background: none;
	color:red;
}
.ddsmoothmenu ul li ul li .last {
	border-bottom: none;
}
.ddsmoothmenu ul li ul li a.selected, .ddsmoothmenu ul li ul li a:hover {
	color: #0ad6e7;
	width: 171px;
	padding-left: 20px;
	background: none;
}
* html .ddsmoothmenu{height: 1%;} 
.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}
.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}
.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
}
.toplevelshadow{ 
opacity: 0.5;
}
