.menu_href a,.menu_href a:visited {
	color: #004499;
	font-decoration: underline;
}
.menu_href a:hover {
	color: red;
	text-decoration: underline;
}
.menu_href {
	font-size: 125%;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0.2em;
	padding: 0;
}
table.main td.left p {
	margin-left: 14px;
}
table.main td.left p.title {
	margin-left: 0;
	padding-left: 14px;
}
table.main td.left h2 {
	margin-left: 0;
	padding-left: 14px;
}
table.main td.left p.text {
	margin-top: 0;
	margin-bottom: 1em;
}
table.main td.left {
	width: 35%;
	padding-right: 1em;
	background-image: url("/img/dash.gif");
	background-repeat: repeat-y;
	background-position: right top;
}
/*table.main td.center {
	width: 35%;
	padding-left: 1em;
	padding-right: 1em;
}*/
table.main td.right {
	width: 65%;
	text-align: left;
	padding-left: 1em;
	/*background-image: url("/img/dash.gif");
	background-repeat: repeat-y;
	background-position: left top;*/
}
table.main td.bottom {
	background-image: url("/img/dash_h.gif");
	background-repeat: repeat-x;
	background-position: right top;
	font-size: 100%;
}
div.menu_container {
	border-top: 8px solid #FF8080;
	margin-top: 8px;
	padding-top: 8px;
	padding-right: 8px;
	border-bottom: 8px solid #FFD0D0;
	margin-bottom: 6px;
	padding-bottom: 0;
	background-color: #FFF0F0;
}



/* Список игр */
ul.games_areas {
	margin: 0 0 0 -0.2em;
	padding: 0;
}
ul.games_areas li {
	line-height: 1.2em;
	display: block;
	float: left;
	padding: 0 0.2em 0 0.2em;
	width: auto;
	color: gray;
	font-size: 140%;
}
ul.games_areas li.current {
	font-weight: normal;
	color: black;
}
ul.games_areas li.current a,ul.games_areas li.current a:visited {
	color: black;
}
ul.games_areas li.current a:hover {
	color: red;
}
