/* ThemeALinkMenu Style Sheet */

.ThemeALinkMenu,.ThemeALinkSubMenuTable
{
	font-family:	Tahoma;
	font-size:	8pt;
	

	padding:	0;

	white-space:	nowrap;
	cursor:		default;
}

.ThemeALinkSubMenu
{
	position:	absolute;
	visibility:	hidden;
	font-family:	Tahoma;
	font-size:	8pt;
	

	/*
	   Netscape/Mozilla renders borders by increasing
	   their z-index.  The following line is necessary
	   to cover any borders underneath
	*/
	z-index:	100;
	border:		0;
	padding:	0;

	overflow:	visible;
	border:		1px solid #8C867B;

	filter:progid:DXImageTransform.Microsoft.Shadow(color=#BDC3BD, Direction=135, Strength=4);
}

.ThemeALinkSubMenuTable
{
	overflow:	visible;
	font-family:	Tahoma;
	font-size:	8pt;
	
}

.ThemeALinkMainItem,.ThemeALinkMainItemHover,.ThemeALinkMainItemActive,
.ThemeALinkMenuItem,.ThemeALinkMenuItemHover,.ThemeALinkMenuItemActive
{
	border:		0;
	cursor:		default;
	white-space:	nowrap;
	font-family:	Tahoma;
	font-size:	8pt;
	
}

.ThemeALinkMainItem
{
	font-family:	Tahoma;
	font-size:	8pt;
	color:	#FFFFFF;
	
}

.ThemeALinkMainItemHover,.ThemeALinkMainItemActive
{
	background-color:	#FFCC66;
	font-family:	Tahoma;
	font-size:	8pt;
	
}

.ThemeALinkMenuItem
{
	background-color:	WHITE;
	font-family:	Tahoma;
	font-size:	8pt;
	
}

/* This sets the style for the disabled menu items */
.ThemeALinkMenuItemDisabled
{
	background-color:	#EFEFDE;
	font-family:	Tahoma;
	font-size:	8pt;
	
}

.ThemeALinkMenuItemHover,.ThemeALinkMenuItemActive
{
	background-color:	#C6D3EF;
	font-family:	Tahoma;
	font-size:	8pt;
	cursor:pointer;
	cursor:hand;
	
}

/* This sets the style for the disabled menu items when they are hovered over */
.ThemeALinkMenuItemHoverDisabled,.ThemeALinkMenuItemActiveDisabled
{
	background-color:	#EFEFDE;
	font-family:	Tahoma;
	font-size:	8pt;
	
}

/* horizontal main menu */

.ThemeALinkMainItem
{
	padding-top:	0px;
	padding-bottom:	0px;
	padding-left:	2px;
	padding-right:	0px;
	border:		0;
	font-family:	Tahoma;
	font-size:	8pt;
	
}

td.ThemeALinkMainItemHover,td.ThemeALinkMainItemActive
{
	padding-top:	0px;
	padding-bottom:	0px;
	border:		0px solid #3169C6;
	font-family:	Tahoma;
	font-size:	8pt;
	padding-left:	2px;
	padding-right:	0px;	
}

.ThemeALinkMainFolderLeft,.ThemeALinkMainItemLeft,
.ThemeALinkMainFolderText,.ThemeALinkMainItemText,
.ThemeALinkMainFolderRight,.ThemeALinkMainItemRight
{
	background-color:	inherit;
	font-family:	Tahoma;
	font-size:	8pt;
	padding-left:	0px;
	padding-right:	0px;
	
}

/* vertical main menu sub components */

td.ThemeALinkMainFolderLeft,td.ThemeALinkMainItemLeft
{
	padding-top:	0px;
	padding-bottom:	0px;
	padding-left:	0px;
	padding-right:	2px;

	border-top:	1px solid #3169C6;
	border-bottom:	1px solid #3169C6;
	border-left:	1px solid #3169C6;

	background-color:	inherit;
	font-family:	Tahoma;
	font-size:	8pt;
	
}

td.ThemeALinkMainFolderText,td.ThemeALinkMainItemText
{
	padding-top:	0px;
	padding-bottom:	0px;
	padding-left:	5px;
	padding-right:	5px;

	border-top:	1px solid #3169C6;
	border-bottom:	1px solid #3169C6;

	background-color:	inherit;
	white-space:	nowrap;
	font-family:	Tahoma;
	font-size:	8pt;
	
}

td.ThemeALinkMainFolderRight,td.ThemeALinkMainItemRight
{
	padding-top:	0px;
	padding-bottom:	0px;
	padding-left:	0px;
	padding-right:	0px;

	border-top:	1px solid #3169C6;
	border-bottom:	1px solid #3169C6;
	border-right:	1px solid #3169C6;

	background-color:	inherit;
	font-family:	Tahoma;
	font-size:	8pt;
	
}

tr.ThemeALinkMainItem td.ThemeALinkMainFolderLeft,
tr.ThemeALinkMainItem td.ThemeALinkMainItemLeft
{
	padding-top:	0px;
	padding-bottom:	0px;
	padding-left:	1px;
	padding-right:	2px;

	white-space:	nowrap;

	border:		0;
	background-color:	inherit;
	font-family:	Tahoma;
	font-size:	8pt;	
}

tr.ThemeALinkMainItem td.ThemeALinkMainFolderText,
tr.ThemeALinkMainItem td.ThemeALinkMainItemText
{
	padding-top:	0px;
	padding-bottom:	0px;
	padding-left:	5px;
	padding-right:	5px;

	border:		0;
	background-color:	inherit;
	font-family:	Tahoma;
	font-size:	8pt;
	
}

tr.ThemeALinkMainItem td.ThemeALinkMainItemRight,
tr.ThemeALinkMainItem td.ThemeALinkMainFolderRight
{
	padding-top:	0px;
	padding-bottom:	0px;
	padding-left:	0px;
	padding-right:	1px;

	border:		0;
	background-color:	inherit;
	font-family:	Tahoma;
	font-size:	8pt;
	
}

/* sub menu sub components */

.ThemeALinkMenuFolderLeft,.ThemeALinkMenuItemLeft
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	1px;
	padding-right:	3px;

	border-top:	1px solid #3169C6;
	border-bottom:	1px solid #3169C6;
	border-left:	1px solid #3169C6;

	background-color:	inherit;
	white-space:	nowrap;
	font-family:	Tahoma;
	font-size:	8pt;
	
}

