/*

	Default stylesheet for 2K MenuLink template

*/


/* top level item in NORMAL state */

.k2TopItem 
{

	cursor:hand;
	border: 0px;
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
	
	
}

.k2TopItem #item
{
  
	cursor: pointer;

	padding: 5px 5px 5px 0px;
background-image: url(/images/MiddleNav.gif);
	color: #0e3b45;
	font-weight: bold;
	text-decoration: none;
	font: Verdana, Arial, Helvetica, sans-serif
}

.k2TopItem a
{
   
	cursor: pointer;
	background-color: #927f75;
	padding: 5px 5px 5px 0px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font: Verdana, Arial, Helvetica, sans-serif
}

/* top level item in ACTIVE state Hover */

.k2TopItemActive
{
	
		cursor:hand;
	border: 0px;
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;

}

.k2TopItemActive #item
{
	background-image: url(/images/MiddleNav.gif);
	cursor: pointer;
	background-color: #0e3b45;
	padding: 5px 5px 5px 0px;
	color: #0e3b45;
	font-weight: bold;
	text-decoration: none;
	font: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-color:#ffffff;
	border-bottom-width:thick;
}

/* top level item in SELECTED state */

.k2TopItemSelected 
{

	cursor:hand;
	border: 0px;
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
	border-bottom-color:#ffffff;
	border-bottom-width:thick;
}

.k2TopItemSelected #item
{
	cursor: pointer;
	background-color: #927f75;
	padding: 5px 5px 5px 0px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-color:#ffffff;
	border-bottom-width:thick;
}

.k2TopItemSelected a
{
	cursor: pointer;
	background-color: #927f75;
	padding: 5px 5px 5px 0px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-color:#ffffff;
	border-bottom-width:thick;
}

/* disabled top level item */

.k2TopItemDisabled 
{

	cursor:hand;
	border: 0px;
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
	border-bottom-width:thick;
}

.k2TopItemDisabled #item
{
 font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-color:#ffffff;
	border-bottom-width:thick;
}


/* top level item in EXPANDED state */

.k2TopItemExpanded
{

	cursor:hand;
	border: 0px;
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
	border-bottom-color:#ffffff;
	border-bottom-width:thick;
}

.k2TopItemExpanded #item
{
	cursor: pointer;
	background-image: url(/images/MiddleNav.gif);
	padding: 5px 5px 5px 0px;
	color: #0e3b45;
	font-weight: bold;
	text-decoration: none;
	font: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-width:thick;
	border-bottom-color:#ffffff;
	border-bottom-width:thick;
}

/* item in NORMAL state */

.k2Item 
{
	background-image: url(/images/MiddleNav.gif);
	cursor:hand;
	background-color:#927f75;
	border-bottom-color:#ffffff;
	border-bottom-width:thick;
}

.k2Item #item
{
	cursor: pointer;
	background-image: url(/images/MiddleNav.gif);
	padding: 5px 5px 5px 0px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-color:#ffffff;
	border-bottom-width:thick;
}

/* item in ACTIVE state SubItem Hover */

.k2ItemActive
{
	cursor:hand;
	background-color:#0e3b45;
	background-image: url(/images/MiddleNav.gif);
	border-bottom-color:#ffffff;
	border-bottom-width:thick;
}

.k2ItemActive #item
{
	background-image: url(/images/MiddleNav.gif);
	color: #0e3b45;
    cursor: pointer;
	background-color: #0e3b45;
	padding: 5px 5px 5px 0px;

	font-weight: bold;
	text-decoration: none;
	font: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-color:#ffffff;
	border-bottom-width:thick;
}

/* item in SELECTED state */

.k2ItemSelected
{
	cursor:hand;
	background-color:#26505C;
	border-bottom-width:thick;
}

.k2ItemSelected #item
{
	font: Verdana, Arial, Helvetica, sans-serif
	font-size: 11pt;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	right: auto;
	border-bottom-color:#ffffff;
	border-bottom-width:thick;
}

/* separator */

.k2ItemSeparator
{
	font: Verdana, Arial, Helvetica, sans-serif
	font-size: 11pt;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	right: auto;
	border-bottom-color:#ffffff;
	border-bottom-width:thick;
}

/* 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
{
}


