.ddsmoothmenu ul{
	z-index:100;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.ddsmoothmenu ul li{
	position: relative;
	float: left;
	line-height:34px;
}
.ddsmoothmenu ul li a.last{
	border:none;
}
.ddsmoothmenu ul li a{
	display: block;
	color: white;
	border-right: 1px solid #67645d;
	color: #fff;
	text-decoration: none;
	text-transform:uppercase;
	
	padding:0 10px;
}
.ddsmoothmenu ul li:hover a,
.ddsmoothmenu ul li.active a {
	background:#ffffff;
	color:#6b665e;
}

.ddsmoothmenu ul li.parent a {
	background-image:url(../images/down.png);
	background-repeat:no-repeat;
	background-position:100% 0%;
	padding-right:25px;
}
.ddsmoothmenu ul li.parent a:hover,
.ddsmoothmenu ul li.parent:hover a {
	background-image:url(../images/down_rol.gif);
	background-repeat:no-repeat;
	background-position:100% 0%;
	background-color:#fff;
	color:#6b665e;
}

.ddsmoothmenu ul li:hover ul { display:block}
.ddsmoothmenu ul li ul {
	position:absolute;
	left:0;
	top:34px;
	background-image:url(../images/dropdown_shadow.png);
	background-repeat:no-repeat;
	background-position:0px 100% !important;
	width:192px;
	padding-bottom:5px;
	display:none;
}
.ddsmoothmenu ul li ul li {
	width:188px;
	background-image:url(../images/dropdown_shadow1.png);
	background-repeat:repeat-y;
	background-position:right;
	padding-right:4px;
	line-height:26px;
	font-size:10px;
}
.ddsmoothmenu ul li ul li a,
.ddsmoothmenu ul li.parent ul li a {
	border:0;
	width:100%;
	padding:0;
	text-indent:25px;
	background-image:url(../images/navi_drop.gif) !important;
	background-repeat:no-repeat !important;
}
.ddsmoothmenu ul li ul li a:hover,
.ddsmoothmenu ul li.parent ul li a:hover {
	background-image:url(../images/navi_drop_rol.gif) !important;
	color:#fff !important;
}