.nav_tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	width: 480px;
	height: 32px;
	background: url(../images/tablibg.png) repeat-x bottom;
}
.nav_tabs li {
	float: left;
     min-width: 96px; /* be nice to Opera */
	width: 96px;
	height: 28px;
	line-height: 28px;
	padding: 0;
	display: block;
    padding: 0;
	margin: 0;
    background: url(../images/tab.png) no-repeat;
	overflow: hidden;
}

.nav_tabs li a {
	float: left;
  
    min-width: 96px; /* be nice to Opera */
	width: 96px;
	height: 28px;
	line-height: 28px;
	padding: 0;
	display: block;
     padding: 0;
	margin: 0;
	width: 96px;
	height: 28px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	color: #000000;
}

.nav_tabs li a:hover {
	

	 background: url(../images/tabselected.png) no-repeat;
	color: #ffffff;
text-decoration: none;
	
	
}	
.nav_tabs li.active a, .nav_tabs li.active a:hover  {
 width: 96px; /* IE 6 treats width as min-width */
    min-width: 96px;
    height: 28px; /* IE 6 treats height as min-height */
    min-height: 28px;
    padding-top: 0px;
    padding-right: 0;
	line-height: 28px;
	background: none;
	min-width: 96px; /* be nice to Opera */
	color: #ffffff;
	width: 96px;
	height: 28px;
}

ul.nav_tabs li.active   {
 width: 96px; /* IE 6 treats width as min-width */
    min-width: 96px;
    height: 28px; /* IE 6 treats height as min-height */
    min-height: 28px;
    padding-top: 0px;
    padding-right: 0;
	line-height: 28px;
	 background: url(../images/tabselected.png) no-repeat;
	min-width: 97px; /* be nice to Opera */
	color: #ffffff;
	width: 96px;
	height: 28px;
}



/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}
 .ui-tabs-hide {
        display: none;
    }
/* Skin */
#tabs .ui-tabs-nav, #tabs .ui-tabs-panel {
  /*  font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif; */
    font-size: 12px;
	width: 440px;
	margin: 0;
	float: left;
	margin-left: 20px;
	padding-bottom: 15px;
	padding-top: 5px;
}
#tabs .ui-tabs-nav {
  display: inline;
  width: 480px;
  margin: 0;
}
#tabs ul {
	
	width: 480px;
	float: left;
	clear: both;
	
}


#tabs .ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 0px;
}
#tabs .ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
#tabs .ui-tabs-nav li {
    float: left;
    margin: 0 0px 0 0px;
    min-width: 96px; /* be nice to Opera */
	height: 28px;
	line-height: 28px;
	padding: 0;
	
	
}



#tabs .ui-tabs-nav .ui-tabs-selected a, #tabs .ui-tabs-nav a:hover, #tabs .ui-tabs-nav a:focus, #tabs .ui-tabs-nav a:active {
    background: url(../images/tabselected.png) no-repeat;
	color: #ffffff;
	padding-bottom: 11px;
}




#tabs .ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}

#tabs .ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html #tabs .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

#tabs {
	position: relative;
	left: -20px;
	margin-top: 15px;
	float: left;
	clear: both;
	
	
}
