

#abouttabs  {
      position:static;
left:0px;
top:32px;
width:1100px;
height:5px }


 
#abouttabs ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
	display: inline ;
}
 
#abouttabs ul li {
	margin: 0 ;
	padding: 0 ;
	display: inline ;
	text-align: center ;
	list-style: none ;
	font-family: Times, serif ;
}


#abouttabs li a {
	color: #FFFFFF ;
	background-color: #0196FF;
	border: 1px outset #0196FF ;
	padding: 6px ;
	text-decoration: none ;
	display: inline ;
}

#abouttabs a:hover
{
background-color: #0196FF;
color: #000;
}

 hr {
        noshade;
        color:#0196FF;
        position:absolute;
        left:59px;
        top:278px;
        width:1100px;  
        height:5px;
}

