/*

	Default stylesheet for IMGS MenuLink template

*/

/* item in NORMAL state */

.imgtxtItem 
{
	cursor: default;
	font-family: Tahoma, Arial, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-align: center;
}

.imgtxtItem a
{
	font-family: Tahoma, Arial, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: white;
}

/* item in ACTIVE state */

.imgtxtActiveItem
{
	cursor: default;
	font-family: Tahoma, Arial, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-align: center;
}

/* item in SELECTED state */

.imgtxtSelectedItem
{
	cursor: default;
	font-family: Tahoma, Arial, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-align: center;
}

.imgtxtSelectedItem a
{
	font-family: Tahoma, Arial, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: white;
}

/* surrounding html */

.imgtxtLevel 
{
}

/* items container */

.imgtxtContainer 
{
}

/* PopupLevel */

.imgtxtPopupLevel
{
}

/* PopupContainer */

.imgtxtPopupContainer #border
{
	background-color: #6EC4FF;
	color: White;
}

/* PopupItem */

.imgtxtPopupItem 
{
	background-color: #6EC4FF;
	cursor: default;
}

.imgtxtPopupItem #label
{
	font-family: Tahoma, Arial, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #0000CC;
}

/* ActivePopupItem */

.imgtxtActivePopupItem
{
	background-color: #003c9e;
	color: White;
	cursor: default;
}

.imgtxtActivePopupItem #label
{
	font-family: Tahoma, Arial, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: white;
}

/* SelectedPopupItem */

.imgtxtSelectedPopupItem
{
	background-color: #fe0144;
	color: White;
	cursor: default;
}

.imgtxtSelectedPopupItem #label
{
	font-family: Tahoma, Arial, helvetica;
	font-size: 11px;
	color: white;
	font-weight: bold;
}

