div#purchase {
	position: absolute;
	left: 618px;
	top: 0px;
	width: 180px;
}

.purchase1 {
	text-decoration: none;
	font-weight: bold;
    color: #6b1687;
}

.purchase1:hover {
	text-decoration: none;
	font-weight: bold;
    color: #fff;
}

.ddm1 {
	font-size: 11px;
	font-family: Verdana, Tahoma, Arial;
}
.ddm1 .item1,
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    padding: 3px 8px 4px 8px;
    border: 0px #003366;
    border-style: solid none solid none;
	font-weight: bold;
    text-decoration: none;
    display: block;
    position: relative;
}
.ddm1 .item1 {
	font-weight: bold;
    color: #6b1687;
}
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
	font-weight: bold;
    color: #fff;
}
.ddm1 .item2,
.ddm1 .item2:hover {
    padding: 3px 15px 4px 15px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}
.ddm1 .item2 {
    background-image:url(../images/menudropBG.png);
    color: #ffffff;
}
.ddm1 .item2:hover {
    background-image:url(../images/menudrophoverBG.png);
    color: #ffffff;
}

.ddm1 .item3,
.ddm1 .item3:hover,
.ddm1 .item3-active,
.ddm1 .item3-active:hover {
    padding: 3px 8px 4px 8px;
    border: 0px #003366;
    border-style: solid none solid none;
	font-weight: bold;
    text-decoration: none;
    display: block;
    position: relative;
}
.ddm1 .item3 {
	font-weight: bold;
    color: #6b1687;
}
.ddm1 .item3:hover,
.ddm1 .item3-active,
.ddm1 .item3-active:hover {
	font-weight: bold;
    color: #fff;
}

.ddm1 .section {
	padding-left: 15px;
    border: 0px #003366;
    border-style: solid solid solid solid;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    white-space: nowrap;
	width: 145px;
}

.ddm1 .left, .ddm1 .left:hover { border-style: solid none solid solid; }
.ddm1 .right, .ddm1 .right:hover { border-style: solid solid solid none; }

* html .ddm1 td { position: relative; } /* ie 5.0 fix */
.b {
	font-weight: bold;
}

