.ddsmoothmenu{
}

.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: 46px;
	width: 146px;
	margin-right: 5px;
	line-height: 35px;
	padding-top: 10px;
	font-size: 14px;
	color: #CCC;
	text-align: center;
	text-decoration: none;
	font-weight: 400;
	outline: none;
	background-image: url(/images/template_menu_item.png);
	background-repeat: no-repeat;
	background-position: right;
}

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

.ddsmoothmenu ul li a.selected, .ddsmoothmenu ul li a:hover { 
	color: #FFF;
	background: url(/images/templatemo_menu_hover.png) no-repeat;
}


.ddsmoothmenu ul li ul {
	position: absolute;
	width: 184px;
	margin: 0 0 0 3px;
	display: none; 
	visibility: hidden;
	background: #cfccc9
}


.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: 500;
	width: 140px; 
	margin: 0 3px 0 1px;
	height: 28px;
	line-height: 28px;
	padding: 5px 20px;
	font-size: 11px;
	text-align: left;
	background: none;
	color: #666;
	border-bottom: 1px solid #bab5b0
}

.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: 21px;
	background: #bab5b0;
}


* 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;
}




