/* Keyyo Menu Style Sheet */

.KeyyoMenu,.KeyyoSubMenuTable
{
	font-family:	Arial, Helvetica, Verdana, sans-serif;
	text-align: 	left;
	white-space:	nowrap;
	margin:				0px;
	padding:			0px;
}

.KeyyoMenu
{
	background-color:	#ffffff;
}

.KeyyoSubMenu
{
	position:	absolute;
	margin-left: 0px;
	visibility:	hidden;
	display:	block;
	overflow:	hidden;
	background-color: transparent;

	/*
	   Netscape/Mozilla renders borders by increasing
	   their z-index.  The following line is necessary
	   to cover any borders underneath
	*/
	z-index:	100;
	border:		0;
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color=#BDC3BD, Direction=135, Strength=4);*/
}

.KeyyoSubMenuTable
{
	width: 				150px;
	background-color:	#FFFFFF;
	border-bottom:		1px solid #8C8C8C;
	margin-top:			2px;
	margin-left:		20px;
	padding-bottom:		6px;
	overflow:			visible;
	opacity:			1;
	/*filter:Alpha(style=0,opacity=100);*/
}

.KeyyoMainItem,.KeyyoMainItemHover,.KeyyoMainItemActive,
.KeyyoMenuItem,.KeyyoMenuItemHover,.KeyyoMenuItemActive
{
	cursor: pointer;
	white-space:	nowrap;
}

.KeyyoMainItem,.KeyyoMainItemHover,.KeyyoMainItemActive
{
	padding-right:	20px;
}
.KeyyoMenuItem
{
	font-weight		:	normal;
	color			:	#8C8C8C;
}

.KeyyoMenuItemHover,.KeyyoMenuItemActive
{
	font-weight		:	normal;
	color			:	#D10A1C;
}

/* horizontal main menu */

.KeyyoMainFolderText,.KeyyoMainItemText
{
}

/* sub menu sub components */

.KeyyoMenuFolderText,.KeyyoMenuItemText
{
	font-size:		11px;
	padding-top:	0px;
	padding-bottom:	2px;
	padding-left:	10px;
	padding-right:	2px;
	white-space:	nowrap;
}

/* image shadow animation */

.KeyyoMainItem .seq1,
.KeyyoMainItemHover .seq2,
.KeyyoMainItemActive .seq2
{
	display:	inline;
}

.KeyyoMainItem .seq2,
.KeyyoMainItemHover .seq1,
.KeyyoMainItemActive .seq1
{
	display:	none;
}

/*
	seq1:	image for normal
	seq2:	image for hover and active
*/

td.KeyyoMenuSplit
{
	padding:	0px;
	margin:		0px;
	height:		5px;
	border:		0px;
	background-color:	inherit;
	overflow:	hidden;
}

div.KeyyoMenuSplit
{
	margin: 2px;
	height: 1px;
	overflow: hidden;
	background-color: inherit;
	border-top: 1px solid #9C9A9C;
}
