/* CSS Document */

#navigation dl, #navigation dt, #navigation dd, #navigation ul, #navigation li {
margin: 0;
padding: 0;
list-style-type: none;
width: 110px;
}

#navigation .menwrap {
	margin: auto;
	width: 775px;
	height: 25px;
}

#navigation .menwrap #menu {
	width: 100%;	/*position: absolute;
	top: 4px;
	left: 106px;
	z-index:100;	
	margin-top: 150px;*/
}
#navigation .menwrap #menu dl {
float: left;
/*width: 12em;*/
}
#navigation .menwrap #menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
/*background: #ccc;
border: 1px solid gray;*/
margin: 1px;
}
#navigation .menwrap #menu dd {
display: none;
/*border: 1px solid gray;*/
}
#navigation .menwrap #menu li {
	text-align: center;
	background: #fff;
	font-size: 0.625em;
}
#navigation .menwrap #menu li a, #navigation .menwrap #menu dt a {
	color: #221;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
	font-size: 1.125em;
}
#navigation .menwrap #menu li a:hover, #navigation .menwrap #menu dt a:hover {
background: #dff;
}
