/*

	Default stylesheet for 2K MenuLink template

*/


/* top level item in NORMAL state 

	border-width: 1;
	border-style: solid;
	border-color: #D6D3CE;
*/

.k2TopItem 
{   background-color: #3a5bb8;
	background-image: url(/images/doubleArrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFF;	
	width: 160px;
}

.k2TopItem #item
{
		
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

	color: #FFF;
	text-decoration: none;
	text-transform: none;
	width:160px;
}

.k2TopItem a
{
	font-family: tahoma, helvetica;
	font-size: 12px;

	color: #FFF;
	width: 160px;
}

/* top level item in ACTIVE state-- */

.k2TopItemActive
{
    background-color: #3a5bb8;
	background-image: url(/images/doubleArrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor:hand;
	color: #FFF;		
	width: 160px;
}

.k2TopItemActive #item
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

	color: #FFF;
	text-decoration: none;	
	text-transform: none;
	width:160px;
}

/* top level item in SELECTED state -- */

.k2TopItemSelected 
{
    background-size: 12px;: #3a5bb8;
	background-image: url(/images/doubleArrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 18px;
	cursor:hand;
	color: #FFF;
	width: 160px;
}

.k2TopItemSelected #item
{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

	color: #FFF;
	text-decoration: none;	
	text-transform: none;
	width:160px;	
}

.k2TopItemSelected a
{
	font-family: tahoma, helvetica;
	font-size: 12px;

	color: #FFF;		
	width: 160px;
}

/* disabled top level item */

.k2TopItemDisabled 
{
    background-color: #3a5bb8;
	background-image: url(/images/doubleArrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 18px;
	color: #FFF;	
	width: 160px;
}

.k2TopItemDisabled #item
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;	
	text-transform: none;
	width:160px;
}


/* top level item in EXPANDED state */

.k2TopItemExpanded
{
    background-color: #3a5bb8;
	background-image: url(/images/doubleArrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFF;
	cursor:hand;	
	width: 160px;
}

.k2TopItemExpanded #item
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

	color: #FFF;
	text-decoration: none;	
	text-transform: none;
	width:160px;
}

/* item in NORMAL state */

.k2Item 
{
	background-image: url(/images/singleArrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
	padding-bottom : 5px;
	padding-left : 0px;
	background-color:#92a0e0;	
	width: 160px;
	color: #FFF;	
}

.k2Item #item
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

	color: #FFF;
	text-decoration: none;	
	width:160px;
	text-align:left;
}

/* item in ACTIVE state */

.k2ItemActive
{
	background-image: url(/images/singleArrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-color:#3a5bb8;
	cursor:hand;
	color: #FFF;	
	width: 160px;
}

.k2ItemActive #item
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

	color: #FFF;
	text-decoration: none;	
	width:160px;
}

/* item in SELECTED state */

.k2ItemSelected
{	
	background-image: url(/images/singleArrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-color:#3a5bb8;
	color: #FFF;
	width: 160px;
	
}	
	/*
	border-right-width:0;
	border-right:0;
	border-width: 1;
	background-color: darkgreen;
	background-image: url(/images/singleArrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 8px;
	cursor:hand;*\
}

.k2ItemSelected #item
{
	font-family: tahoma, helvetica;
	font-size: 12px;

	color: black;
	width:180px;
}

/* disabled item */

/*.k2ItemDisabled
{
	background-image: url(/images/singleArrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-color:#3a5bb8;
	color: #FFF;	
	width: 160px;
}

.k2ItemDisabled #item
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

	color: #FFF;
	text-decoration: none;	
	width:160px;
}*/

/* separator */

.k2ItemSeparator
{
}

/* top level surrounding html */

.k2TopLevel 
{
}

/* top level items container */

.k2TopLevelContainer 
{
}

/* popup surrounding html */

.k2Popup 
{
}

/* popup items container #D6D3CE */

.k2PopupContainer 
{
}

.k2PopupContainer #container
{
}

.k2PopupContainer #border1
{
}

.k2PopupContainer #border2
{
}

.k2PopupContainer #border3
{
}

.k2PopupContainer #border4
{
}


