/* ThemeStoreDJMenu Style Sheet */

.ThemeStoreDJMenu,.ThemeStoreDJSubMenuTable
{
	font-family:	verdana, arial, sans-serif;
	font-size:	9px;

	padding:	0;

	white-space:	nowrap;
	cursor:		default;
	
	height: 18px;
}

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

	overflow:	visible;
	border:		1px solid #333333;
}

.ThemeStoreDJSubMenuTable
{
	overflow:	visible;
}

.ThemeStoreDJMainItem,.ThemeStoreDJMainItemHover,.ThemeStoreDJMainItemActive,
.ThemeStoreDJMenuItem,.ThemeStoreDJMenuItemHover,.ThemeStoreDJMenuItemActive
{
	border:		0;
	cursor:		pointer;
	white-space:	nowrap;
}

.ThemeStoreDJMainItem
{
	background-color:	#5a5a5a;
	color: white;
}

.ThemeStoreDJMainItemHover,.ThemeStoreDJMainItemActive
{
	background-color:	#333333;
	color: white;
}

.ThemeStoreDJMenuItem
{
	background-color:	#333333;
	color: white;
}

.ThemeStoreDJMenuItemHover,.ThemeStoreDJMenuItemActive
{
	background-color:	#990000;
	color: white;
}




/* horizontal main menu */

.ThemeStoreDJMainItem
{
	padding:	1px;
	border:		0;
	padding-left: 3px;
	padding-right: 3px;
}

td.ThemeStoreDJMainItemHover,td.ThemeStoreDJMainItemActive
{
	padding:	0px;
	/* border:		1px solid black; */
	padding-left: 3px;
	padding-right: 3px;
}

.ThemeStoreDJMainFolderLeft,.ThemeStoreDJMainItemLeft,
.ThemeStoreDJMainFolderText,.ThemeStoreDJMainItemText,
.ThemeStoreDJMainFolderRight,.ThemeStoreDJMainItemRight
{
	background-color:	inherit;
}

/* vertical main menu sub components */

td.ThemeStoreDJMainFolderLeft,td.ThemeStoreDJMainItemLeft
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	0px;
	padding-right:	2px;

	border-top:	1px solid black;
	border-bottom:	1px solid black;
	border-left:	1px solid black;

	background-color:	inherit;
}

td.ThemeStoreDJMainFolderText,td.ThemeStoreDJMainItemText
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	5px;
	padding-right:	5px;

	border-top:	1px solid black;
	border-bottom:	1px solid black;

	background-color:	inherit;
	white-space:	nowrap;
}

td.ThemeStoreDJMainFolderRight,td.ThemeStoreDJMainItemRight
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	0px;
	padding-right:	0px;

	border-top:	1px solid black;
	border-bottom:	1px solid black;
	border-right:	1px solid black;

	background-color:	inherit;
}

tr.ThemeStoreDJMainItem td.ThemeStoreDJMainFolderLeft,
tr.ThemeStoreDJMainItem td.ThemeStoreDJMainItemLeft
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	1px;
	padding-right:	2px;

	white-space:	nowrap;

	border:		0;
	background-color:	inherit;
}

tr.ThemeStoreDJMainItem td.ThemeStoreDJMainFolderText,
tr.ThemeStoreDJMainItem td.ThemeStoreDJMainItemText
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	5px;
	padding-right:	5px;

	border:		0;
	background-color:	inherit;
}

tr.ThemeStoreDJMainItem td.ThemeStoreDJMainItemRight,
tr.ThemeStoreDJMainItem td.ThemeStoreDJMainFolderRight
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	0px;
	padding-right:	1px;

	border:		0;
	background-color:	inherit;
}

/* sub menu sub components */

.ThemeStoreDJMenuFolderLeft,.ThemeStoreDJMenuItemLeft
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	1px;
	padding-right:	3px;

	border-top:	1px solid black;
	border-bottom:	1px solid black;
	border-left:	1px solid black;

	background-color:	inherit;
	white-space:	nowrap;
}

.ThemeStoreDJMenuFolderText,.ThemeStoreDJMenuItemText
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	5px;
	padding-right:	5px;

	border-top:	1px solid black;
	border-bottom:	1px solid black;

	background-color:	inherit;
	white-space:	nowrap;
}

.ThemeStoreDJMenuFolderRight,.ThemeStoreDJMenuItemRight
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	0px;
	padding-right:	0px;

	border-top:	1px solid black;
	border-bottom:	1px solid black;
	border-right:	1px solid black;

	background-color:	inherit;
	white-space:	nowrap;
}

.ThemeStoreDJMenuItem .ThemeStoreDJMenuFolderLeft,
.ThemeStoreDJMenuItem .ThemeStoreDJMenuItemLeft
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	2px;
	padding-right:	3px;

	white-space:	nowrap;

	border:		0;
	background-color:	#333333;
}

.ThemeStoreDJMenuItem .ThemeStoreDJMenuFolderText,
.ThemeStoreDJMenuItem .ThemeStoreDJMenuItemText
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	5px;
	padding-right:	5px;

	border:		0;
	background-color:	inherit;
	color: white;
}

.ThemeStoreDJMenuItem .ThemeStoreDJMenuFolderRight,
.ThemeStoreDJMenuItem .ThemeStoreDJMenuItemRight
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	0px;
	padding-right:	1px;

	border:		0;
	background-color:	inherit;
}

/* menu splits */

.ThemeStoreDJMenuSplit
{
	margin:		2px;
	height:		1px;
	overflow:	hidden;
	background-color:	inherit;
	border-top:	1px dotted #C6C3BD;
}

/* 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" />
*/

.ThemeStoreDJMenuItem img.seq1
{
	display:	inline;
}

.ThemeStoreDJMenuItemHover seq2,
.ThemeStoreDJMenuItemActive seq2
{
	display:	inline;
}

.ThemeStoreDJMenuItem .seq2,
.ThemeStoreDJMenuItemHover .seq1,
.ThemeStoreDJMenuItemActive .seq1
{
	display:	none;
}

.ThemeStoreDJMenuItemHover TD.ThemeStoreDJMenuFolderText,
.ThemeStoreDJMenuItemActive TD.ThemeStoreDJMenuFolderText,
.ThemeStoreDJMenuItemHover TD.ThemeStoreDJMenuItemText,
.ThemeStoreDJMenuItemActive TD.ThemeStoreDJMenuItemText
{
	color: white;
	border-top: 1px solid #990000;
	border-bottom: 1px solid #990000;
}

.ThemeStoreDJMenuItemHover .ThemeStoreDJMenuItemLeft,
.ThemeStoreDJMenuItemActive .ThemeStoreDJMenuItemLeft,
.ThemeStoreDJMenuItemHover .ThemeStoreDJMenuItemRight,
.ThemeStoreDJMenuItemActive .ThemeStoreDJMenuItemRight,
.ThemeStoreDJMenuItemHover .ThemeStoreDJMenuFolderLeft,
.ThemeStoreDJMenuItemActive .ThemeStoreDJMenuFolderLeft,
{
	border: 0;
}

.ThemeStoreDJMenuItemHover .ThemeStoreDJMenuItemRight,
.ThemeStoreDJMenuItemHover .ThemeStoreDJMenuFolderRight,
.ThemeStoreDJMenuItemActive .ThemeStoreDJMenuItemRight,
.ThemeStoreDJMenuItemActive .ThemeStoreDJMenuFolderRight
{
	border-right: 1px solid #990000;
	border-top: 1px solid #990000;
	border-bottom: 1px solid #990000;
}
