a.button-buy, a:hover.button-buy {
	background: #FFCC66;
	border-color: #FFFFFF #CC6600 #CC6600 #FFFFFF;
	border-style: solid;
	border-width: 2px;
	color: #993300;
	font: bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 1px 3px;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
}

p.buy-album-link {
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 15px;
}

div.menu {
	background-color: #E6E6E6;
	border: 2px solid;
	border-color: #F7FAFF #9999AA #9999AA #F7FAFF;
	color: #000000;
	font-size: 12px;
	left: 0;
	margin: 0;
	padding: 1px;
	position: absolute;
	top: 0;
	visibility: hidden;
	width: 125px;
	z-index: 500;
}

div.menu a {
	background-color: transparent;
	cursor: default;
	display: block;
	margin: 0;
	padding: .3em .4em;
	position: relative;
	text-decoration: none;
}

div.menu a:link {
	color:none;
	text-decoration: none;
}

div.menu a:visited {
	color: none;
}
/*color for picture links*/
div.menu a:hover {
	background-color: none;
	color: #FFFFFF;
}

div.menu li.buy-title {
	background-color: #808080;
	border-bottom: 1px #888888 solid;
	color: #FFFFFF;
	font-size: 9px;
	padding: .3em .4em;
}

/* Style specifications for menu items and links  */
div.menu ul{
	margin: 0;
	padding: 0;
}

/* Need to set padding of at least one pixel or ie sets very large margin */
div.menu ul li {
	font: bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}

div.menu-off {
	margin-bottom: 5px;
	margin-top: 5px;
}

div.menu-off li {
	list-style: square inside none;
}



