<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.shadetabs{
	border-bottom: 1px solid gray;
	/* width: 90%; width of menu. Uncomment to change to a specific width */
	margin-bottom: 1em;
	float: left;
	width: 400px;
}

.shadetabs ul{
	padding: 4px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 7px;
	/*font: bold 12px Arial;*/
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
	display: inline;
	margin: 0;
}

.shadetabs li a{
	border-top:3px solid #cccccc;
	padding: 7px 20px;
	margin-right: 0px;
	margin-left: 5px;
	color: #015bb0;
	/*font-weight: bold;*/
	background: #f3f3f3;

	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background: #ffffff;
}

/*.shadetabs li a:visited{
	color: #666666;
}
*/
.shadetabs li a:hover{
	text-decoration: underline;
	color: #00ffcc;
	/*background-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
*/}

.shadetabs li.selected{
	position: relative;
	top: 1px;
	font-weight: bold;
}

.shadetabs li.selected a{ /*selected main tab style */
	background-color: #dddddd;
	color: #000000;
	border-top:3px solid #7dedd8;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #dddddd;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
}

/*---------- home feature listing tabs by noor ----------------------------*/

.homeshadetabs{
	float: left;
	width: 400px;
}

.homeshadetabs ul{
	padding: 4px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0px;
	/*font: bold 12px Arial;*/
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.homeshadetabs li{
	display: inline;
	margin: 0;
}

.homeshadetabs li a{
	padding: 8px 20px;
	margin-right: 0px;
	margin-left: 0px;
	border: 0px solid #f1f1f1;
	color: #ad0013;
	/*font-weight: bold;*/
	background: #f3f3f3;
}


.homeshadetabs li a:hover{
	text-decoration: underline;
	color: #000000;
	/*background-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
*/}

.homeshadetabs li.selected{
	position: relative;
	top: 1px;
	font-weight: bold;
}

.homeshadetabs li.selected a{ /*selected main tab style */
	background-color: #e6e6e6;
	color: #000000;
	border-bottom-color: e6e6e6;
}

.homeshadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}
/*---------- home feature listing tabs by noor end ----------------------------*/
</style>