﻿body {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color: #EDEDED;
}

#container {
	margin: auto;
	width: 490px;
}

#header {
	background-image: url();
	background-repeat: no-repeat;
	height: 42px;
	width: 490px;
	margin-bottom: 20px;
}

#button {
	height: 0px;
	width: 0px;
	margin: auto;
	position: relative;
}
#text {
	height: 100px;
	width: 100px;
	margin: auto;
	position: relative;
	text-align: center;
	line-height: 16px;
}

#aut{
	height: 0px;
	width: 0px;
	margin: auto;
	position: relative;
	line-height: 16px;
}

li {
	margin:0; 
	padding:0; 
	list-style:none;
}

ul {
	margin:0; 
	padding:0; 
	list-style:none;
}

.menu_class {
	border:0px solid #1c1c1c;
}

.the_menu {
	display:none;
	width: 297px;
	border: 0px solid #1c1c1c;
}

.the_menu li {
	background-color: #EEEEEE;
	font-weight:bold;
	color: #313B90;
}

.the_menu li a {
	color:#333333; 
	text-decoration:none; 
	padding:10px; 
	display:block;
}

.the_menu li a:hover {
	padding:11px;
	font-weight:bold;
	color: #FFFFFF;
	background-color: #AC2B1F;
}
