@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#bg_header{ background-image:url(../new_images/bg_menu.jpg); background-repeat: repeat-x; width:100%; height:76px;}
#top_menu{ width:800px; height:66px; margin-top:10px;}

h1 {margin:0} h2 {margin:0} h3 {margin:0} h4 {margin:0} h5 {margin:0} h6 {margin:0}
p {}
img {
	border: none;
}
ul { margin-top:35px;}
/* Pages */

#pages {
	height: 69px;
	width: 800px;
}

#pages h2 {
	display: none;
}

#pages ul {
	display: block;
	width: 800px;
	height: 70px;
	margin: 0 auto;
	padding: 0;
}

#pages li {
	display: inline;
}

#pages a {
	display: block;
	float: left;
	width:114px;
	height: 40px;
	padding:30px 0 0 0;
	font-family:verdana;
	text-align: center;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
	color: #D9DECA;
}

#pages a:hover {
	color: #F4F4EA;
	background-image:url(../new_images/button.jpg);
	background-repeat:repeat-x;
}
#atas {background-image: url(../images/bg_up.jpg); background-repeat:repeat-x; height:70px;}
#no_active {
	display: block;
	float: left;
	width:130px;
	height: 70px;
	padding: 30px 0 0 0;
	font-family:verdana;
	background-image:url(../new_images/button.jpg);
	background-repeat:no-repeat;
	text-align: center;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
	color: #333333;
}
