.meniuVerticala {
	float: left;
	width: 190px;
	position: relative;
	margin-top: 4%;
}
.butoaneleft {
	position: relative;
	height: 15px;
	width: 150px;
	border-right-width: thick;
	border-right-style: solid;
	border-right-color: #464646;
	padding-right: 10px;
	float: left;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #818181;
	margin-top: 2px;
	text-align: right;
	margin-bottom: 2px;
}
.butoaneleft:hover{
	border-right-color: #C7C7C7;
	color: #CCC;
}
.butoanSelect {
	position: relative;
	height: 15px;
	width: 150px;
	border-right-width: thick;
	border-right-style: solid;
	border-right-color: #A8A8A8;
	padding-right: 10px;
	float: left;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #069;
	margin-top: 2px;
	text-align: right;
	margin-bottom: 2px;
}
