/*menu*/
#maincontent .top .block{height:40px;background:url( ../images/menu/repeater.jpg ) repeat-x;margin-left:23px;padding-left:178px;margin-right:23px;}
.block ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.block #nav li li a {
	display: block;
	color: #bb6800;
	font-size:10px;
	font-family:verdana;
	background:#ffe2bb;
	padding-left:10px;
	padding-top:6px;
	padding-bottom:6px;
	border-bottom:4px solid #d8d8d8;
	border-left:4px solid #d8d8d8;
	border-right:4px solid #d8d8d8;
	width: 140px;
	text-decoration:none;
}

.block #nav li li a:hover {
	background:#f29011;
	color:white;
}

.block li {
	float: left;
	position: relative;
	z-index: 99999;
	cursor: default;
}

.block li li{
	width: 148px;
	clear:both;
}

.block li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	border-top:4px solid #d8d8d8;
	font-weight: normal;
	margin-top:-2px;
}

.block li>ul {
	top: auto;
	left: auto;
}


.block li:hover ul, li.over ul {
	display: block;
}

.block .bottom{
	height:7px;
	width:158px;
	overflow:hidden;
	background:url( ../images/menu/bottom.gif ) no-repeat;
}
