/* top level item in NORMAL state */

.k2TopItem 
{
	border-width: 0;
	background: url('buttonbackground-159x31.jpg');
	width: 159px;
	height: 31px;
}

.k2TopItem #item
{
	vertical-align: middle;
	text-align: left;
	font-family: tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	cursor: hand;
}

.k2TopItem a
{
	vertical-align: middle;
	text-align: left;
	font-family: tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	cursor: hand;
}

/* top level item in ACTIVE state */

.k2TopItemActive
{
	border-width: 0;
	background: url('buttonbackground-159x31.jpg');
	width: 159px;
	height: 31px;
}

.k2TopItemActive #item
{
	vertical-align: middle;
	text-align: left;
	font-family: tahoma;
	font-weight: bold;
	font-size: 12px;
	color: black;
	cursor: hand;
}

/* top level item in SELECTED state */

.k2TopItemSelected 
{
	border-width: 0;
	background: url('buttonbackground-159x31.jpg');
	width: 159px;
	height: 31px;
}

.k2TopItemSelected #item
{
	font-family: tahoma;
	font-size: 12px;
	color: red;
}

.k2TopItemSelected a
{
	font-family: tahoma;
	font-size: 12px;
	color: black;
}

/* disabled top level item */

.k2TopItemDisabled 
{
	border-width: 1;
	border-style: solid;
	border-color: #D6D3CE;
	background-color: #D6D3CE;
}

.k2TopItemDisabled #item
{
	font-family: tahoma;
	font-size: 12px;
	color: gray;
}

/* top level item in EXPANDED state Menu principale selectione, mais qui a sous menu (une fleche) */

.k2TopItemExpanded
{
	border-width: 0;
	background: url('buttonbackground-159x31.jpg');
	width: 159px;
	height: 31px;
}

.k2TopItemExpanded #item
{
	vertical-align: middle;
	text-align: left;
	font-family: tahoma;
	font-weight: bold;
	font-size: 12px;
	color: black;
	cursor: hand;
}

/* item in NORMAL state sous menu en rose */

.k2Item 
{
	border-width: 1;
	border-style: solid;
	border-top-color: #4FA9F0;
	border-left-color: #4FA9F0;
	border-bottom-color: #032D4E;
	border-right-color: #032D4E;
	background-color: #1466A7;
	height: 25px;
}

.k2Item #item
{
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	color: #000000;
}

/* item in ACTIVE state */

.k2ItemActive
{
	border-width: 1;
	border-style: solid;
	border-top-color: #4FA9F0;
	border-left-color: #4FA9F0;
	border-bottom-color: #032D4E;
	border-right-color: #032D4E;
	background-color: #3789CA;
	height: 25px;
	cursor: hand;
}

.k2ItemActive #item
{
	width: 100%;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	background-color: 3789CA;
	vertical-align: middle;
	color: #ffffff;
	cursor: hand;
}

/* item in SELECTED state */

.k2ItemSelected
{
	background-color: #1D3564;
}

.k2ItemSelected #item
{
	font-family: tahoma;
	font-size: 12px;
	color: black;
}

/* disabled item */

.k2ItemDisabled
{
	background-color: #D6D3CE;
}

.k2ItemDisabled #item
{
	font-family: tahoma;
	font-size: 12px;
	color: gray;
}

/* separator */

.k2ItemSeparator
{
	background-color: #848284;
}

/* top level surrounding html */

.k2TopLevel 
{
}

/* top level items container */

.k2TopLevelContainer 
{
}

/* popup surrounding html */

.k2Popup 
{
}

/* popup items container */

.k2PopupContainer 
{
	background-color: #D6D3CE;
}

.k2PopupContainer #container
{
	border-style: solid;
	border-width: 1;
	border-color: #D6D3CE;
}

.k2PopupContainer #border1
{
	background-color: #D6D3CE;
}

.k2PopupContainer #border2
{
	background-color: #FFFFFF;
}

.k2PopupContainer #border3
{
	background-color: #848284;
}

.k2PopupContainer #border4
{
	background-color: #424142;
}

