#menu {

}
#menu div.top1 {
background-image: url(../images/bg.jpg);
background-repeat: no-repeat;
width: 165px;

}
#menu div.top {
	padding-top: 5px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 0px;
	background-image: url(../images/bg1.jpg);
	background-repeat: no-repeat;
	width: 180px;
	height: auto;

}
#menu div.section {
    position: absolute;
    display: inline;
    z-index: -1;
    left: 90px;
}
#menu div.box {
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 6px;
	padding-right: 6px;
	border-color: #666666;
	border-width: 1px;
	border-style: none none solid none;
	position: relative;
	visibility: hidden;
	left: 70px;
	top: -15px;
	background-image: url(../images/bg2.jpg);
	width: 130px;
	background-repeat: no-repeat;
}
#menu a {
    font-family: Tahoma;
    font-size:10px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    white-space: nowrap;
}
#menu a:hover {
    font-family: Tahoma;
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
}
