﻿/* plain black/white menu default */

.av-menu-container
{
	background-color: #fff;
}

.av-menu-container .k-header
{
	background-color: #fff;
	border: none;
	padding: 2px 0;
}

.av-menu-container .k-item,
.av-menu-container .k-link
{
	color: #000;
	font-size: inherit;
	border: none !important;
	font-weight: normal;
	text-decoration: none;
}

.av-menu-container .av-item-top-level > .k-link
{
	font-weight: bold;
	line-height: 1;
	padding-bottom: 0;
}

.av-menu-container .k-header,
.av-menu-container .k-state-highlight,
.av-menu-container .k-state-selected,
.av-menu-container .k-state-active,
.av-menu-container .k-state-hover,
.av-menu-container .k-state-border-down
{
	background: transparent;
	border: none;
	box-shadow: none;
}

.av-menu-container .k-i-arrow-s
{
	display: none;
}

.av-menu-container .k-group
{
	margin-top: 5px;
}
