.gk2_vm_menu {
	list-style-type: none;
	width: 100%;
}

ul.gk2_vm_menu li {
	display: inline;
	padding: 2px 6px 5px;
	margin-right: 6px;
	font: bold 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background: none;
}

ul.gk2_vm_menu li a {
	color: #fff;
	line-height: 35px;
	border: none;
	cursor: pointer;
	text-decoration: none!important;
	text-align: center;
}

ul.gk2_vm_menu li.gkvm_active {
	background: transparent url('button.png') repeat-x 0 0;
}

ul.gk2_vm_menu li.gkvm_active:hover {
	background: transparent url('button-h.png') repeat-x 0 0;
}

.gkvm_menu_sl {
	list-style-type: none;
	width: 100%;
	display: none;
}

.gkvm_menu_sl li {
	background: none;
	display: inline;
	line-height: 35px;
	padding: 0 8px 0 0;
	margin: 0 8px 0 6px;
	border-right: 1px solid #ccc;
}

.gkvm_menu_sl li a {
	line-height: 35px;
	font: bold 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}