/* Tabbed sidebar menu @ http://wp-mix.com/tabbed-sidebar-menu-jquery/ */
ul.tabs {float: none;text-align:center;background:#3E4095;	margin: 0; padding:0;font-size: 14px;padding:0px important;	width: 100%;background:#3E4095;}
ul.tabs li {list-style: none;margin: 0;	display: inline-block;	width: 33%;	background: #154c88;border-right: 1px solid #FFFFFF;padding: 5px 0;	}
ul.tabs li a {  color: #fff; }
ul.tabs li:first-child {background: #09407c;width: 31%;}
ul.tabs li:last-child {	background: #225995;border-right: none;} 
html ul.tabs li a:hover, html ul.tabs li.active a { color:#DFDFDF;}
.tab_container {border: 2px solid #3e4095;	padding: 5px 0;	border-top: none; height:300px; overflow:hidden;}
.tab_content { max-height:295px;min-height:295px; overflow:auto; padding:5px 5px 5px 25px; }
.tab_content ul { margin: 0; padding: 0; list-style: none; }
.tab_content li { margin: 3px 0; }
.tab-clear {clear:both;}
.radius15,  ul.tabs li:last-child{-moz-border-radius: 0 15px 0 15px; -webkit-border-radius: 0 15px 0 0;	border-radius: 0 15px 0 0;	behavior: url(border-radius.htc); }



 