#vt_menu
{
	background:#ededed !important;
}

#vt_menu .list-top
{
	background:#ededed;
}

#vt_menu ul li:hover{
    background: #fff;
}

#vt_menu input
{
	
}

#vt_menu .other_links i
{
	color:#ededed;
}

#vt_menu .other_links li:hover
{
	background:#fff !important;
	cursor:pointer;
}

.first {
    background: #ededed;
	color:#fff;
	}
	
#vt_menu h4
{
	color:#4a6679;
	border-bottom: 1px solid #4a6679 !important;
}

#vt_menu ul ul li a
{
	color:#4a6679 !important;
}

#vt_menu input[type="submit"]
{
	background:#ededed !important;
}

.other_links li a
{
	color:#666666 !important;
	box-shadow:none !important;
	padding:0px 0px 0px 0px !important;
	line-height:20px !important;
}

#vt_menu .icons a 
{
	color:#ededed;
}

@media screen and (max-width: 1023px) {
	
	#jnix-menu
	{
		background:url(../../views/images/list-white.png) no-repeat #ededed;
		box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.2) inset;
	}
	
	#jnix-menu input[type=checkbox]:checked + span  {
		color:#000 !important;
	}
	
	#jnix-menu input[type=checkbox] + span {
		color:#ededed !important;
	}
	

}