.dbMenu{
	width:15em;
	border: none;
}
.dbMenu .subMenu{
	border: none;
}
.dbMenu li ul{
	position:absolute;
	left:10.5em;
	top:0;
	width:150px;
	padding:0px;
	border: none;
}
.dbMenu li>ul{
	left:11em;
}
.dbMenu li ul li{
	height:30px;
	padding:10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.dbMenu a{
	color: #FFFFFF;
}