.ddsmoothmenu-v ul{
width:236px;
float:left;
padding-bottom:10px;
}
 
.ddsmoothmenu-v ul li{
position: relative;
width:236px;
float:left;
padding-bottom:0px;
margin:1px 0px 1px 0px;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
	width:200px;
	float:left;
	padding:5px 0px 5px 30px;
	text-decoration:none;
	color:#363636;
	font-weight:bold;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
	color:rgba(51,51,51,1);
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color:rgba(255,51,0,1);
}

.ddsmoothmenu-v ul li a:hover{
	color:rgba(255,51,0,1);
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{

width: 236px; /*Sub Menu Items width */
top: 0;
left:0;
font-weight: normal;
visibility: hidden;
margin:0px;
padding:0px;
margin-left:1px;
}
.ddsmoothmenu-v ul li ul li a{
width:175px;
	float:left;
	color:#069;
	text-transform:none;
	color:#845720;
	font-size:14px;
	margin-left:5px;
	font-weight:100;
	padding:3px 0px 3px 50px;
	background:url(../images/cham.png) no-repeat 30px 11px;
}
.ddsmoothmenu-v ul li ul li a:hover,.ddsmoothmenu-v ul li ul li a.selected{
	background:url(../images/cham_trang.png) no-repeat 30px 11px;
	background-color:#0AA026;
	border-radius:5px;
	color:rgba(255,255,0,1);
}
 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */