/*
#maintab{
	padding: 3px;
	margin-left: 0;
	margin-bottom: 0;
	font: bold 12px Verdana;
	list-style-type: none;

}

#maintab li
{
	display: inline; 
	padding: 3px 0 20px 14px;
	background: url(images/tabstrip/tab-n-left-tr.png) top left no-repeat;
	margin-left:15px;
	
}

#maintab li a
{
	padding: 3px 20px 20px 0; 
	text-decoration: none;
	background: url(images/tabstrip/tab-n-right-tr.png) top right no-repeat;
	color:Black;

	
}

#maintab li a:hover{
	color: #50ad9a;
	background: url(images/tabstrip/tab-n-right-tr.png) top right no-repeat;
}



#maintab li.selected a{ 
background-color: #EFFADC;
border-color: navy;
}

*/

  #maintab {

/*
	float:left;
	width:100%;*/


	list-style-type: none;
    font: bold 12px Verdana;
    line-height:normal;
	/*padding-left: 3px;*/
	margin: 0 0 0 -40px; 
	/*width:980px;*/



    }
    
  #maintab ul {
    margin:0;
    padding:10px 10px 0;
    list-style:none;
    }
    
    
 #maintab li {
    float:left;
    background:url(images/tabstrip/tab-n-left-tr.png)  no-repeat left top;
    margin:0;
    padding:0 0 0 9px;
    margin-right:15px;
    color:Black;
    }
    
    
  #maintab a {
    display:block;
    text-decoration: none;
    background:url(images/tabstrip/tab-n-right-tr.png) top right no-repeat;
    padding: 5px 20px 20px 7px; 
    color:Black;
    }
        
	#maintab li a:hover{
		color: #50ad9a;
		background: url(images/tabstrip/tab-n-right-tr.png) top right no-repeat;
	}
#maintab li a:hover{
	color: #50ad9a;
	background: url(images/tabstrip/tab-n-right-tr.png) top right no-repeat;
}



#maintab li.selected a{ 
background-color: #EFFADC;
border-color: navy;
}
    


