/* ThemeSaarForstMenu Style Sheet */

.ThemeSaarForstMenu,.ThemeSaarForstSubMenuTable
{
	cursor:		default;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:	11px;
	color: #999999;

	padding:	0;
	border:		0;
	white-space:	nowrap;
}

.ThemeSaarForstMenu
{
}

.ThemeSaarForstMenu td
{
	font-family:	"Arial Narrow", Helvetica-Narrow, Arial, Helvetica, sans-serif;
	font-size:	10px;
}

.ThemeSaarForstSubMenu
{
	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;

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

.ThemeSaarForstSubMenuTable
{
	border:		1px solid #499A43;
	background-color:	#E4EFD9;
}

.ThemeSaarForstSubMenuTable td
{
	font-size:	11px;
	white-space:	nowrap;
}

.ThemeSaarForstMainItem,.ThemeSaarForstMainItemHover,.ThemeSaarForstMainItemActive,
{
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:	11px;
	color: #999999;
	padding-left:	3px;
	padding-right:	3px;
	white-space:	nowrap;
}
.ThemeSaarForstMenuItem,.ThemeSaarForstMenuItemHover,.ThemeSaarForstMenuItemActive
{
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:	11px;
	color: #333333;
	padding-left:	3px;
	padding-right:	3px;
	white-space:	nowrap;
}

.ThemeSaarForstMainItemActive,.ThemeSaarForstMenuItemActive,
.ThemeSaarForstMainItemHover,.ThemeSaarForstMenuItemHover
{
	color:		white;
	background-color:	#499A43;
}

.ThemeSaarForstMenuSplit
{
	height:		1px;
	margin-top:	1px;
	margin-bottom:	1px;
	overflow:	hidden;
	background-color:	inherit;
	border-top:	1px solid #ADAA9C;
}

.ThemeSaarForstMenuVSplit
{
	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" />
*/

.ThemeSaarForstMenuItem img.seq1
{
	display:	inline;
}

.ThemeSaarForstMenuItemHover seq2,
.ThemeSaarForstMenuItemActive seq2
{
	display:	inline;
}

.ThemeSaarForstMenuItem .seq2,
.ThemeSaarForstMenuItemHover .seq1,
.ThemeSaarForstMenuItemActive .seq1
{
	display:	none;
}

.ThemeSaarForstMainItemRight,
.ThemeSaarForstMainFolderRight
{
  padding: 0 2px;
}
.ThemeSaarForstMainItemLeft,
.ThemeSaarForstMainFolderLeft
{
  display: none;
}
.ThemeSaarForstMainItem{
  padding-left: 0px;
  padding-right: 0px;
}