.tabs {
	position:relative; 
	height: 20px; 
	margin: 0; 
	padding: 0; 
	text-align: right;
	width: 175px;
	_overflow: hidden;
}
.tabs li {
	display:inline;
}
.tabs a {
	height: 16px; 
	background: #ddd; 
	position:relative; 
	padding: 3px 5px;
	font-size : 11px; 
	color : #333; 
	font-family : "Lucida Grande", Verdana, arial, helvetica, sans-serif; 
	text-decoration : none; 
	border: 1px solid #ccc;
	line-height: 21px;
	_line-height: 15px;
}
.tabs a.tab-visited {
	background-color:#6898d0; 
	font-size : 11px; 
	color : #ececec; 
	text-decoration : none; 
}
.tabs a:hover {
	background-color:#bbb; 
	color : #000; 
	text-decoration : none; 
}  
.tabs a.tab-active {
	background-color:#ececec; 
	border-bottom: 1px dashed #eee;
	color : #000; 
	text-decoration : none; 
}
.tab-panes { 
	width: 180px;
	height: 360px;
	margin: 0px;
} 
.divtabs {
	border-top: 1px solid #bbb; 
	font-size : 11px; 
	font-weight : normal; 
	color : #2a2a2a; 
	font-family : "Lucida Grande", Verdana, arial, helvetica, sans-serif; 
	height: 360px;
}

/* Navigation Buttons */
ul.navlist, ul.navlist li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
}
ul.navlist a, ul.navlist a.tab-disabled {
	display: block;
	padding: 5px;
	background-color: #ececec;
	border-bottom: 1px solid #ccc;
}

ul.navlist a, ul.navlist a.tab-disabled, ul.navlist a:link, ul.navlist a:visited {
	color: #333;
	text-decoration: none;
	_margin-bottom: -12px;
}

ul.navlist a:hover {
	background-color: #f9f9f9;
	color: #000;
}
ul.navlist a.tab-active {
	background-color:#fff; 
	color : #000; 
	text-decoration : none; 
	font-weight: bold;
}

