#promowrapper {
margin: 0;
padding: 0;
width: 560px;
}
#promowrapper ul, #promowrapper li {
	list-style: none;
	padding: 0;
	margin: 0;
}
#promowrapper li {
float: left;
}
#promowrapper img {
width: 100%;
margin: 0;
padding: 0;
}
		#promowrapper a {
		display: block;
		margin: 0;
		padding: 5px;
		width: 129px;
		border-right: 1px solid white;
		border-top: 1px solid white;
		height: 50px;
		color: white;
		font-size: 108%;
		font-weight: bold;
		text-decoration: none;
		}

		#promowrapper a.promo1 {
		background: #d96d3b url('/stylesheet/MMUIAW/promo_1_bg_off.png') no-repeat bottom right;
		}
		#promowrapper a.promo2 {
		background: #bbd63f url('/stylesheet/MMUIAW/promo_2_bg_off.png') no-repeat bottom right;
		}
		#promowrapper a.promo3 {
		background: #5e899e url('/stylesheet/MMUIAW/promo_3_bg_off.png') no-repeat bottom right;
		}
		#promowrapper a.promo4 {
		background: #ed0776 url('/stylesheet/MMUIAW/promo_4_bg_off.png') no-repeat bottom right;
		border-right: none;
		width: 130px;
		}
		#promowrapper a.promo1.active, #promowrapper a.promo1:hover {
		background: #d96d3b url('/stylesheet/MMUIAW/promo_1_bg.png') no-repeat bottom right;
		}
		#promowrapper a.promo2.active, #promowrapper a.promo2:hover {
		background: #bbd63f url('/stylesheet/MMUIAW/promo_2_bg.png') no-repeat bottom right;
		}
		#promowrapper a.promo3.active, #promowrapper a.promo3:hover {
		background: #5e899e url('/stylesheet/MMUIAW/promo_3_bg.png') no-repeat bottom right;
		}
		#promowrapper a.promo4.active, #promowrapper a.promo4:hover {
		background: #ed0776 url('/stylesheet/MMUIAW/promo_4_bg.png') no-repeat bottom right;
		}

/* PROMO BLOCKS */
div.promoblock {
background-color: #d6e6ef;
min-height: 325px;
}
div.promoblock h3 {
font-size: 93%;
font-weight: bold;
color: white;
margin: 0;
padding: 1px 1px 3px 1px;
text-align: center;
}
div.promoblock h3 img {
width: 100%;
margin-bottom: 3px;
}
div.promoblock h3.promo1 {
background-color: #d96d3b;
}
div.promoblock h3.promo2 {
background-color: #bbd63f;
}
div.promoblock h3.promo3 {
background-color: #5e899e;
}
div.promoblock h3.promo4 {
background-color: #ed0776;
}
div.promoblock a {
float: right;
clear:both;
text-decoration: none;
color: #006699;
}
div.promoblock p {
margin: 0;
padding: 5px;
}


