	body {
		behavior:url("../class/csshover.htc");
	}

.dynamic-tab-pane-control .tab-pane {
	position:	relative;
	margin-right:	-2px;		/* to make room for the shadow */
	text-align:		center;
}

.dynamic-tab-pane-control .tab-row .tab {

	width:				70px;
	height:				16px;
	background-image:	url( "../images/tabs/tab.png" );
	
	position:		relative;
	top:			0;
	display:		inline;
	float:			left;
	overflow:		hidden;
	
	cursor:			Default;

	margin:			1px -1px 1px 2px;
	padding:		2px 0px 0px 0px;
	border:			0;

	z-index:		1;
	font:			11px Tahoma;
	white-space:	nowrap;
	text-align:		center;
}

.dynamic-tab-pane-control .tab-row .tab.selected {
	width:				74px !important;
	height:				18px !important;
	background-image:	url( "../images/tabs/tab.active.png" ) !important;
	background-repeat:	no-repeat;

	border-bottom-width:	0;
	z-index:		3;
	padding:		2px 0 0px 0;
	margin:			1px -3px -3px 0px;
	top:			-2px;
	font:				11px Tahoma;
}

.dynamic-tab-pane-control .tab-row .tab a {
	font:				11px Tahoma;
	color:				Black;
	text-decoration:	none;
	cursor:				default;
}

.dynamic-tab-pane-control .tab-row .tab.hover {
	font:				11px Tahoma;
	width:				70px;
	height:				16p
	background-image:	url( "../images/tabs/tab.hover.png" );
	background-repeat:	no-repeat;
}


.dynamic-tab-pane-control .tab-page {
	clear:			both;
	border:			1px solid rgb( 145, 155, 156 );
	background:		rgb( 252, 252, 254 );
	z-index:		2;
	position:		relative;
	top:			-2px;

	font:				11px Tahoma;
	color:				Black;

	filter:			progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#fffcfcfe, EndColorStr=#fff4f3ee, GradientType=0)
					progid:DXImageTransform.Microsoft.Shadow(Color=#ff919899, Strength=2, Direction=135);
	
	/*244, 243, 238*/
	/* 145, 155, 156*/
	
	padding:		10px;
}

.dynamic-tab-pane-control .tab-row {
	z-index:		1;
	white-space:	nowrap;
}

.newbb_plus_css .bg1,a,tr,td,p,ul,li,a:visited {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
}

.newbb_plus_css .bg3,a,tr,td,p,ul,li,a:visited {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
}

/*.newbb_plus_css ul,li {
		display:block;
		margin:0;
		padding:0;
		border:0;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
}
*/
.newbb_plus_css ul {
		display:block;
		margin:0;
		padding:0;
		border:0;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
	width: 110px;
	border: 1px solid #9d9da1;
	background: white;
	list-style: none;
}

.newbb_plus_css li {
	position: relative;
	padding: 1px;
	padding-left: 10px;
		font-size: 7px;
	background: url("images/arrow.gif") no-repeat 0% center;
	z-index: 9;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}

.newbb_plus_css li.folder	{ background:url("../images/arrow.gif") no-repeat 0% center; }		

.newbb_plus_css li.folder:hover { background:url("../images/arrow_down.gif") no-repeat 0% center; z-index:10; }		

.newbb_plus_css li.folder ul {
			position:absolute;
			display:none;
			left:-59px; /* IE */
			top:17px;
}		
.newbb_plus_css li.folder>ul { left:-1px; top: 16px}
		
.newbb_plus_css ul.level1 li.folder:hover ul.level2, 
		.newbb_plus_css ul.level2 li.folder:hover ul.level3 {
			display:block;
}

.newbb_plus_css .link {
	border: 1px;
	padding: 2px;
	text-decoration: none;
	color: gray;
	font-weight: bold;
	width: 100%; /* IE */
	text-align: left;
}

.newbb_plus_css li>.link { width:auto; }

.newbb_plus_css li link.submenu {
		background:url("../images/sub.gif") right no-repeat;
}

.newbb_plus_css .link:hover {
		border:1px solid gray;
		color:black;
}
	
.newbb_plus_css li.folder .link:hover {
}
