/* top level item in NORMAL state */

.k2TopItem
{
	border-bottom: white 1px solid;
	border-left: white 1px solid;
	background-color: #0d6229;
	width: 159px;
	height: 25px;
	border-top: white 1px solid;
	border-right: white 1px solid;
}

.k2TopItem #item
{
	vertical-align: middle;
	text-align: left;
	font-family: tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #cccccc;
	cursor: hand;
}

.k2TopItem a
{
	vertical-align: middle;
	text-align: left;
	font-family: tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #cccccc;
	cursor: hand;
}

/* top level item in ACTIVE state */

.k2TopItemActive
{

	/*background: url('buttonbackground-159x31.jpg');*/
	background-color: #cccccc;
	border-width: 0;
	width: 159px;
	height: 25px;
}

.k2TopItemActive #item
{
	text-align: left;
	font-family: tahoma;
	color: black;
	font-size: 12px;
	vertical-align: middle;
	cursor: hand;
	font-weight: bold;
}

/* top level item in SELECTED state */

.k2TopItemSelected 
{
	border-width: 0;
	/*background: url('buttonbackground-159x31.jpg');*/
	background-color: #cccccc;
	width: 159px;
	height: 25px;
}

.k2TopItemSelected #item
{
	font-family: tahoma;
	font-size: 12px;
	color: red;
}

.k2TopItemSelected a
{
	font-family: tahoma;
	font-size: 12px;
	background-color: #cccccc;
}

/* 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');*/
	background-color: #cccccc;
	width: 159px;
	height: 25px;
}

.k2TopItemExpanded #item
{
	text-align: left;
	font-family: tahoma;
	color: black;
	font-size: 12px;
	vertical-align: middle;
	cursor: hand;
	font-weight: bold;
}




/* item in NORMAL state sous menu en rose */

.k2Item
{
	border-bottom: #cccccc 1px solid;
	border-left: #243e90 1px solid;
	background-color: #0d6229;
	height: 25px;
	border-top: #243e90 1px solid;
	border-right: #243e90 1px solid;
}

.k2Item #item
{
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	color: #cccccc;
}

/* item in ACTIVE state */

.k2ItemActive
{
	border-width: 0;
	background-color: #cccccc;
	height: 25px;
	cursor: hand;
}

.k2ItemActive #item
{
	background-color: #cccccc;
	width: 100%;
	font-family: tahoma;
	color: black;
	font-size: 12px;
	vertical-align: middle;
	cursor: hand;
	font-weight: bold;
}

/* item in SELECTED state */

.k2ItemSelected
{
	background-color: #cccccc;
}

.k2ItemSelected #item
{
	font-family: tahoma;
	font-size: 12px;
	color: #243E90;
}

/* disabled item */

.k2ItemDisabled
{
	background-color: #D6D3CE;
}

.k2ItemDisabled #item
{
	font-family: tahoma;
	font-size: 12px;
	color: gray;
}

/* separator */

.k2ItemSeparator
{
	background-color: #cccccc;
}

/* top level surrounding html */

.k2TopLevel 
{
}

/* top level items container */

.k2TopLevelContainer 
{
}

/* popup surrounding html */

.k2Popup 
{
}

/* popup items container */

.k2PopupContainer 
{
	background-color: #cccccc;
}

.k2PopupContainer #container
{
	border-style: solid;
	border-width: 1;
	border-color: #cccccc;
}

.k2PopupContainer #border1
{
	background-color: #D6D3CE;
}

.k2PopupContainer #border2
{
	background-color: #FFFFFF;
}

.k2PopupContainer #border3
{
	background-color: #848284;
}

.k2PopupContainer #border4
{
	background-color: #424142;
}


