/*
 * ThemeGIM Style Sheet
 * by Ian Reyes and Heng Yuan
 */

.ThemeGIMMenu
{
	padding: 	0;
	margin: 	0;
	cursor:		default;
	cursor:		hand !important;
	white-space:	nowrap;
}

.ThemeGIMSubMenu
{
	position:	absolute;
	visibility:	hidden;
	overflow:	hidden;
	border:		1px outset #000055;
	text-align:	left;
}

.ThemeGIMSubMenuTable
{
	cursor:		default;
	cursor:		hand !important;
	white-space:	nowrap;
	border-collapse:	separate;
	opacity:	0.9;
	filter:Alpha(style=0,opacity=90);
}

.ThemeGIMMenuItem,.ThemeGIMMenuItemHover,.ThemeGIMMenuItemActive
{
	cursor:		default;
	cursor:		hand !important;
	white-space:	nowrap;
}

.ThemeGIMMainItem
{
	padding: 	0;
	margin: 	0;
	background-color:	#F4F4F4;
}

.ThemeGIMMainItemHover,
.ThemeGIMMainItemActive
{
	padding:	0;
	margin:		0;
	background-color:	#F4F4F4;
}

.ThemeGIMMenuItem
{
	padding: 	0;
	margin: 	0;
	background-color:	#F4F4F4;
}

.ThemeGIMMenuItemHover,
.ThemeGIMMenuItemActive
{
	padding:	0;
	margin:		0;
	background-color:	#FF7700;
}

/* 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 */

.ThemeGIMMainFolderLeft,
.ThemeGIMMainItemLeft,
.ThemeGIMMainFolderText,
.ThemeGIMMainItemText,
.ThemeGIMMainItemRight,
.ThemeGIMMainFolderRight
{
	border: 	0;
	background-color: 	inherit;
	white-space: nowrap;
}

/* sub menus sub components */

.ThemeGIMMenuFolderLeft,
.ThemeGIMMenuItemLeft
{
	padding:	3px 0px 3px 3px;
	border:		0;
	white-space:	nowrap;
	background-color:	inherit;
}

.ThemeGIMMenuFolderText,
.ThemeGIMMenuItemText
{
	padding:	3px 3px 3px 5px;
	border:		0;
	white-space:	nowrap;
	background-color:	inherit;
}

.ThemeGIMMenuItemRight,
.ThemeGIMMenuFolderRight
{
	padding:	3px 1px 3px 0px;
	border:		0;
	white-space:	nowrap;
	background-color:	inherit;
}

td.ThemeGIMMenuSplit
{
	padding:	0px;
	margin:		0px;
	height:		5px;
	border:		0px;
	background-color:	inherit;
	overflow:	hidden;
}

div.ThemeGIMMenuSplit
{
	margin: 2px;
	height: 1px;
	overflow: hidden;
	background-color: inherit;
	border-top: 1px solid #D3D3D3;
}

.ThemeGIMMenuItem img.seq1
{
	display:	inline;
}

.ThemeGIMMenuItemHover seq2,
.ThemeGIMMenuItemActive seq2
{
	display:	inline;
}

.ThemeGIMMenuItem .seq2,
.ThemeGIMMenuItemHover .seq1,
.ThemeGIMMenuItemActive .seq1
{
	display:	none;
}
