@charset "UTF-8";

#leftcolumn{
	float:left;
	width: 275px;
	text-decoration: none;
	padding-top: 7px;
	font-size: 11px;
}

#leftcolumn a{
	padding: 7px;
	display: block;
	width: 261px;
	text-decoration: none;
	background-image: url(../images/layout/back_services.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 81px;
	margin-bottom: 2px;
}

#leftcolumn a:hover{
	text-align: left;
	padding: 7px;
	background-image: url(../images/layout/back_services+.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 81px;
	width: 261px;
	margin-bottom: 2px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#rightcolumn{
	float:left;
	width:580px;
	min-height: 400px;
}
#rightcolumn_overflow {
	float:left;
	width:580px;
	min-height: 400px;
	overflow: auto;
	height: 380px;
}

* html #rightcolumn{ /*IE only style*/
}
#leftcolumn_tcs {
	float:left;
	text-decoration: none;
	width: 261px;
}
#leftcolumn_tcs a {
	padding: 7px;
	display: block;
	text-decoration: none;
	background-image: url(../images/layout/back_tabH.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#leftcolumn_tcs a:hover {
	color: #666666;
	text-align: left;
	padding: 7px;
	background-image: url(../images/layout/back_tab+.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
