/* al_Menu Style Sheet */

.al_Menu,.al_SubMenuTable
{
	cursor:		pointer;
	padding:	0px;
	white-space:	nowrap;
	border-collapse: collapse;
}

.al_Menu
{
	background-color:	transparent;
	text-transform: uppercase;
	text-align: left;
	height: 16px;
	width: 100%;
}
.al_Menu td {
	padding-left:	9px;
	font-size: 		11px;
	font-weight:	bold;
	font-family:	Arial, sans-serif;
}

.al_SubMenu
{
	position:	absolute;
	left: 0px;
	top: 0px;
	visibility:	hidden;

	/*
	   Netscape/Mozilla renders borders by increasing
	   their z-index.  The following line is necessary
	   to cover any borders underneath
	*/
	z-index:	100;
	border:		0px;
	padding:	0px;

	/*filter:progid:DXImageTransform.Microsoft.Shadow(color=#848A84, Direction=135, Strength=4);*/
}

.al_SubMenuTable
{
	border:		none;
	background-color:	#8f4074;
	border-left: solid 1px white;
	font-weight: bold;
}

.al_SubMenuTable td
{
	white-space:	nowrap;
	padding: 0px;
	height: 16px;
	font-family:	Arial, sans-serif;
	font-size:	11px;
}

.al_MainItem,.al_MainItemHover,.al_MainItemActive
{
	padding-left:	10px;
	padding-right:	10px;
	white-space:	nowrap;
	font-size: 11px;
	color: white;
	font-weight: bold;
}
.al_MainItemHover,.al_MainItemActive
{
	background-color:	#d9c0cd;
	color: black;
}

.al_MenuItem,.al_MenuItemHover,.al_MenuItemActive
{
	white-space:	nowrap;
	color: #ffffff;
	font-size: 11px;
}
.al_MenuItemHover,.al_MenuItemActive
{
	color: black;
	background-color:	#d9c0cd;
}
.al_MenuItemLeft, .al_MenuItemRight {
	width: 10px;
	text-align:right
}

.al_MenuSplit
{
	height:		1px;
	overflow:	hidden;
	background-color:	inherit;
	padding: 0px;
	border-top:	1px solid #ADAA9C;
}

.al_MenuVSplit
{
	width:		1px;
	margin:		0px;
	overflow:	hidden;
	background-color:	inherit;
	border-right:	1px solid #ADAA9C;
}

/* 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" />

.al_MenuItem img.seq1
{
	display:	inline;
}

.al_MenuItemHover seq2,
.al_MenuItemActive seq2
{
	display:	inline;
}

.al_MenuItem .seq2,
.al_MenuItemHover .seq1,
.al_MenuItemActive .seq1
{
	display:	none;
}
*/
/* vl_Menu Style Sheet */

.vl_Menu,.vl_SubMenuTable
{
	cursor:		pointer;
	padding:	0px;
	white-space:	nowrap;
	border-collapse: collapse;
}

.vl_Menu
{
	background-color:	transparent;
	text-transform: uppercase;
	text-align: left;
	height: 16px;
	width: 100%;
}
.vl_Menu td {
	padding-left:	9px;
	font-size: 		11px;
	font-weight:	bold;
	font-family:	Arial, sans-serif;
}

.vl_SubMenu
{
	position:	absolute;
	left: 0px;
	top: 0px;
	visibility:	hidden;

	/*
	   Netscape/Mozilla renders borders by increasing
	   their z-index.  The following line is necessary
	   to cover any borders underneath
	*/
	z-index:	100;
	border:		0px;
	padding:	0px;

	/*filter:progid:DXImageTransform.Microsoft.Shadow(color=#848A84, Direction=135, Strength=4);*/
}

.vl_SubMenuTable
{
	border:		none;
	background-color:	#bc6022;
	border-left: solid 1px white;
}

.vl_SubMenuTable td
{
	white-space:	nowrap;
	padding: 0px;
	height: 16px;
	font-family:	Arial, sans-serif;
	font-size:	11px;
	font-weight: bold;
}

.vl_MainItem,.vl_MainItemHover,.vl_MainItemActive
{
	padding-left:	10px;
	padding-right:	10px;
	white-space:	nowrap;
	font-size: 11px;
	color: white;
	font-weight: bold;
}
.vl_MainItemHover,.vl_MainItemActive
{
	background-color:	#f3dac2;
	color: black;
}

.vl_MenuItem,.vl_MenuItemHover,.vl_MenuItemActive
{
	white-space:	nowrap;
	color: #ffffff;
	font-size: 11px;
}
.vl_MenuItemHover,.vl_MenuItemActive
{
	color: black;
	background-color:	#f3dac2;
}
.vl_MenuItemLeft, .vl_MenuItemRight {
	width: 10px;
	text-align:right
}

.vl_MenuSplit
{
	height:		1px;
	overflow:	hidden;
	background-color:	inherit;
	padding: 0px;
	border-top:	1px solid #ADAA9C;
}

.vl_MenuVSplit
{
	width:		1px;
	margin:		0px;
	overflow:	hidden;
	background-color:	inherit;
	border-right:	1px solid #ADAA9C;
}

/* 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" />

.vl_MenuItem img.seq1
{
	display:	inline;
}

.vl_MenuItemHover seq2,
.vl_MenuItemActive seq2
{
	display:	inline;
}

.vl_MenuItem .seq2,
.vl_MenuItemHover .seq1,
.vl_MenuItemActive .seq1
{
	display:	none;
}
*/
/* lw_Menu Style Sheet */