.ThemeALinkMenuFolderDisabledLeft,.ThemeALinkMenuItemDisabledLeft
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	1px;
	padding-right:	3px;

	border-top:	0px solid #EFEFDE;
	border-bottom:	0px solid #EFEFDE;
	border-left:	0px solid #EFEFDE;

	background-color:	#EFEFDE;
	white-space:	nowrap;
	font-family:	Tahoma;
	font-size:	8pt;
	
}

.ThemeALinkMenuFolderText,.ThemeALinkMenuItemText
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	5px;
	padding-right:	5px;

	border-top:	1px solid #3169C6;
	border-bottom:	1px solid #3169C6;

	background-color:	inherit;
	white-space:	nowrap;
	font-family:	Tahoma;
	font-size:	8pt;
	
}

/* This sets the style for the disabled menu folders */
.ThemeALinkMenuFolderDisabledText,.ThemeALinkMenuItemDisabledText
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	5px;
	padding-right:	5px;

	border-top:	1px solid #EFEFDE;
	border-bottom:	1px solid #EFEFDE;

	background-color:	#EFEFDE;
	white-space:	nowrap;
	font-family:	Tahoma;
	font-size:	8pt;
	
}

.ThemeALinkMenuFolderRight,.ThemeALinkMenuItemRight
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	0px;
	padding-right:	0px;

	border-top:	1px solid #3169C6;
	border-bottom:	1px solid #3169C6;
	border-right:	1px solid #3169C6;

	background-color:	inherit;
	white-space:	nowrap;
	font-family:	Tahoma;
	font-size:	8pt;
	
}

/* This sets the style for the right side of the disabled menu items */
.ThemeALinkMenuFolderDisabledRight,.ThemeALinkMenuItemDisabledRight
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	0px;
	padding-right:	0px;

	border-top:	1px solid #EFEFDE;
	border-bottom:	1px solid #EFEFDE;
	border-right:	1px solid #EFEFDE;

	background-color:	#EFEFDE;
	white-space:	nowrap;
	font-family:	Tahoma;
	font-size:	8pt;
	
}

.ThemeALinkMenuItem .ThemeALinkMenuFolderLeft,
.ThemeALinkMenuItem .ThemeALinkMenuItemLeft
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	2px;
	padding-right:	3px;

	white-space:	nowrap;

	border:		0;
	background-color:	#EFEFDE;
	font-family:	Tahoma;
	font-size:	8pt;
	
}

.ThemeALinkMenuItem .ThemeALinkMenuFolderText,
.ThemeALinkMenuItem .ThemeALinkMenuItemText
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	5px;
	padding-right:	5px;

	border:		0;
	background-color:	inherit;
	font-family:	Tahoma;
	font-size:	8pt;
	
}

.ThemeALinkMenuItem .ThemeALinkMenuFolderRight,
.ThemeALinkMenuItem .ThemeALinkMenuItemRight
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	0px;
	padding-right:	1px;

	border:		0;
	background-color:	inherit;
	font-family:	Tahoma;
	font-size:	8pt;
	
}

/* menu splits */

.ThemeALinkMenuSplit
{
	margin:		2px;
	height:		1px;
	overflow:	hidden;
	background-color:	inherit;
	border-top:	1px solid #C6C3BD;
	font-family:	Tahoma;
	font-size:	8pt;
	
}

/* image shadow animation */

/*
	seq1:	image for normal
	seq2:	image for hover and active

	To use, in the icon field, input the following:
	<img class="seq1" src="normal.gif" /><img class="seq2" src="hover.gif" />
*/

.ThemeALinkMenuItem img.seq1
{
	display:	inline;
	font-family:	Tahoma;
	font-size:	8pt;
	
}

.ThemeALinkMenuItemHover seq2,
.ThemeALinkMenuItemActive seq2
{
	display:	inline;
	font-family:	Tahoma;
	font-size:	8pt;
	
}

.ThemeALinkMenuItem .seq2,
.ThemeALinkMenuItemHover .seq1,
.ThemeALinkMenuItemActive .seq1
{
	display:	none;
	font-family:	Tahoma;
	font-size:	8pt;
	
}
