.k2TopLevel 
{
}

.k2TopLevelContainer 
{
}

.k2Popup 
{
	background-color: red;
}

.k2PopupContainer 
{
	background-color: #D6D3CE;
}

.k2PopupContainer #container
{
	border-style: solid;
	border-width: 1;
	border-color: #C9AF97;
}

.k2PopupContainer #border1
{
	background-color: white;
}

.k2PopupContainer #border2
{
	background-color: white;
}

.k2PopupContainer #border3
{
	background-color: white;
}

.k2PopupContainer #border4
{
	background-color: white;
}

.k2TopItem 
{
	border-width: 1px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-style: solid;
	border-color: white;
	background-color: #D6C6AD;
	height:30px;
}

/* Item per tutti i menu Top */
.k2TopItem #item
{
	font-family:arial, tahoma, helvetica;
	font-size: 13px;
	color: black;
}

.k2TopItem a
{
	font-family: arial,tahoma, helvetica;
	font-size: 13px;
	color: black;
}

.k2TopItemDisabled 
{
	border-width: 1px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-style: solid;
	border-color: #D6D3CE;
	background-color: #D6D3CE;
}

.k2TopItemDisabled #item
{
	font-family: arial,tahoma, helvetica;
	font-size: 13px;
	color: gray;
}

.k2TopItemSelected 
{
	border-width: 1px;
	border-style: solid;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-color: white;
	background-color: #C9AF97;
	height:30px;
}

.k2TopItemSelected #item
{
	font-family: arial,tahoma, helvetica;
	font-size: 13px;
	color: black;
}

.k2TopItemSelected a
{
	font-family: arial,tahoma, helvetica;
	font-size: 13px;
	color: black;
}

.k2TopItemActive
{
	border-width: 1px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-style: solid;
	background-color: #F7E7D6;
	cursor: default;
	height:30px;
}

.k2TopItemActive #item
{
	font-family: arial,tahoma, helvetica;
	font-size: 13px;
	color: black;
}

.k2TopItemExpanded
{
	
	border-width: 1px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-style: solid;
	background-color: #F7E7D6;
	height:30px;
	
	cursor: default;
}

.k2TopItemExpanded #item
{
	font-family: arial,tahoma, helvetica;
	font-size: 13px;
	color: black;
}


/* Item per tutti i menu Figli */
.k2ItemSeparator
{
	background-color: #848284;
}

.k2Item 
{
	background-color: #D6C6AD;
}

.k2Item #item
{
	font-family: arial,tahoma, helvetica;
	font-size: 13px;
	color: black;
}

.k2ItemDisabled
{
	background-color: #D6D3CE;
}

.k2ItemDisabled #item
{
	font-family: arial,tahoma, helvetica;
	font-size: 13px;
	color: gray;
}

.k2ItemSelected
{
	background-color: #C9AF97;
}

.k2ItemSelected #item
{
	font-family: arial, tahoma, helvetica;
	font-size: 13px;
	color: black;
}

.k2ItemActive
{
	background-color: #F7E7D6;
	cursor: default;
}

.k2ItemActive #item
{
	font-family: arial,tahoma, helvetica;
	font-size: 13px;
	color: white;
}

