#tabMenu {margin:0;padding:0;list-style:none;}

.tab {
	height:73px;
	width:314px;
	cursor:pointer;
	cursor:hand;
	background:url(images/news-rot.png) no-repeat;
	background-position:0 -73px;
	color:#c0e163;
	font-family:Arial, tahoma, verdana;
	font-size:13px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
}
.tab a:link, .tab a:visited, .tab a:active {
	color:#c0e163;
	text-decoration: none;
	outline:none;
}
.tab a:hover {
	color:#f3fb47;
	text-decoration: underline;
	outline:none;
}
.tab span{color:#FFFFFF; }
.tab p{margin:0}
.tab div{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

li.mouseout {background-position:0 -73px; color:#c0e163}
li.mouseover {background-position:0 0; color:#f3fb47}
li.selected {background-position:0 0; color:#f3fb47}

.box {
	width: 660px;
	padding-top: 25px;
}
.boxBody {
	width:320px;
	float:left;
	padding-left: 1px;
}

.boxBody .slide {
	display:none;
	width: 319px;
	height: 223px;
	overflow: hidden;
}
.boxBody div.show {display:block;}
