/*

	Default stylesheet for IMGS MenuLink template

*/

/* item in NORMAL state */

.imgtxtItem 
{
	cursor: pointer;
	cursor: hand;
	font-family: Tahoma, Arial, helvetica;
	font-size: 11px;
	color: white;
	text-align: center;
}

.imgtxtItem a
{
	font-family: Tahoma, Arial, helvetica;
	font-size: 11px;
	color: white;
}

/* item in ACTIVE state */

.imgtxtActiveItem
{
	cursor: pointer;
	cursor: hand;
	font-family: Tahoma, Arial, helvetica;
	font-size: 11px;
	color: white;
	text-align: center;
}

/* item in SELECTED state */

.imgtxtSelectedItem
{
	cursor: pointer;
	cursor: hand;
	font-family: Tahoma, Arial, helvetica;
	font-size: 11px;
	color: white;
	text-align: center;
}

.imgtxtSelectedItem a
{
	font-family: Tahoma, Arial, helvetica;
	font-size: 11px;
	color: white;
}

/* surrounding html */

.imgtxtLevel 
{
}

/* items container */

.imgtxtContainer 
{
}

/* PopupLevel */

.imgtxtPopupLevel
{
    width: 122px;
}

/* PopupContainer */

.imgtxtPopupContainer #border
{
    width: 122px;
	background-color: #585b6a;
	color: White;
}

/* PopupItem */

.imgtxtPopupItem 
{
	width: 122px;
	background-color: #a9acbf;
	cursor: pointer;
	cursor: hand;
}

.imgtxtPopupItem #label
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	font-variant: small-caps;
	text-transform: uppercase;
	font-weight: bold;
}

/* ActivePopupItem */

.imgtxtActivePopupItem
{
    width: 122px;
	background-color: #595c6b;
	color: White;
	cursor: pointer;
	cursor: hand;
}

.imgtxtActivePopupItem #label
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	font-variant: small-caps;
	text-transform: uppercase;
	font-weight: bold;
}

/* SelectedPopupItem */

.imgtxtSelectedPopupItem
{
    width: 122px;
	background-color: #50598a;
	color: White;
	cursor: pointer;
	cursor: hand;
}

.imgtxtSelectedPopupItem #label
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	font-variant: small-caps;
	text-transform: uppercase;
	font-weight: bold;
}