/* ThemeElementalTopMenu Style Sheet */

#menuThemeElementalTop {
	width: 715px;
	height: 67px;
	background-image: url(../../Images/navbar_bgd.jpg);
	background-repeat: no-repeat;
	float: left;
}


.ThemeElementalTopMenu
{
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	
	white-space: nowrap;
	
	cursor: default; 
	/*added*/
}

.ThemeElementalTopSubMenuTable
{
	font-family:	verdana, arial, sans-serif;
	font-size:	10px;
	color: #636363;
	padding:	0;

	white-space:	nowrap;
	cursor:		default;
}

.ThemeElementalTopSubMenu
{
	position:	absolute;
	visibility:	hidden;

	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	1px;
	padding-right:	1px;

	/*
	   Netscape/Mozilla renders borders by increasing
	   their z-index.  The following line is necessary
	   to cover any borders underneath
	*/
	z-index:	100;
	border:		0;
	background:	#F5F5F5 url(../ThemeElemental/menubg.gif) repeat scroll 0%;

	overflow:	visible;
	border:		1px solid #636363;
}

.ThemeElementalTopSubMenuTable
{
	overflow:	visible;
}

.ThemeElementalTopMainItem,.ThemeElementalTopMainItemHover,.ThemeElementalTopMainItemActive,
.ThemeElementalTopMenuItem,.ThemeElementalTopMenuItemHover,.ThemeElementalTopMenuItemActive
{
	border: 0;
	cursor: default;
	white-space: nowrap;
}

.ThemeElementalTopMainItem
{
	color: #636363;
}

.ThemeElementalTopMainItemHover,.ThemeElementalTopMainItemActive
{
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='over_image.png', sizingMethod='scale');
	background-image: url(over_image.png);*/
	color: #ffffff;
	
}

.ThemeElementalTopMenuItem
{
	background-color:	transparent;
	
	padding: 0;
}

.ThemeElementalTopMenuItemHover,.ThemeElementalTopMenuItemActive
{
	background:		url(../ThemeElemental/submenubg.gif);
	color: #ffffff;
	
	padding: 0;
}


/* horizontal main menu */

.ThemeElementalTopMainItem
{
	width: 143px;
	height: 67px;

	border-left: 1px solid #ffffff;
	text-align: right;
	
	padding: 0;
}

td.ThemeElementalTopMainItemHover,td.ThemeElementalTopMainItemActive
{
	width: 143px;
	height: 67px;
	
	border-left: 1px solid #ffffff;
	text-align: right;
	
	background-color: #636363;
	opacity: .80;
	filter: alpha(opacity=80);
	
	padding: 0;
}

.ThemeElementalTopMainFolderLeft,.ThemeElementalTopMainItemLeft,
.ThemeElementalTopMainFolderText,.ThemeElementalTopMainItemText,
.ThemeElementalTopMainFolderRight,.ThemeElementalTopMainItemRight
{
	background-color:	inherit;
}


/* vertical main menu sub components */

td.ThemeElementalTopMainFolderLeft,td.ThemeElementalTopMainItemLeft
{
	padding-top:	6px;
	padding-bottom:	6px;
	padding-left:	0px;
	padding-right:	2px;

	border-top:	1px solid #000000;
	border-bottom:	1px solid #000000;
	border-left:	1px solid #000000;

	background-color:	inherit;
}

td.ThemeElementalTopMainFolderText,td.ThemeElementalTopMainItemText
{
	padding-top:	6px;
	padding-bottom:	6px;
	padding-left:	10px;
	padding-right:	10px;

	border-top:	1px solid #000000;
	border-bottom:	1px solid #000000;

	background-color:	inherit;
	white-space:	nowrap;
}

td.ThemeElementalTopMainFolderRight,td.ThemeElementalTopMainItemRight
{
	padding-top:	6px;
	padding-bottom:	6px;
	padding-left:	0px;
	padding-right:	0px;

	border-top:	1px solid #000000;
	border-bottom:	1px solid #000000;
	border-right:	1px solid #000000;

	background-color:	inherit;
}

tr.ThemeElementalTopMainItem td.ThemeElementalTopMainFolderLeft,
tr.ThemeElementalTopMainItem td.ThemeElementalTopMainItemLeft
{
	padding-top:	7px;
	padding-bottom:	7px;
	padding-left:	1px;
	padding-right:	2px;

	white-space:	nowrap;

	border:		0;
	background-color:	inherit;
}

tr.ThemeElementalTopMainItem td.ThemeElementalTopMainFolderText,
tr.ThemeElementalTopMainItem td.ThemeElementalTopMainItemText
{
	padding-top:	7px;
	padding-bottom:	7px;
	padding-left:	10px;
	padding-right:	10px;

	border:		0;
	background-color:	inherit;
}

tr.ThemeElementalTopMainItem td.ThemeElementalTopMainItemRight,
tr.ThemeElementalTopMainItem td.ThemeElementalTopMainFolderRight
{
	padding-top:	7px;
	padding-bottom:	7px;
	padding-left:	0px;
	padding-right:	1px;

	border:		0;
	background-color:	inherit;
}

/* sub menu sub components */

.ThemeElementalTopMenuFolderLeft,.ThemeElementalTopMenuItemLeft
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	1px;
	padding-right:	3px;

	border-top:	1px solid #00475d;
	border-bottom:	1px solid #00475d;
	border-left:	1px solid #00475d;

	background-color:	inherit;
	white-space:	nowrap;
}

.ThemeElementalTopMenuFolderText,.ThemeElementalTopMenuItemText
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	5px;
	padding-right:	5px;

	border-top:	1px solid #00475d;
	border-bottom:	1px solid #00475d;

	background-color:	inherit;
	white-space:	nowrap;
}

.ThemeElementalTopMenuFolderRight,.ThemeElementalTopMenuItemRight
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	0px;
	padding-right:	0px;

	border-top:	1px solid #00475d;
	border-bottom:	1px solid #00475d;
	border-right:	1px solid #00475d;

	background-color:	inherit;
	white-space:	nowrap;
}

.ThemeElementalTopMenuItem .ThemeElementalTopMenuFolderLeft,
.ThemeElementalTopMenuItem .ThemeElementalTopMenuItemLeft
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	2px;
	padding-right:	3px;

	white-space:	nowrap;

	border:		0;
	/* background-color:	transparent; */
	background-color:	transparent;
}

.ThemeElementalTopMenuItem .ThemeElementalTopMenuFolderText,
.ThemeElementalTopMenuItem .ThemeElementalTopMenuItemText
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	5px;
	padding-right:	5px;

	border:		0;
	background-color:	inherit;
}

.ThemeElementalTopMenuItem .ThemeElementalTopMenuFolderRight,
.ThemeElementalTopMenuItem .ThemeElementalTopMenuItemRight
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	0px;
	padding-right:	1px;

	border:		0;
	background-color:	inherit;
}

/* menu splits */

.ThemeElementalTopMenuSplit
{
	margin:		2px;
	height:		1px;
	overflow:	hidden;
	background-color:	inherit;
	border-top:	1px solid #636363;
}

/* 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" />
*/

.ThemeElementalTopMenuItem img.seq1
{
	display:	inline;
}

.ThemeElementalTopMenuItemHover seq2,
.ThemeElementalTopMenuItemActive seq2
{
	display:	inline;
}

.ThemeElementalTopMenuItem .seq2,
.ThemeElementalTopMenuItemHover .seq1,
.ThemeElementalTopMenuItemActive .seq1
{
	display:	none;
}

