#menu dl, #menu dt, #menu dd, #menu ul, #menu li	{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu	{
	position: absolute;
	left: 0;
	z-index: 100;
	margin-left: 0.5%;
	margin-top: 3px;
	width: 100%; /* To fix Opera bug */
	padding: 0;
}

* html #menu	{
	text-align: center; /* To fix IE display bug */
}

#menu dl	{
	float: left;
}

#menu dt	{
	cursor: pointer;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #2680ba;
	background: #e6f1f7;
	border: 1px solid #c0c0c0;
	border-right-width: 0px;
	line-height: 27px;
	margin: 0;
}


#menu dt a:hover, #menu dt a:focus	{
	background: #cccccc;
}

#last_dt	{
	color: #000000;
}

#menu dd	{
	display: none;
	position: relative;
	z-index: 100;
	left: 0;
	margin-top: 0;
	width: 100%;
	background: #e6f1f7;
}

#menu li	{
	text-align: center;
	background: #e6f1f7;
}

#menu li a	{
	border: 1px solid #c0c0c0;
	border-top-width: 0px;
}

#menu li a, #menu dt a	{
	text-decoration: none;
	display: block;
	height: 100%;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #2680ba;
	line-height: 27px;
}

#menu li a:hover, #menu li a:focus	{
	background: #cccccc;
}

#testi {
	border: 1px solid #aaa;
	padding: 10px 8px;
	background-color: #eee;
	height: 166px;
	margin-bottom: 0px;
}

img.testi_photo{
	float: left;
	margin: 3px 10px 0 0;
	border: 0;
	padding: 0;
}

#testi p {
	text-align: left;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0;
}