.indentmenu{
	font: bold 11px verdana;
	width: 100%; /*leave this value as is in most cases*/
	border-bottom:1px solid #ececec;
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	/* width: 80%; width of menu*/
	border-top: 0px solid navy; /*navy border*/
	/*background: black url(http://www.images.Nooresunnat.com/indentbg_b.gif) center center repeat-x;*/
	background: black url(http://www.images.Nooresunnat.com/nav_bg_hover.gif) center ;
}

.indentmenu ul li{
	display: inline;
}

.indentmenu ul li a{
	float: left;
	color: #000; /*text color*/
	padding: 5px 19px;
	text-decoration: none;
	border-right: 1px solid #e2e2e1; /*navy divider between menu items*/
}

.indentmenu ul li a:visited{
	color: #000;
}

.indentmenu ul li a.selected{
	color: #ECC40A !important;
	padding-top: 6px; /*shift text down 1px*/
	padding-bottom: 4px;
	/*background: black url(http://www.images.Nooresunnat.com/hakeemAkthar_bg.gif) center center repeat-x;*/
	background-color:#383838;

}

.tabcontentstyle{ /*style of tab content oontainer*/
	border: 1px solid gray;
	width: 450px;
	margin-bottom: 1em;
	padding: 10px;
}

.tabcontent{
	display:none;
}

@media print {
.tabcontent {
	display:block !important;
}
}
