#page-wrap							{ width:700px; margin:0px 0 0 0 auto; clear:both; }


.ui-tabs 							{ zoom: 1; }
.ui-tabs .ui-tabs-nav 				{ list-style: none; position: relative; padding: 0px 0px 0;
									  top: 1px; z-index: 1000; height: 10px; background-color:#000000; }
.ui-tabs .ui-tabs-nav li 			{
	position: relative;
	float: left;
	border-bottom-width: 0 !important;
	margin: 2px 1px 0px 0;
	font-size:13px;
	background-color:#000000;
	background-image:url(../images/yellow.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:150px;
	text-align:center;
	visibility: inherit;
}
.ui-tabs .ui-tabs-nav li a 			{ text-decoration: none; padding: 1px 15px; color: #000; font-weight:bold; text-align:center;}
.ui-tabs .ui-tabs-nav 
li.ui-tabs-selected 				{ padding-bottom: 10px; border-bottom-width: 0; background: black; background-image:url(../images/q1.gif); background-repeat:no-repeat; background-position:center; color: #fff; font-weight:bold;}

.ui-tabs .ui-tabs-panel 			{ display: block; border-width: 0; background: none; text-align: justify; padding:25px 15px 10px 5px;
									  border: 1px solid #FFCC00; position: relative; min-height: 200px; height: auto !important; height: 200px; }
.ui-tabs .ui-tabs-hide 				{ display: none !important; }

