/*
 * ThemeMy Style Sheet
 * by Ian Reyes and Heng Yuan
 */

.ThemeMyMenu,.ThemeMySubMenuTable
{
	font-family: Tahoma;
	color: #00519e;
	font-size: 12px;

/*	color: white;*/
	background-color: transparent;
	cursor:		default;
	cursor:		hand !important;
/*	white-space:	nowrap;*/
}

.ThemeMyMenu {
    /*width: 815px;*/
    width: 100%;
}

.ThemeMySubMenu
{
	position:	absolute;
	display:	block;
	visibility:	hidden;
	overflow:	hidden;

	border:		0px outset #9C9A9C;
	background-color: transparent;
	margin-left: -50px;
}

.ThemeMySubMenuTable
{
	border-collapse:	separate;
	
	opacity:	0.9;
	filter:Alpha(style=0,opacity=90);
}

.ThemeMyMenuItem,.ThemeMyMenuItemHover,.ThemeMyMenuItemActive
{
	cursor:		default;
	cursor:		hand !important;
	/*white-space:	nowrap;*/
}

.ThemeMyMainItem,
.ThemeMyMainItemHover,
.ThemeMyMainItemActive
{
        padding: 0px;
        text-align: left;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #00519e;
	text-decoration: none;
	height: 2px;
}

.ThemeMyMainItemHover
{
	color: #ff9000;
}

.ThemeMyMenuItem,
.ThemeMyMenuItemHover,
.ThemeMyMenuItemActive
{
	padding:	4px 10px 4px 10px;
	text-align: left;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #00519e;
	text-decoration: none;
	background-color: #f8f3e8;
	opacity: 0.9;
	filter:Alpha(style=0,opacity=90);
	height: 2px;
}

.ThemeMyMenuItemHover
{
	color: #ff9000;	
}

/* 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 */

.ThemeMyMainFolderLeft,
.ThemeMyMainItemLeft
{
	padding:	0px;
}

.ThemeMyMainFolderLeft,
.ThemeMyMainItemLeft,
.ThemeMyMainFolderText,
.ThemeMyMainItemText,
.ThemeMyMainItemRight,
.ThemeMyMainFolderRight
{
	border: 0;
	background-color: inherit;
	/*white-space: nowrap;*/
}

.ThemeMyMainItemRight
{
	padding-right: 5px;
}

/* sub menus sub components */

.ThemeMyMenuFolderLeft,
.ThemeMyMenuItemLeft
{
	padding:	0px 10px 0px 0px;
	border:		0;
	white-space:	nowrap;
	background-color:	inherit;
}

.ThemeMyMenuFolderText,
.ThemeMyMenuItemText
{
	padding:	0px 0px 0px 0px;
	border:		0;
	white-space:	nowrap;
	background-color:	inherit;
}

.ThemeMyMenuItemRight,
.ThemeMyMenuFolderRight
{
	padding:	0px 0px 0px 10px;

	border:		0;
	white-space:	nowrap;
	background-color:	inherit;
}

/* hoover and active border */
.ThemeMyMenuItemHover .ThemeMyMenuFolderLeft,
.ThemeMyMenuItemActive .ThemeMyMenuFolderLeft,
.ThemeMyMenuItemHover .ThemeMyMenuItemLeft,
.ThemeMyMenuItemActive .ThemeMyMenuItemLeft,
.ThemeMyMenuItemHover .ThemeMyMenuFolderText,
.ThemeMyMenuItemActive .ThemeMyMenuFolderText,
.ThemeMyMenuItemHover .ThemeMyMenuItemText,
.ThemeMyMenuItemActive .ThemeMyMenuItemText,
.ThemeMyMenuItemHover .ThemeMyMenuFolderRight,
.ThemeMyMenuItemActive .ThemeMyMenuFolderRight,
.ThemeMyMenuItemHover .ThemeMyMenuItemRight,
.ThemeMyMenuItemActive .ThemeMyMenuItemRight
{
	/*border-color:	#9C9A9C;*/
}

.ThemeMyMenuItemHover .ThemeMyMenuFolderLeft,
.ThemeMyMenuItemActive .ThemeMyMenuFolderLeft,
.ThemeMyMenuItemHover .ThemeMyMenuItemLeft,
.ThemeMyMenuItemActive .ThemeMyMenuItemLeft
{
	/*border-width:	1px 0px 1px 1px;
	border-style:	solid;
	padding:	2px 0px 2px 2px;*/
}

.ThemeMyMenuItemHover .ThemeMyMenuFolderText,
.ThemeMyMenuItemActive .ThemeMyMenuFolderText,
.ThemeMyMenuItemHover .ThemeMyMenuItemText,
.ThemeMyMenuItemActive .ThemeMyMenuItemText
{
	/*border-width:	1px 0px 1px 0px;
	border-style:	solid;
	padding:	2px 3px 2px 5px;*/
}

.ThemeMyMenuItemHover .ThemeMyMenuFolderRight,
.ThemeMyMenuItemActive .ThemeMyMenuFolderRight,
.ThemeMyMenuItemHover .ThemeMyMenuItemRight,
.ThemeMyMenuItemActive .ThemeMyMenuItemRight
{
	/*border-width:	1px 1px 1px 0px;
	border-style:	solid;
	padding:	2px 0px 2px 0px;*/
}

td.ThemeMyMenuSplit
{
	padding:	0px;
	margin:		0px;
	height:		2px;
	border:		1px;
	background: url(../pics/menu_diver.gif) repeat-x;
	background-color: #ecf5fe;
	/*overflow:	hidden;*/
}
/*
div.ThemeMyMenuSplit
{
	padding:	0px;
	margin:		0px;
	height: 	2px;
	border:		0px;
	background: url(../pics/menu_diver.gif);
	background-repeat: repeat-x;
	background-color: #ecf5fe;
	overflow: 	hidden;
}
*/
/* 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" />
*/

.ThemeMyMenuItem img.seq1
{
	display:	inline;
}

.ThemeMyMenuItemHover seq2,
.ThemeMyMenuItemActive seq2
{
	display:	inline;
}

.ThemeMyMenuItem .seq2,
.ThemeMyMenuItemHover .seq1,
.ThemeMyMenuItemActive .seq1
{
	display:	none;
}

