.indentmenu{
			width: 100%;
			height: 19px;
}

.indentmenu ul{
			margin: 0;
			padding: 0;
			float: left;
}

.indentmenu ul li{
			display: inline;
}

.indentmenu ul li a{
			float: left;
			margin: 2px;
			margin-top: 4px;
			display:block;
			width: 10px;
			height: 10px;
			background-image:url(bullet.png);
			background-repeat: no-repeat;
}

.indentmenu ul li a:visited{
			display:block;
			width: 10px;
			height: 10px;
			background-image:url(bullet.png);
			background-repeat: no-repeat;
}

.indentmenu ul li a.selected{
			color: white !important;
			display:block;
			width: 10px;
			height: 10px;
			background-image:url(bullet_selected.png);
			background-repeat: no-repeat;
}


.tabcontentstyle{ /*style of tab content oontainer*/
}

.tabcontent{
			display:none;
			width: 631px;
			height: 288px;
			background-color: red;
			color: #fff;		
			}

.fb_title	{
			font-family: Georgia;
			font-size: 14px;
			}
			
.fb_content	{
			font-family: Tahoma;
			font-size: 11px;
			}
			
.tabcontent a, .tabcontent a:visited{
			font-family: Tahoma;
			font-size: 11px;
			font-weight: bold;
			color: #fff;
			}						
			
.tabcontent a:hover{
			text-decoration: none;
			}									

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