@charset "UTF-8";
/* CSS Document */

#tabs {
display:block;
padding:25px 0px 0px 0px;
margin:0px;
}
	
#tabs ul {
float: left;
margin:0px;
padding:0px;
}
	
#tabs li {
margin-right: 8px;
list-style: none;
}
	
* html #tabs li {
display: inline; /* ie6 double float margin bug */
}
	
#tabs li,
#tabs li a {
float: left;
}
	
#tabs ul li a {
font-size:12px;
font-weight:bold;
font-style:normal;
color:#808080;
margin-right:15px;
text-decoration:none;
}
	
#tabs ul li a:hover {
font-size:12px;
color:#666666;
text-decoration:none;
border:none;
}	
	
#tabs #active {
font-size:12px;
font-weight:bold;
color:#333333;
margin-right:15px;
text-decoration:none;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #333333;
}
	
#tabs #active a {
font-size:12px;
font-weight:bold;
color:#333333;
margin-right:15px;
text-decoration:none;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #333333;
}