.tabs-menu {
	width: 766px;
	background-color: #5a5153;
	height:23px;
	margin-bottom:10px;
}

.tabs-menu-right {
	float:right;
	width:200px;
	color:#fff;
	padding:3px 7px 0;
	text-align:right;
}

.tabs-menu-right span {
	font-weight:bolder;
}

.tabs-menu-left {
	float:left;
	width:200px;
}

#tabs-right {
  float: left;
  width: 766px;
}

#tabs h2 {
    width: 151px;
    background-color: #5a5153;
    height: 23px;
    color: #FFFFFF;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 23px;
    padding-left: 8px;
}

#tabs-left {
	float: left;
	width: 159px;
	margin-right: 10px;
}

#tabs {
	clear: both;
	float: left;
	width: 100%;
}

#tabs-left ul {
  padding: 10px;
  border: 1px #18bae8 solid;
  margin-top: 4px;
  margin-bottom: 20px;
  width: 137px;	
}

#tabs-left span {
	color: #18bae8;
}

#tabs-left li {
	list-style: none;
	margin-bottom: 0px;
}

* html #tabs li {
	list-style: none;
	display: block;
}
#tabs li, #tabs li a {
  display: block;
	outline-style:none;
	outline-width:0;  
}
#tabs ul li.active {
	background:url("../img/list.gif") no-repeat 4px 8px;
}
#tabs ul li.active a {
	display: block;
	margin: 0;
	color:#18bae8;
	padding: 7px;
	margin-left:6px;
}

.newstab {
}

.newstab h3 {
	color:#18bae8;
	margin-bottom: 15px;
	font-size:12px;
	font-weight:bolder;
}
.newstab p {
  margin-bottom: 0px;
	font-size:12px;
}

.newstab li {
	border-bottom:1px solid #eee;
	margin-bottom:15px;
	padding-bottom:15px;
}


.news-title a {
	color:#18bae8;
	text-decoration:none;
}


#tabs ul li a {
	text-decoration: none;
	padding: 8px;
	color: #000;
}
