.tab_container {  margin: 0px;}
.tab_content {height: 340px; padding: 0px; margin: 0px; background-image: url(bg2.png); background-repeat: repeat; background-position: left top; }
#tabsection {background-image: url(tabsection.png); background-repeat: no-repeat; background-position: 26px -44px; width: 100%; height: 100%; position: absolute; top: 66px; }


ul.tabs { margin: 0; font-family:Georgia, "Times New Roman", Times, serif; font-weight: lighter; font-style:italic; font-size: 18px; padding: 0; float: left;
	height: 48px; /*--tab height--*/
	width: 100%; margin-bottom: 18px; list-style: none;}
	
ul.tabs li { float: left; margin-right: 18px; padding: 0; height: 47px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 47px; /*--Vertically aligns the text within the tab--*/
	border: 4px #81998d solid; text-align:center; color: #ccc; background-color:#333; 
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden; position: relative;}
	
ul.tabs li a { text-decoration: none; color: #ccc; display: block; font-weight: lighter; padding: 0 39px; outline: none;}

ul.tabs li a:hover {color: #000; background-color:#abbfb5; border: 0px #c9ded4 solid; text-decoration: none; text-shadow: 0px 1px 0px #ccc;}
html ul.tabs li.active { background-image: url(tabactive.png); background-repeat: no-repeat; background-position: center 0px;}
html ul.tabs li.active a:hover {text-shadow: 0px 1px 0px #ccc; color: #000; background-color:#abbfb5; border: 0px #c9ded4 solid;}

.linkpdf{margin:0px; padding:0px; width:auto; position: absolute; left: 726px; top:0px;}


ul.pdf { margin: 0; font-family:Georgia, "Times New Roman", Times, serif; font-weight: lighter; font-style:italic; font-size: 18px; padding: 0; float: left;
	height: 48px; /*--tab height--*/
	width: 100%; margin-bottom: 18px; list-style: none;}
	
ul.pdf li { float: left; margin-right: 18px; padding: 0; height: 47px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 47px; /*--Vertically aligns the text within the tab--*/
	border: 4px #c9ded4 solid; text-align:center; color: #ccc; background-color:#abbfb5; 
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden; position: relative;}
	
ul.pdf li a { text-decoration: none; text-shadow: 0px 1px 0px #ccc; color: #000; display: block; font-weight: lighter; padding: 0 10px; outline: none; }

ul.pdf li a:hover {color: #ccc; background-color:#333; border: 0px #c9ded4 solid; text-decoration: none; text-shadow: 0px 0px 0px #ccc; }
