/* theme_defaultMenu Style Sheet */

.theme_defaultMenu,.theme_defaultSubMenuTable {
	width: 150px;
	font-size: 10px;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	background-color: #6E93BF;
	color: #ff0000;
	white-space: nowrap;
  cursor: 					pointer;
}


.theme_defaultSubMenu
{
	position:	absolute;
	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:		0;
	padding:	0;

	/* the following property is only useful in IE */
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color=#DEDEDE,Direction=135,Strength=4);*/
}

.theme_defaultSubMenuTable
{
  cursor: 					pointer;
	border:		1px solid #9C9A9C;
	width: 150px;
}

.theme_defaultMenuItem,.theme_defaultMenuItemHover,.theme_defaultMenuItemActive
{
  cursor: 					pointer;
	white-space:	nowrap;
}

.theme_defaultMainItem,
.theme_defaultMenuItem
{
	/*background-color:	#F7F3F7;*/
	background-color:	#424CAE;    /*  dunkelblau */
}

.theme_defaultMainItemHover,
.theme_defaultMainItemActive,
.theme_defaultMenuItemHover,
.theme_defaultMenuItemActive
{
	/*background-color:	#C6C6C3;*/
	background-color:	#6699CC;    /*  helblau */
}


/* horizontal main menu sub components */
/* panel doesn't really support horizontal menus */

.theme_defaultMainFolderLeft,.theme_defaultMainItemLeft,
.theme_defaultMainFolderText,.theme_defaultMainItemText,
.theme_defaultMainFolderRight,.theme_defaultMainItemRight
{
	border:		0;
	background-color:	inherit;
	white-space:	nowrap;
}

/* vertical main menu sub components */
TD.theme_defaultMainFolderLeft,TD.theme_defaultMainItemLeft
{
	padding-left:	0px;
	padding-right:	0px;
	border-left:	1px solid #9C9A9C;
	white-space:	nowrap;
	background-color:	inherit;
}

TD.theme_defaultMainFolderLeft,TD.theme_defaultMainItemLeft,
TD.theme_defaultMainFolderText,TD.theme_defaultMainItemText,
TD.theme_defaultMainFolderRight,TD.theme_defaultMainItemRight
{
	padding-top:	2px;
	padding-bottom:	2px;
	border-top:	1px solid #9C9A9C;
	border-bottom:	1px solid #9C9A9C;

	background-color:	inherit;
}

TD.theme_defaultMainFolderLeft,TD.theme_defaultMainItemLeft
{
	padding-right:	0px;
	padding-left:	0px;
	border-left:	1px solid #9C9A9C;
	background-color:	inherit;
	white-space:	nowrap;
}

TD.theme_defaultMainFolderText,TD.theme_defaultMainItemText
{
	padding-right:	10px;
	padding-left:	10px;
	background-color:	inherit;
	white-space:	nowrap;
}

TD.theme_defaultMainFolderRight,TD.theme_defaultMainItemRight
{
	padding-right:	0px;
	padding-left:	0px;
	border-right:	1px solid #9C9A9C;
	background-color:	inherit;
	white-space:	nowrap;
}

TR.theme_defaultMainItem TD.theme_defaultMainFolderLeft
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	1px;
	padding-right:	0px;

	border:	0;
	white-space:	nowrap;
	background-color:	inherit;
}

TR.theme_defaultMainItem TD.theme_defaultMainItemLeft
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	1px;
	padding-right:	0px;
	border:	0;
	white-space:	nowrap;
	background-color:	inherit;
}

TR.theme_defaultMainItem TD.theme_defaultMainFolderText
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	10px;
	padding-right:	10px;
	border:	0;
	white-space:	nowrap;
	background-color:	inherit;
}

TR.theme_defaultMainItem TD.theme_defaultMainItemText
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	10px;
	padding-right:	10px;

	border:	0;
	white-space:	nowrap;
	background-color:	inherit;
}

TR.theme_defaultMainItem TD.theme_defaultMainItemRight
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	0px;
	padding-right:	1px;
	border:	0;
	white-space:	nowrap;
	background-color:	inherit;
}

TR.theme_defaultMainItem TD.theme_defaultMainFolderRight
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	0px;
	padding-right:	1px;
	border:	0;
	white-space:	nowrap;
	background-color:	inherit;
}

/* sub menus sub components */

.theme_defaultMenuFolderLeft,.theme_defaultMenuItemLeft
{
	padding-left:	0px;
	padding-right:	0px;
	border-left:	1px solid #9C9A9C;
	white-space:	nowrap;
	background-color:	inherit;
}

.theme_defaultMenuFolderLeft,.theme_defaultMenuItemLeft,
.theme_defaultMenuFolderText,.theme_defaultMenuItemText,
.theme_defaultMenuFolderRight,.theme_defaultMenuItemRight
{
	padding-top:	2px;
	padding-bottom:	2px;
	border-top:	1px solid #9C9A9C;
	border-bottom:	1px solid #9C9A9C;

	background-color:	inherit;
	white-space:	nowrap;
}

.theme_defaultMenuFolderLeft,.theme_defaultMenuItemLeft
{
	padding-right:	0px;
	padding-left:	2px;
	border-left:	1px solid #9C9A9C;
	background-color:	inherit;
	white-space:	nowrap;
}

.theme_defaultMenuFolderText,.theme_defaultMenuItemText
{
	padding-right:	3px;
	padding-left:	5px;
	background-color:	inherit;
	white-space:	nowrap;
}

.theme_defaultMenuFolderRight,.theme_defaultMenuItemRight
{
	padding-right:	0px;
	padding-left:	0px;
	border-right:	1px solid #9C9A9C;
	background-color:	inherit;
	white-space:	nowrap;
}

TR.theme_defaultMenuItem TD.theme_defaultMenuFolderLeft
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	3px;
	padding-right:	0px;
	border:	0;
	white-space:	nowrap;
	background-color:	inherit;
}

TR.theme_defaultMenuItem TD.theme_defaultMenuItemLeft
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	3px;
	padding-right:	0px;
	border:	0;
	white-space:	nowrap;
	background-color:	inherit;
}

TR.theme_defaultMenuItem TD.theme_defaultMenuFolderText
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-right:	3px;
	padding-left:	5px;
	border:	0;
	white-space:	nowrap;
	background-color:	inherit;
}

TR.theme_defaultMenuItem TD.theme_defaultMenuItemText
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-right:	3px;
	padding-left:	5px;
	border:	0;
	white-space:	nowrap;
	background-color:	inherit;
}

TR.theme_defaultMenuItem TD.theme_defaultMenuItemRight
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	0px;
	padding-right:	1px;
	border:		0;
	white-space:	nowrap;
	background-color:	inherit;
}

TR.theme_defaultMenuItem TD.theme_defaultMenuFolderRight
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	0px;
	padding-right:	1px;
	border:		0;
	white-space:	nowrap;
	background-color:	inherit;
}

.theme_defaultMenuSplit
{
	margin:		2px;
	height:		1px;
	overflow:	hidden;
	background-color:	inherit;
	border-top:	1px solid #9C9A9C;
}

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

.theme_defaultMenuItem img.seq1
{
	display:	inline;
}

.theme_defaultMenuItemHover seq2,
.theme_defaultMenuItemActive seq2
{
	display:	inline;
}

.theme_defaultMenuItem .seq2,
.theme_defaultMenuItemHover .seq1,
.theme_defaultMenuItemActive .seq1
{
	display:	none;
}
