﻿
	ul.topnav li{ list-style-type:none;display:inline; padding:5px 10px 5px 10px; float: left;}

.tabs {
	border-bottom: 1px #dddddd solid;
	height: 1%; /* fixing IE 6 */;
	/*margin: 0 0 0 10px;*/
	min-height: auto;
	overflow: auto;
}
.tabs li {
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;

  /* border:1px solid #ccc;*/
  border-bottom:none;
  float:left;
  /*line-height:1.5; */
  list-style-type:none;
 /* margin:0 .25em 0 0;*/
  padding:0;
}
.tabs li a { 
  border-bottom:none;
  cursor:pointer;
  display:block;
  float:left;
  font-weight:bold;
  /*padding:.15em .33em .25em .33em;*/
  padding:6px;
}

.tabs li a.selected { 
  border-bottom:none;
  cursor:default;
}

.tabs li a, .tabs li a:focus, .tabs li a:hover { 
  text-decoration:none;
}

.tabs li a:focus, .tabs li a:hover { 
  outline:none;
}

.tabs li a.selected:focus, .tabs li a.selected:hover { 

}	

.tabs li.label { 
	border:none;
	font-weight:bold;
	line-height:1.5; 
	margin-right:.5em; 
	padding:.25em .33em .25em .33em;
}
