﻿/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */
.body {
	margin:auto;
}
.header {
	width:756px;
}
.menu {
	width: 100%;
	float: left;
}
.menu-ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 151px;
	float: left;
}
.menu a {
	color: #000;
	background: #efefef;
	text-decoration: none;
	border:0px;
}

.menu a:hover {
	color: #a00;
	background: #fff;
}
.menu a, .menu h2 {
	font: bold 11px/16px arial, helvetica, sans-serif;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0;
	padding: 2px 3px;
	text-align:center;
}

.menu h2 {
	color: #fff;
	background: #000;
	text-transform: uppercase;
}
.menu li {
	position: relative;
}
.sub-menu-ul {
	position: absolute;
	z-index: 500;
	display: none;
}
.menu ul li:hover ul {
	display: block;
}
.hover {
	list-style:none;
	margin: 0;
	padding: 0;
	width:151px;
	float:left;
	right:40px;
}
.wrapper {
	display:table;
	margin:auto;
	width:756px;
}
.main {
	
}
.footer {
	height:62px;	
}
.footer img {
	float:right;
}