.lw_Menu,.lw_SubMenuTable
{
	cursor:		pointer;
	padding:	0px;
	white-space:	nowrap;
	border-collapse: collapse;
}

.lw_Menu
{
	background-color:	transparent;
	text-transform: uppercase;
	text-align: left;
	height: 16px;
	width: 100%;
}
.lw_Menu td {
	padding-left:	9px;
	font-size: 		11px;
	font-weight:	bold;
	font-family:	Arial, sans-serif;
}

.lw_SubMenu
{
	position:	absolute;
	left: 0px;
	top: 0px;
	visibility:	hidden;

	/*
	   Netscape/Mozilla renders borders by increasing
	   their z-index.  The following line is necessary
	   to cover any borders underneath
	*/
	z-index:	100;
	border:		0px;
	padding:	0px;

	/*filter:progid:DXImageTransform.Microsoft.Shadow(color=#848A84, Direction=135, Strength=4);*/
}

.lw_SubMenuTable
{
	border:		none;
	background-color:	#f3ac27;
	border-left: solid 1px white;
}

.lw_SubMenuTable td
{
	white-space:	nowrap;
	padding: 0px;
	height: 16px;
	font-family:	Arial, sans-serif;
	font-size:	11px;
	font-weight: bold;
}

.lw_MainItem,.lw_MainItemHover,.lw_MainItemActive
{
	padding-left:	10px;
	padding-right:	10px;
	white-space:	nowrap;
	font-size: 11px;
	color: white;
	font-weight: bold;
}
.lw_MainItemHover,.lw_MainItemActive
{
	background-color:	#fbe6bf;
	color: black;
}

.lw_MenuItem,.lw_MenuItemHover,.lw_MenuItemActive
{
	white-space:	nowrap;
	color: #ffffff;
	font-size: 11px;
}
.lw_MenuItemHover,.lw_MenuItemActive
{
	color: black;
	background-color:	#fbe6bf;
}
.lw_MenuItemLeft, .lw_MenuItemRight {
	width: 10px;
	text-align:right
}

.lw_MenuSplit
{
	height:		1px;
	overflow:	hidden;
	background-color:	inherit;
	padding: 0px;
	border-top:	1px solid #ADAA9C;
}

.lw_MenuVSplit
{
	width:		1px;
	margin:		0px;
	overflow:	hidden;
	background-color:	inherit;
	border-right:	1px solid #ADAA9C;
}

/* 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" />

.lw_MenuItem img.seq1
{
	display:	inline;
}

.lw_MenuItemHover seq2,
.lw_MenuItemActive seq2
{
	display:	inline;
}

.lw_MenuItem .seq2,
.lw_MenuItemHover .seq1,
.lw_MenuItemActive .seq1
{
	display:	none;
}
*/
/* middle_Menu Style Sheet */

.middle_Menu,.middle_SubMenuTable
{
	cursor:		pointer;
	padding:	0px;
	white-space:	nowrap;
	border-collapse: collapse;
}

.middle_Menu
{
	background-color:	transparent;
	text-transform: uppercase;
	text-align: left;
	height: 16px;
	width: 100%;
}
.middle_Menu td {
	padding-left:	9px;
	font-size: 		11px;
	font-weight:	bold;
	font-family:	Arial, sans-serif;
}

.middle_SubMenu
{
	position:	absolute;
	left: 0px;
	top: 0px;
	visibility:	hidden;

	/*
	   Netscape/Mozilla renders borders by increasing
	   their z-index.  The following line is necessary
	   to cover any borders underneath
	*/
	z-index:	100;
	border:		0px;
	padding:	0px;

	/*filter:progid:DXImageTransform.Microsoft.Shadow(color=#848A84, Direction=135, Strength=4);*/
}

.middle_SubMenuTable
{
	border:		none;
	background-color:	#639ad9;
	border-left: solid 1px white;
}

.middle_SubMenuTable td
{
	white-space:	nowrap;
	padding: 0px;
	height: 16px;
	font-family:	Arial, sans-serif;
	font-size:	11px;
	font-weight: bold;
}

.middle_MainItem,.middle_MainItemHover,.middle_MainItemActive
{
	padding-left:	10px;
	padding-right:	10px;
	white-space:	nowrap;
	font-size: 11px;
	color: white;
	font-weight: bold;
}
.middle_MainItemHover,.middle_MainItemActive
{
	background-color:	#d0e1f5;
	color: black;
}

.middle_MenuItem,.middle_MenuItemHover,.middle_MenuItemActive
{
	white-space:	nowrap;
	color: #ffffff;
	font-size: 11px;
}
.middle_MenuItemHover,.middle_MenuItemActive
{
	color: black;
	background-color:	#d0e1f5;
}
.middle_MenuItemLeft, .middle_MenuItemRight {
	width: 10px;
	text-align:right
}

.middle_MenuSplit
{
	height:		1px;
	overflow:	hidden;
	background-color:	inherit;
	padding: 0px;
	border-top:	1px solid #ADAA9C;
}

.middle_MenuVSplit
{
	width:		1px;
	margin:		0px;
	overflow:	hidden;
	background-color:	inherit;
	border-right:	1px solid #ADAA9C;
}

/* 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" />

.middle_MenuItem img.seq1
{
	display:	inline;
}

.middle_MenuItemHover seq2,
.middle_MenuItemActive seq2
{
	display:	inline;
}

.middle_MenuItem .seq2,
.middle_MenuItemHover .seq1,
.middle_MenuItemActive .seq1
{
	display:	none;
}
*/