﻿@charset "utf-8";
/* CSS Document */

.cnt-menu {
	height: 33px;
	width: 642px;
	margin-right: auto;
	margin-left: auto;
	display:inline;
	text-align: center;
}
.cnt-menu  ol{
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.cnt-menu li {
	background-image: url(images/index_50.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	height: 33px;
	width: 143px;
	font-size: 14px;
	font-weight: bold;
	color: #949494;
	line-height: 33px;
	list-style-type: none;
	cursor: hand;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
}
li.cnt-menu-on {
	background-image: url(images/index_49.gif);
	background-repeat: repeat;
	background-position: center top;
	float: left;
	height: 33px;
	width: 143px;
	font-size: 14px;
	font-weight: bold;
	color: #414d5b;
	line-height: 33px;
	display:inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.cnt-cnt {
	background-repeat: no-repeat;
	background-position: center top;
	height: auto;
	width: 642px;
	margin-right: auto;
	margin-left: auto;
}

