/* ThemeMiniBlackMenu Style Sheet */

.ThemeMiniBlackMenu,.ThemeMiniBlackSubMenuTable
{
	font-family:	verdana;
	vertical-align:middle;
	font-size:	12px;
	color:		#545468;
	font-weight:bold;
	background-repeat: repeat;
	padding:1;
	border:	0;
	cursor:	hand;
	margin: 0px 0px 0px 0px;
	margin-left:15px;
	margin-right:15px;
	margin-top:9px;
	cursor:pointer;

}

.ThemeMiniBlackSubMenu
{
	position: absolute;
	visibility: hidden;
	z-index:100;
	border:		0;
}

.ThemeMiniBlackSubMenuTable
{

	border:	1px solid #797979;
	font-family:Verdana;
	font-size:12px;
	background-color:#e9e9e9;
	margin: 0px 0px 0px 0px;
}

.ThemeMiniBlackSubMenuTable TD
{

	cursor:pointer;
	font-weight: normal;
	border-bottom:1px solid #000000 ;
	padding-top:5px;
	height:23px;
	font-family:verdana;
	font-size:11px;
	
}

.ThemeMiniBlackMainItem,.ThemeMiniBlackMainItemHover,.ThemeMiniBlackMainItemActive,
.ThemeMiniBlackMenuItem,.ThemeMiniBlackMenuItemHover,.ThemeMiniBlackMenuItemActive
{
	white-space:nowrap;
	font-weight: bold;
}

.ThemeMiniBlackMainItemHover,.ThemeMiniBlackMainItemActive
{
color:#FFFBF0;
	
}
.ThemeMiniBlackMenuItemHover,.ThemeMiniBlackMenuItemActive
{
	color: #000000;
	background-color:#d5e4f8;
}

.ThemeMiniBlackMenuSplit
{
	height:		5px;
	margin-top:	1px;
	margin-bottom:	1px;
	background-image:url(images/seprator.gif);
	overflow:	hidden;
	background-color:	inherit;
	border-top:	1px solid white;
}

.ThemeMiniBlackMenuVSplit
{
	width:		1px;
	margin:		5px;/*for vertical gap*/
	margin-left:12px;
	margin-right:12px;
	overflow:	hidden;
	background-color:	inherit;
	border-right:	1px solid white;
	margin-top:0px;
	margin-bottom:2px;

}
