div.custom_menu{
    position:relative;
    display:inline;
/*    float:left; */
}
.link_active{
    background-color: #F7F7F7;
}
.suggestBox{
    width:233px;
}
div.inner{
    position:absolute;
    top:15px;
    left:0px;
    width:233px;
    border:1px solid #B7B7B7;
    background-color:white;
    z-index: 2;
}
.link{
    position:relative;
    display:inline;
}
.mouse_over{
	background-color: #657EB2;
}
.item{
	cursor: pointer;
	padding: 2px 2px 2px 3px;
	border-bottom: 1px dotted #B7B7B7;
}
.zind100{
	z-index: 100;
}
.zind99{
	z-index: 99;
}
.zind98{
	z-index: 98;
}
.zind97{
	z-index: 97;
}
.zind96{
	z-index: 96;
}
.zind95{
	z-index: 95;
}
.zind94{
	z-index: 94;
}
.zind93{
	z-index: 93;
}
.zind92{
	z-index: 92;
}
.zind91{
	z-index: 91;
}