/*

	Default stylesheet for 2K MenuLink template

*/


/* top level item in NORMAL state */

.k2TopItem 
{
	background-repeat: no-repeat;
	background-image: url(/images/Spar_tree.gif);
	background-position: 3px center;
	padding-left: 16px;
	padding-right: 5px;
	cursor:hand;
}

.k2TopItem #item
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
}

.k2TopItem a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
}

/* top level item in ACTIVE state */

.k2TopItemActive
{
	background-repeat: no-repeat;
	background-image: url(/images/Spar_tree.gif);
	background-position: 3px center;
	padding-left: 16px;
	padding-right: 5px;
	cursor:hand;
}

.k2TopItemActive #item
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
}

/* top level item in SELECTED state */

.k2TopItemSelected 
{
	background-repeat: no-repeat;
	background-image: url(/images/Spar_tree.gif);
	background-position: 3px center;
	padding-left: 16px;
	padding-right: 5px;
	cursor:hand;
}

.k2TopItemSelected #item
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
}

.k2TopItemSelected a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
}

/* disabled top level item */

.k2TopItemDisabled 
{
	background-repeat: no-repeat;
	background-image: url(/images/Spar_tree.gif);
	background-position: 3px center;
	padding-left: 16px;
	padding-right: 5px;
	cursor:hand;
}

.k2TopItemDisabled #item
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
}


/* top level item in EXPANDED state */

.k2TopItemExpanded
{
	background-repeat: no-repeat;
	background-image: url(/images/Spar_tree.gif);
	background-position: 3px center;
	padding-left: 16px;
	padding-right: 5px;
	cursor:hand;
}

.k2TopItemExpanded #item
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
}

/* item in NORMAL state */

.k2Item 
{
	background-color: #7CB021;
	background-repeat: no-repeat;
	background-image: url(/images/Spar_tree.gif);
	background-position: 3px center;
	padding-left: 12px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	cursor:hand;
}

.k2Item #item
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
}

/* item in ACTIVE state */

.k2ItemActive
{
	background-color: #BCE774;
	background-repeat: no-repeat;
	background-image: url(/images/Spar_tree.gif);
	background-position: 3px center;
	padding-left: 12px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	cursor:hand;
}

.k2ItemActive #item
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
}

/* item in SELECTED state */

.k2ItemSelected
{
	background-color: #BCE774;
	background-repeat: no-repeat;
	background-image: url(/images/Spar_tree.gif);
	background-position: 3px center;
	padding-left: 12px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	cursor:hand;
}

.k2ItemSelected #item
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
}

/* disabled item */

.k2ItemDisabled
{
	background-color: #7CB021;
	background-repeat: no-repeat;
	background-image: url(/images/Spar_tree.gif);
	background-position: 3px center;
	padding-left: 12px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	cursor:hand;
}

.k2ItemDisabled #item
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
}

/* separator */

.k2ItemSeparator
{
}

/* top level surrounding html */

.k2TopLevel 
{
}

/* top level items container */

.k2TopLevelContainer 
{
}

/* popup surrounding html */

.k2Popup 
{
}

/* popup items container */

.k2PopupContainer 
{
}

.k2PopupContainer #container
{
}

.k2PopupContainer #border1
{
}

.k2PopupContainer #border2
{
}

.k2PopupContainer #border3
{
}

.k2PopupContainer #border4
{
}

