@charset "UTF-8";
@import "../../css/common.css";

/* ---------------------------------------------------------
	CSS Document Menu
--------------------------------------------------------- */

#header {
	background: url(../images/header.jpg) no-repeat 0 0;
}

#menu h3 {
	width: 530px;
	height: 28px;
	overflow: hidden;
	background: url(../images/menu.jpg) no-repeat 0 0;
	text-align: left;
	text-indent: -9999px;
}

#menu p {
	margin-top: 10px;
	letter-spacing: 2px;
}

#menu ul {
	width: 560px;
	margin-top: 20px;
}

#menu li {
	float: left;
	width: 110px;
	min-height: 160px;
	margin-right: 30px;
	padding-bottom: 20px;
	line-height: 120%;
	list-style: none;
}

#menu li:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

#menu li img {
	margin-bottom: 5px;
}

* html #menu li {
	height: 180px;
	overflow: bisivle;
}

#menu a {
	text-decoration: underline;
	color: #7B5AA1;
}

#menu a:hover {
	text-decoration: underline;
	color: #fff;
}

