/* Tabber */
#sidebar #tabber {
	margin:0;
	padding:0;
	background: #234 url("../images/nav.gif") repeat-x scroll center 0;
	border: 1px solid #678;
	border-bottom: 5px solid #678;
	text-align: center;
	}
#sidebar #tabber li {	
	margin:0;
	padding: 5px 10px 10px;
	background: #fff;
	position: relative;
	border: none;
	}
#sidebar #tabber li li {	
	margin: 0;
	padding: 3px 0;
	background: none;
	border-bottom: 1px dotted #ddd;
	}
#sidebar #tabber ul {
	margin:0;
	background: none;
	border: none;
	text-align:justify;
	}
#sidebar #tabber .tablist {
	color: #345;
	border-top:1px solid #778899;
	position: relative;
	display: block;
	background: #FFF url("../images/bg_content.gif") repeat-x scroll center -2px;
	}
* html #sidebar #tabber .tablist {
	display: inline-block;
	}
*:first-child+html #sidebar #tabber .tablist {
	display: inline-block;
	}
#sidebar #tabber .tablist a {
	background:url(../images/bullet.gif) no-repeat; 
	padding-left:18px;
	color: #222;
	font-style: normal;
	font-size: 12px;
	}
#sidebar #tabber .tablist a:hover {
	color: #8F0000;
	}
#sidebar #tabber .tabber-title { 
	font-family: Verdana, Arial,sans-serif; 
	color:#EEE; 
	font-weight:none;
	-moz-border-radius: 1px;
	margin: 0;
	padding:9px;
	font-size: 13px;
	font-weight: normal;
	text-transform: none;
	display:inline; height:27px; line-height:28px;
	}
/*
#sidebar #tabber .active{
	border-bottom: 4px solid #FFFFFF;
}*/
#sidebar #tabber .active{ background:url(../images/navactive.gif) repeat-x center center; color:#FFF;/*-moz-border-radius:5px;*/}

#sidebar #tabber .tabber-title:hover { background:url(../images/navactive.gif) repeat-x center center;/*-moz-border-radius:5px;*/ color:#FFF; text-decoration:none; /*opacity:0.6; filter:Alpha(Opacity=60);text-shadow:1px 1px 1px #000;*/}
	/*background: #fff;*
	}*/
