.mainMenu {
	list-style:none;
	padding:80px 0 0 0; 
	margin:0;
	}

.mainMenu li {
	display:block;
	height:28px;
	margin-left:-120px;
	width:260px;
	background:url(../img/bg_menu.png) no-repeat;
	background-position:right;
	outline:none;	

}	

.mainMenu li:hover, .mainMenu li.current  {
	background:url(../img/bg_menu_a.png) no-repeat;
	background-position:right;
	outline:none;	
}

.mainMenu a {
	display:block;
	height:28px;
	color:#000000;
	font:12px Arial;
	font-weight:bold;
	padding-top:4px;
	outline:none;	
	text-align:center	
}	

.mainMenu li.current a {color:#fff}

.mainMenu a:hover{
	color:#990000;
	text-decoration:none;
	outline:none;	
	
}

.leftColumn, .rightColumn, .centerColumn  {margin-top:-30px;}

.leftColumn {
	float:left;
	width:260px;
	height:860px;
	border-right: solid 1px #cfcfcf;
}

.centerColumn {
	float:left;
	width:400px;
	height:820px;
	border-right: solid 1px #ababab;
	padding:10px;
}

.rightColumn {
	float:left;
	width:260px;
	height:820px;
	padding-top:40px;
	border-left: solid 1px #cecece;
}

.releases {
	font-size:12px;
	overflow:auto
	
}
