

.ThemeGrayMenu
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*text-transform: uppercase;*/
	color: #ffffff;
	cursor: default;
	cursor: pointer !important;
	white-space: nowrap;
	margin-left: 17px;
	padding-bottom: 0px;
	height: 24px;
	

	
}
.ThemeGraySubMenuTable{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-color: #007483;
	cursor:	default;
	cursor:	pointer !important;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
	width:100px;
	
}
.ThemeGraySubMenu
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-color: #007483;
	position: absolute;
	display: block;
	visibility:	hidden;
	overflow: hidden;
	padding:0px;
	margin:0px;
	border-top:0px solid red;
	/*border-right:3px solid #ffffff;*/
	
	/*border:1px solid #112a46;*/

	/*border:		1px outset #CDC5A8;
	background-color: transparent;*/
	/*border-right:3px solid #ffffff;*/
}

/*.ThemeGraySubMenuTable
{
	font-family: Arial;
	font-size: 12px;

	color: #665B10;
	background-color: #CDC5A8;
	border-collapse:	separate;
	opacity:	0.9;
	filter:Alpha(style=0,opacity=90);
}*/

.ThemeGrayMenuItem,.ThemeGrayMenuItemHover,.ThemeGrayMenuItemActive
{
	cursor:	default;
	cursor:	pointer !important;
	white-space: nowrap;
}

.ThemeGrayMainItem
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*text-transform:uppercase;*/
	color: #ffffff;
	border:0px;
	padding: 4px 2px 2px 2px;
	margin: 0px 20px 0px 20px;
	/* border:		0px solid #8F8247; */

}
.ThemeGrayMenuItem{
	/*border:		0px solid #EEEBE0;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-color: #007483;
	padding: 4px;
	margin: 0px 20px 0px 20px;
	

}

.ThemeGrayMainItemHover,
.ThemeGrayMainItemActive
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	color: #ffffff;
	

	padding: 4px 2px 2px 2px;
	background-position:bottom left;
	border:0px;
	
	
}

.ThemeGrayMenuItemHover,
.ThemeGrayMenuItemActive
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	
	background-color:#007483;
	padding:	4px; 
	
	

}

/* horizontal main menu sub components */
/* panel doesn't really support horizontal menus */
/* there are simpler approaches, but the setting here allows me to
   set a background image for the menu without lines all over it */

.ThemeGrayMainFolderLeft,
.ThemeGrayMainItemLeft,
.ThemeGrayMainFolderText,
.ThemeGrayMainItemText,
.ThemeGrayMainItemRight,
.ThemeGrayMainFolderRight
{
	border: 0;
	background-color: inherit;
	white-space: nowrap;
}

/* sub menus sub components */

.ThemeGrayMenuFolderLeft,
.ThemeGrayMenuItemLeft
{
	padding:	4px;
	border:		0;
	white-space:	nowrap;
	background-color:	inherit;
}

.ThemeGrayMenuFolderText,
.ThemeGrayMenuItemText
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:	4px;

	/* border:		0; */
	white-space:	nowrap;
	background-color:	inherit;
}



.ThemeGrayMenuItemRight,
.ThemeGrayMenuFolderRight
{
	padding:	3px;
	white-space:	nowrap;
	background-color:	inherit;
	
}

/*Linie zwischen den Links im Untermenü*/
td.ThemeGrayMenuSplit
{
	padding:0px;
	margin:0px 4px 0px 4px;
	height:1px;
	overflow:hidden;
	background-color:inherit;
	border-top:1px solid #ffffff;
}

div.ThemeGrayMenuSplit
{
	padding:0px;
	margin:0px 4px 0px 4px;
	height:1px;
	overflow:hidden;
	background-color:inherit;
	border-top:0px solid #ffffff;
}

/* 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" />
*/

.ThemeGrayMenuItem img.seq1
{
	display:	inline;
}

.ThemeGrayMenuItemHover seq2,
.ThemeGrayMenuItemActive seq2
{
	display:	inline;
}

.ThemeGrayMenuItem .seq2,
.ThemeGrayMenuItemHover .seq1,
.ThemeGrayMenuItemActive .seq1
{
	display:	none;
}

.ThemeGrayMenuItemHover{
color:silver;
}
