.ddsmoothmenu{
	padding-top: 7px;
}

.ddsmoothmenu ul{
	z-index:100;
	margin: 0;
	padding: 0;
	list-style-type: none;
}


.ddsmoothmenu ul li{
	position: relative;
	display: inline;
	float: left;
}


.ddsmoothmenu ul li a {
	display: block;
	height: 50px;
	padding: 12px 30px 0;
	font-size: 14px;
	color: #ccc;	
	text-decoration: none;
	font-weight: 400;
	outline: none;
	text-align: left;
	background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) no-repeat right
}

.ddsmoothmenu ul li a span  { display: block; margin-top: 5px; font-size: 10px; line-height: 10px; color: #888 }

* html .ddsmoothmenu ul li a{ 
display: inline-block;
}

.ddsmoothmenu ul li a.selected, .ddsmoothmenu ul li a:hover, .ddsmoothmenu ul li a:hover span  { 
	color: #fff;
}


.ddsmoothmenu ul li ul {
	position: absolute;
	width: 170px;
	left: 0;
	display: none; 
	visibility: hidden;
	background: #181818;
}

.ddsmoothmenu ul li ul span.bottom { position: absolute; width: 178px; height: 13px; bottom: -13px; left: 0;  background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) no-repeat; }


.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}


.ddsmoothmenu ul li ul li ul{
top: 0;
}


.ddsmoothmenu ul li ul li a{
	font-weight: 400;
	width: 140px; 
	height: 28px;
	padding: 0 0 0 30px;
	margin: 0;
	line-height: 28px;
	font-size: 11px;
	text-align: left;
	background: none;
	color: #999;
	border-top: 1px solid #2d2d2d;
	border-bottom: 1px solid #0c0c0c
}

.ddsmoothmenu ul li ul li .last {
	border-bottom: none;
}

.ddsmoothmenu ul li ul li a.selected, .ddsmoothmenu ul li ul li a:hover {
	color: #fff;
	width: 139px;
	padding-left: 31px;
	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;
}




