.links{
	font-size:95%;
}
.links a {
	font-size:95%;
}
.links a:hover  {
	font-size:97%;
}


#tabs {
	float:left;
	width:660px;
	background:transparent;
	line-height:normal;
	height: 35px;
	position: absolute;
	display: block;
	margin-left: 65px;
	left: 6px;
	top: 113px;
}
#tabs ul {
	margin:0;
	padding:3px 20px 0px 60px;
	list-style:none;
      }
	  
ul#tabs ul.tabs li a:hover,
ul#tabs ul.tabs li a.selected {
		background: url(images/menu_strip_over.gif) repeat-x left bottom;
		color: #000;
}

ul#tabs li.active ul.subtabs {
		display: block;
	}
		
#tabs li {
	display:inline;
	padding:0px;
      }
#tabs a{
	float:left;
	margin:8px;
	padding:0 0 0px 2px;
	text-decoration:none;
	background-image: url(../../images/tabs/left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 8px;
      }
	  
ul#tabs a li a:active{
	background-image: url(../../images/tabs/left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

ul#tabs a span li a:active{
	background-image: url(../../images/tabs/right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
	  
#tabs a:current {font-weight: bold;}

#tabs a span {
	float:left;
	display:block;
	padding:2px 32px 6px 24px;
	color:#FFF;
	background-image: url(../../images/tabs/right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
      }
	  
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
    /* End IE5-Mac hack */
#tabs a:hover span {
      color:#FFF;
      }
#tabs a:hover  {
		background-position:0% -20px;
      }
#tabs a:hover span {
	background-position:100% -20px;
	font-size: 95%;
      }

#tabs #current a {
		background-position:0% -42px;
      }
#tabs #current a span {
		background-position:100% -42px;
      }
/*#tabs ul .active-link span{
	background-repeat: no-repeat;
	background-position: 100% -15px;
	background-image: url(../../images/tabs/active3.gif);
	position: relative;
	display: block;
	margin-left: -2px;
	color: #FFF;
}
#tabs ul .active-link {
	background-color: #009FE1;
	background-repeat: no-repeat;
	background-image:  url(../../images/tabs/active3.gif);
	background-position: 0px -100px;
}
#tabs a ul .active-link{
	float:left;
	margin:8px;
	padding:0 0 0px 5px;
	text-decoration:none;
	background-image: url(../../images/tabs/left.gif);
	background-repeat: no-repeat;
	background-position: 100% -25px;
	margin-top: 8px;
}*/
