/*

	Default stylesheet for 2K MenuLink template

*/


/* top level item in NORMAL state */

.k2TopItem 
{
	cursor:pointer;
	color:White;
}

.k2TopItem #item
{
	font-family: Arial, Helvetica, sans-serif;	
	color: #ffffff;	
	border-bottom: 2px solid #A5560F;
	font-weight: bold;
	padding-left: 20px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right: 1px;
	background:#b9783c;
	width:160px;
}

.k2TopItem a
{
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 11px;
	color: #F56B0C;	
	text-decoration: none;
	width:160px;
}

/* top level item in ACTIVE state */

.k2TopItemActive
{
	cursor:pointer;
}

.k2TopItemActive #item
{
	font-family: Arial, Helvetica, sans-serif;	
	color: #FFFFFF;	
	border-bottom: 2px solid #A5560F;
	font-weight: bold;
	padding-left: 20px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right: 1px;
	background:#b9783c;
	width:160px;
}

/* top level item in SELECTED state */

.k2TopItemSelected 
{
	cursor: hand;
	color:White;
}

.k2TopItemSelected #item
{
	font-family: Arial, Helvetica, sans-serif;	
	color: #FFFFFF;
	border-bottom: 2px solid #A5560F;
	font-weight: bold;
	padding-left: 20px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right: 1px;
	background:#b9783c;
	width:160px;
}

.k2TopItemSelected a
{	font-family: Arial, Helvetica, sans-serif;	
	font-size: 11px;
	color: #F56B0C;	
	text-decoration: none;
}

/* disabled top level item */

.k2TopItemDisabled 
{
	
}

.k2TopItemDisabled #item
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
	text-decoration: none;
	background:#b9783c;
}


/* top level item in EXPANDED state */

.k2TopItemExpanded
{
	
}

.k2TopItemExpanded #item
{
	font-family: Arial, Helvetica, sans-serif;	
	color: #FFFFFF;
	border-bottom: 2px solid #A5560F;
	font-weight: bold;
	padding-left: 20px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right: 1px;
	background:#b9783c;
	width:160px;
}

/* item in NORMAL state --------------------------------- */

.k2Item 
{
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 2px solid #A5560F;
	background-color: #b9783c;
	width:160px;

}

.k2Item #item
{
	
	font-family: arial, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 0px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right: 1px;	
}

/* item in ACTIVE state */

.k2ItemActive
{
	cursor:hand;
	border-bottom: 2px solid #A5560F;
	background-color: #b9783c;	
}

.k2ItemActive #item
{
	font-family: Arial, Helvetica, sans-serif;	
	color: #ffffff;	
	font-weight: bold;
	padding-left: 0px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right: 1px;	
}

/* item in SELECTED state */

.k2ItemSelected
{	
	cursor:hand;
	border-bottom: 2px solid #A5560F;
	background-color: #b9783c;	
}

.k2ItemSelected #item
{
	font-family: Arial, Helvetica, sans-serif;	
	color: #F56B0C;	
	font-weight: bold;
	padding-left: 0px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right: 1px;	
}

/* disabled item */

.k2ItemDisabled
{
	cursor:hand;
	border-bottom: 2px solid #A5560F;
	background-color: #b9783c;	
}

.k2ItemDisabled #item
{
	font-family: Arial, Helvetica, sans-serif;	
	color: #F56B0C;	
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right: 1px;	
}

/* 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
{
}
