
#dhtmlgoodies_menu{		
		font-family:arial;	/* Font for main menu items */
		width:160px;	/* Width of main menu */
	}
	
	#dhtmlgoodies_menu	li{	/* Main menu <li> */
		list-style-type:none;	/* No bullets */
		margin:0px;	/* No margin - needed for Opera */
	}
	#dhtmlgoodies_menu ul{	
		margin:0px;	/* No <ul> air */
		padding:0px;	/* No <ul> air */
	}
	#dhtmlgoodies_menu ul li ul{	/* Styling for those who doesn't have javascript enabled */
		padding-left:10px;
		
	}
	#dhtmlgoodies_menu	li a{	/* Main menu links */
		text-decoration:none;	/* No underline */
		color:#000000;	/* Black text color */
		height:20px;	/* 20 pixel height */
		vertical-align:middle;	/* Align text in the middle */
		/* border: 1px solid #000;	Black border */
		/* padding:2px;	Air between border and text inside */
		padding-left: 10px;
		display:block;
		background-image: url(http://www.conjoinedtwins.med.sa/images/left_btn.gif);
		background-repeat: repeat-x;
		font-family: verdana;
		font-size: 12px;
		padding-top: 3px;
	}
	#dhtmlgoodies_menu	li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{
		color:#FFFFFF;
/*		background-color:#317082;*/
		background-image: url(http://www.conjoinedtwins.med.sa/images/left_btn.gif);
		background-repeat: repeat-x;
	}
	.dhtmlgoodies_subMenu{
		visibility:hidden;
		position:absolute;
		overflow:hidden;
		border:1px solid #1F4C06;
		/* background-color:#5998EA;*/
		background-image: url(http://www.conjoinedtwins.med.sa/images/sub_left_btn.gif);
		font-family:verdana;
		text-align:left;
		padding: 1px;
		margin-left: 2px;
	}
	.dhtmlgoodies_subMenu ul{
		margin:0px;
		padding:0px;	
	}
	.dhtmlgoodies_subMenu ul li{
		list-style-type:none;
		margin:0px;
		padding:1px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
	}
	.dhtmlgoodies_subMenu ul li a{	/* Sub menu items */
		white-space:nowrap;	/* No line break */
		text-decoration:none;	/* No underline */
		color:#000000;	/* Black text color */
		
		height:16px;	/* 16 pixels height */
		line-height:16px;	/* 16 pixels height */
		padding:1px;	/* 1px of "air" inside */
		
		display:block;	/* Display as block - you shouldn't change this */
		background-image: url(http://www.conjoinedtwins.med.sa/new/images/glossyback.gif);
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10pt;
	}
	.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
		color:#FFF;	/* White text */
/*		background-color:#0000FF;	*//* Blue background */
		background-image: url(http://www.conjoinedtwins.med.sa/new/images/glossyback2.gif);
		background-repeat: repeat-x;		
	}
/* Entire pane */
	
	.dhtmlgoodies_xpPane{
/*		background-color:#5E92E7;/*7190e0;*/
		float:left;
/*		height:1200px;*/
/*		width:200px;*/
	}
	.dhtmlgoodies_xpPane .dhtmlgoodies_panel{
/*		margin-left:10px;
		margin-right:10px;
		margin-top:10px;	*/
	}
	.dhtmlgoodies_xpPane .panelContent{
		font-size:0.7em;
		background-image:url(http://www.conjoinedtwins.med.sa/new/images/bg_pane_right.gif);
		background-position:top left;/*right;*/
		background-repeat:repeat-y;
		border-left:1px solid #FFF;
		border-bottom:1px solid #FFF;	
		padding-left:2px;
		padding-right:2px;	
		overflow:hidden;
		position:relative;
		clear:both;
	}
	.dhtmlgoodies_xpPane .panelContent div{
		position:relative;
	}
	.dhtmlgoodies_xpPane .dhtmlgoodies_panel .topBar{
		background-image:url(http://www.conjoinedtwins.med.sa/new/images/bg_panel_top_right.gif);
		background-repeat:no-repeat;
		background-position:top right;
		height:25px;
		padding-right:5px;
		cursor:pointer;
		overflow:hidden;
		margin-bottom: 3px;
		margin-top: 3px;
	}
	.dhtmlgoodies_xpPane .dhtmlgoodies_panel .topBar span{
		line-height:25px;
		vertical-align:middle;
		font-family:arial;
		font-size:0.7em;
		color:#215DC6;
		font-weight:bold;
		float:left;
		padding-left:5px;
	}
	.dhtmlgoodies_xpPane .dhtmlgoodies_panel .topBar img{
		float:right;
		cursor:pointer;
	}
	.otherContent{	/* Normal text content */
		float:left;	/* Firefox - to avoid blank white space above panel */
/*		padding-left:10px;	*//* A little space at the left */
	}
	
/*** tab switch classes  *******/	
