/*
 * ThemeGray Style Sheet
 * by Ian Reyes and Heng Yuan
 */

.ThemeB2VMenu
{
	font-family: Tahoma;
	font-weight: light;
	font-size: 11px;

	color: white;
	background-color: #ffffff;

	cursor:		default;
	cursor:		hand !important;
	white-space:	nowrap;
	width: 100%;
}

.ThemeB2VSubMenuTable
{
	font-family: Tahoma;
	font-weight: light;
	font-size: 11px;

	color: white;
	background-color: #ffffff;

	cursor:		default;
	cursor:		hand !important;
	white-space:	nowrap;
}

.ThemeB2VSubMenu
{
	position:	absolute;
	display:	block;
	visibility:	hidden;
	overflow:	hidden;

	border:		1px outset #9C9A9C;
	background-color: transparent;
}

.ThemeB2VSubMenuTable
{
	border-collapse:	separate;
	opacity:	0.9;
	filter:Alpha(style=0,opacity=95);
}

.ThemeB2VMainFolderRight {
	background: url(../images/down_arrow_white.gif) no-repeat ;
}

.ThemeB2VMenuItem,.ThemeB2VMenuItemHover,.ThemeB2VMenuItemActive
{
	cursor:		default;
	cursor:		hand !important;
	white-space:	nowrap;
}

.ThemeB2VMainItem {
	padding:	5px;
	border:		0px solid #ffffff;
	width: 16% ;
	background: url(../images/nav_menuItem.gif) repeat-x ;
}

.ThemeB2VMenuItem {
	background-color: white;
	color: black;
}

.ThemeB2VMenuItemHover, .ThemeB2VMenuItemActive {
	color: red;
	background-color: #F0F0F0 ;
}
.ThemeB2VMainItemHover,.ThemeB2VMainItemActive {
	padding:	5px;
	border:		0px solid #ffffff;
	background: url(../images/nav_menuItem_on.gif) repeat-x ;
	width: 16%;
}

/* 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 */

.ThemeB2VMainFolderLeft,
.ThemeB2VMainItemLeft,
.ThemeB2VMainFolderText,
.ThemeB2VMainItemText,
.ThemeB2VMainItemRight
{
	border: 0;
	background-color: inherit;
	white-space: nowrap;
}

/* sub menus sub components */

.ThemeB2VMenuFolderLeft,
.ThemeB2VMenuItemLeft
{
	padding:	3px 0px 3px 3px;
	border:		0;
	white-space:	nowrap;
	background-color:	inherit;
}

.ThemeB2VMenuFolderText,
.ThemeB2VMenuItemText
{
	padding:	3px 3px 3px 5px;

	border:		0;
	white-space:	nowrap;
	background-color:	inherit;
}

.ThemeB2VMenuItemRight,
.ThemeB2VMenuFolderRight
{
	padding:	3px 1px 3px 0px;

	border:		0;
	white-space:	nowrap;
	background-color:	inherit;
}


td.ThemeB2VMenuSplit
{
	padding:	0px;
	margin:		0px;
	height:		5px;
	border:		0px;
	background-color:	inherit;
	overflow:	hidden;
}

div.ThemeB2VMenuSplit
{
	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" />
*/

.ThemeB2VMenuItem img.seq1
{
	display:	inline;
}

.ThemeB2VMenuItemHover seq2,
.ThemeB2VMenuItemActive seq2
{
	display:	inline;
}

.ThemeB2VMenuItem .seq2,
.ThemeB2VMenuItemHover .seq1,
.ThemeB2VMenuItemActive .seq1
{
	display:	none;
}
