/* ThemeMiniBlackMenu Style Sheet */

.ThemeMiniBlackMenuH,
.ThemeMiniBlackMenuV,
.ThemeMiniBlackSubMenuTable {

	font-family:	Tahoma;
	font-size:	11px;
	color:		#666666;
	background-color:	#000000;
	TEXT-ALIGN: right;
	padding:	0;
	border:		0;

	cursor:		default;
}

.ThemeMiniBlackMenuV {
	width: 100%;
}

.ThemeMiniBlackMenuH span {
   vertical-align:bottom;
}

.ThemeMiniBlackSubMenu {
	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;
    
}

.ThemeMiniBlackSubMenuTable {
	border-top:	0px solid #FFFFFF;
}

.ThemeMiniBlackSubMenuTable td {
	white-space:	nowrap;
}

.ThemeMiniBlackMainItem,
.ThemeMiniBlackMainItemHover,
.ThemeMiniBlackMainItemActive,
.ThemeMiniBlackMenuItem,
.ThemeMiniBlackMenuItemHover,
.ThemeMiniBlackMenuItemActive {
	white-space:	nowrap;
    
}

.ThemeMiniBlackMainItemHover,
.ThemeMiniBlackMainItemActive,
.ThemeMiniBlackMenuItemHover,
.ThemeMiniBlackMenuItemActive {
	color:		#FF0000;
}

.ThemeMiniBlackMenuSplit {
	height:		1px;
	margin-top:	1px;
	margin-bottom:	1px;
	overflow:	hidden;
	background-color:	inherit;
	border-top:	0px solid #FFFFFF;
}

.ThemeMiniBlackMenuVSplit {
	width:		1px;
	margin:		0px;
	overflow:	hidden;
	background-color:	inherit;
	border-right:	1px solid #FFFFFF;
}
/* MainLevel */
.ThemeMiniBlackMainItemText{
	background-image:url(../pic/MainMeno_bac.png);
	background-repeat:repeat-x;
	height:26px;
	line-height:26px;
}
.ThemeMiniBlackMainItemRight{
	background-image:url(../pic/MainMeno_left.png);
	background-position:right top;
	background-repeat:no-repeat;
	width:8px;
}
.ThemeMiniBlackMainItemLeft{
	background-image:url(../pic/MainMeno_right.png);
	background-position:right top;
	background-repeat:no-repeat;
	width:20px;
}
.ThemeMiniBlackMainFolderText{
	background-image:url(../pic/MainMeno_bac.png);
	background-repeat:repeat-x;
	height:26px;
	line-height:26px;
}
.ThemeMiniBlackMainFolderRight{
	background-image:url(../pic/MainMeno_left_arrow.png);
	background-position:right top;
	background-repeat:no-repeat;
	width:10px;
}
.ThemeMiniBlackMainFolderLeft{
	background-image:url(../pic/MainMeno_right.png);
	background-position:right top;
	background-repeat:no-repeat;
	width:10px;
}
/* SubLevel */
.ThemeMiniBlackMenuItemText{
	background-image:url(../pic/MainMeno_bac.png);
	background-repeat:repeat-x;
	height:26px;
	line-height:26px;
}
.ThemeMiniBlackMenuItemLeft{
	background-image:url(../pic/MainMeno_right.png);
	background-position:right top;
	background-repeat:no-repeat;
	width:10px;
}
.ThemeMiniBlackMenuItemRight{
	background-image:url(../pic/MainMeno_left.png);
	background-position:right top;
	background-repeat:no-repeat;
	width:8px;
}
.ThemeMiniBlackMenuFolderText{
	background-image:url(../pic/MainMeno_bac.png);
	background-repeat:repeat-x;
	height:26px;
	line-height:26px;
}
.ThemeMiniBlackMenuFolderLeft{
	background-image:url(../pic/MainMeno_right.png);
	background-position:right top;
	background-repeat:no-repeat;
	width:10px;
}
.ThemeMiniBlackMenuFolderRight{
	background-image:url(../pic/MainMeno_left_arrow.png);
	background-position:right top;
	background-repeat:no-repeat;
	width:10px;
}