
.sidebarTabs_divs{
	display: none;
	padding: 10px 10px;	
	background: #d0dce6 url(../../themes/gogreen/imgs/bg_tabs_div.png) repeat-x bottom;
}

.sidebarTabs_curr_div{
	display: block;
}

.sidebarTabs_titles{
	display:none;	
}

ul.sidebarTabs
	{
	margin:0px !important;
	padding: 8px 0px; 
	font-size: 11px;
	list-style-type: none !important;
	line-height:normal;
	text-align: ;
	display: block !important;
	background: url(../../themes/gogreen/imgs/bg_nav_off.png) repeat-x;
	position: relative;
	}

ul.sidebarTabs li
	{	
	display: inline;
	font-size: 11px;
	line-height:normal;
	background: none;
	padding: 8px 0px;
	margin: 0px;
	text-indent: 0px;
	}
  
ul.sidebarTabs li:before{
	content: none;	
}  
  	
ul.sidebarTabs li a
	{
	text-decoration: none;
	background: url(../../themes/gogreen/imgs/bg_nav_off.png) repeat-x;
	padding: 8px 15px ;
	color: #fff;
	outline:none;	
	cursor: pointer;
	display: inline;	
	}
	
ul.sidebarTabs li.sidebarTabs_curr a{
	background: url(../../themes/gogreen/imgs/bg_h3.png) repeat-x;
	color: #fff ;
	text-decoration: none;
	padding: 8px 15px ;
	}

ul.sidebarTabs li a:hover
	{
	color: #fff;
	background: url(../../themes/gogreen/imgs/bg_h3.png) repeat-x;
	text-decoration: none;	
	}
.widget_title { display: none; }

.title_sidebarTabs {
	line-height: 30px !important;
	background-color: #464646;
	margin: 0 0 0px 0 !important;
	padding: 0 0 0 0px !important;
	color: #0088cc !important;
	font-size: 1.2em !important;
}