.tabs {
	position:relative; 
	height: 20px; 
	margin: 0; 
	padding: 0; 
	background:url("../images/tabs_bar_off.gif") repeat-x; 
	overflow:hidden;
}

.tabs li {
	display:inline;
}
.tabs a:hover {
	background:#FFFFFF url("../images/tabs_bar_on.gif") repeat-x; 
	border-right: 1px solid #CCCCCC;
	font-weight:normal;
}
.tabs a.tab-active, .tabs a:hover.tab-active  {
	background:#FFFFFF url("../images/tabs_bar_on.gif") repeat-x; 
	border-right: 1px solid #CCCCCC;
	font-weight:bold;
} 
.tabs a  {
	height: 20px; 
	font-size:11px;
	font-weight:normal;
    position:relative; 
    padding:3px 10px 6px 10px; 
    margin: 0px -4px 0px 0px; 
    color:#006599;
    text-decoration:none;
    /* border-left:1px solid #fff; */
    border-right:1px solid #CCCCCC;
}
.tab-container {
	background: #FFFFFF; 
	border:1px solid #CCCCCC;
}
.tab-panes { 
	margin: 10px 10px 5px 10px;
}
.tab-panes .pane {
	width:348px; /*overridden in html code, ie brakes if 100%*/
	height: 180px;
	overflow: hidden;
	border: 0px solid #FF0000;
}
