#menu .top {
	padding: 0px 0px 0px 0px;
}
a:focus{
	border:0px;
}
#menu .section-top {
	width:20%;
	position: absolute;
	margin: -10px 0px 0px 5px;
	background: #EAE8E8;
  border:1px solid #b8b4ae;
  z-index: 1000;
  visibility: hidden;
}
*html #menu .section-top {
	width:100%;
}
#menu .box {
	width:85%;
	padding: 3px 8px 4px 8px;
    background: #EAE8E8;
    font-family:Arial, Helvetica, sans-serif;
	white-space: nowrap;
    font-size: 11px;
	cursor:pointer;
}
*html #menu .box {
	width:100%;
}
#menu .box-hover{
	width:85%;
	padding: 3px 8px 4px 8px;
	font-family: Arial, Helvetica, sans-serif;
	color:#003366;
	background-image:url('../imgs_def/menu/boxOver.jpg');
	background-repeat:repeat-y;
    font-size: 11px;
	white-space: nowrap;
	cursor:pointer;
}
*html #menu .box-hover {
	width:100%;
}