#smoothmenu2 {
	z-index:0;
	background:#02307d;
	width:230px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
}
.ddsmoothmenu-v ul {
	margin-left:0px;
}

.ddsmoothmenu-v ul li {
	position:relative
}
.ddsmoothmenu-v ul li a {
	color:#000;
	display:block;
	padding:5px;
	white-space:nowrap
}
.ddsmoothmenu-v ul li img {
	position:absolute;
	right:10px
}
.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	
	line-height:20px;
	padding-left:5px;
	max-width:200px;
	height:auto
}
.ddsmoothmenu-v ul li a.selected {
	color:#fff
}
.ddsmoothmenu-v ul li a:hover {
	color:#C00
}
.ddsmoothmenu-v ul li ul {
	font-weight:normal;
	top:20px;
	width:200px
}
.mnl{
	background:#96d30f; no-repeat center center;
	width:200px;
	height:40px;
	border-radius:5px;
	margin-bottom:5px;
}
.mnl:hover{
	background:#fff; no-repeat center center;
	border-left:1px #ccc solid;
	border-bottom:1px #ccc solid;
	border-top:1px #ccc solid;
	width:205px;
	height:38px;
	border-radius:5px 0px 0px 5px;
	margin-bottom:5px;
	z-index:99999999;
}
* html .ddsmoothmenu-v ul li {
	float:left;
	height:1%
}
* html .ddsmoothmenu-v ul li a {
	height:1%
}
