
#menu {
	position: absolute;
	top: 95px;
	left: 10px;
	}
.bdcmenu {
	padding-top: 0px;
	display: block; 
	position: relative;
	top: 0px; 
	left: 0px;
	width: 127px;
	}

	
.menutop{
	width: 127px;
	height: 25px;
	float: left;
	}
.menutopleft{
    height: 25px;
    width: 13px;
    background-image:url(../imgmenu/topleft.gif);
	float: left;
    }
   
.menutopmiddle{
    height: 25px;
	width: 100px;
    background-image:url(../imgmenu/top.gif);
	float: left;
	background-position: left;
	text-align: center;
	font-weight: bold;
	}	
.menutopright{
   height: 25px;
   width: 14px;
   background-image:url(../imgmenu/topright.gif);
   float: right;
}
.menucenter{
	width: 127px;
	float: left;
	}
.menucenterleft{
    width: 13px;
    background-image:url(../imgmenu/left.gif);
	float: left;
    }
   
.menucentermiddle{
 	width: 100px;
    background-image:url(../imgmenu/center.gif);
	float: left;
	background-position: left;
	font-size: 8pt;

	}	
.menucenterright{
   width: 14px;
   background-image:url(../imgmenu/right.gif);
   float: right;
}

.menubottom{
	width: 127px;
	height: 13px;
	float: left;
	}
.menubottomleft{
    height: 13px; 
    width: 13px;
    background-image:url(../imgmenu/bottomleft.gif);
	float: left;
	background-repeat: no-repeat;
	font-size: 8px;
    }
   
.menubottommiddle{
    height: 13px;
	width: 100px;
    background-image:url(../imgmenu/bottom.gif);
	float: left;
	background-position: left;
	background-repeat: no-repeat;
	font-size: 8px;
	}	
.menubottomright{
   height: 13px;
   width: 14px;
   background-image:url(../imgmenu/bottomright.gif);
   float: right;
   background-repeat: no-repeat;
   font-size: 8px;
}

