/* 
	WordPress Menubar Plugin
	b-blue.css stylesheet for the Basic template
*/

.buttons		{ padding-top: 8px; }
.buttons ul		{ margin: 0; list-style: none; font-size: 1em; padding-left: 7px; overflow: hidden;}
.buttons li		{ float: left; margin: 0; height: 85px; position: relative}
.buttons li.red	{ width: 216px}
.buttons li.green	{ width: 290px}
.buttons li div
				{ height: 61px; padding: 8px 15px 17px 9px; background-repeat: no-repeat;
					background-position: left top;}
.buttons li a:link,
.buttons li a:visited
				{ display: inline-block; height: 61px; text-align: center; position: relative}
.buttons li a:hover,
.buttons li a:active
				{ background-position: -9px -86px; background-repeat: no-repeat; text-decoration: none;e}
.buttons li a span
				{ text-indent: -999.9em; display: block; cursor: pointer; overflow: hidden; margin: 0 auto}
.buttons li.red div
				{ background-image: url(red-l-button.png); width: 192px;}
.buttons li.green div
				{ background-image: url(green-l-button.png); width: 266px;}
.buttons li.red a:link,
.buttons li.red a:visited
				{ width: 192px}
.buttons li.red a:hover,
.buttons li.red a:active
				{ background-image: url(red-l-button.png);}
.buttons li.green a:link,
.buttons li.green a:visited
				{ width: 266px;}
.buttons li.green a:hover,
.buttons li.green a:active
				{ background-image: url(green-l-button.png);}
				
.buttons li.green a span
				{ background: url(dont_selling.png) no-repeat left top; width: 249px; height: 39px;
					margin-top: 16px;}
.buttons li.b1 a span
				{ background: url(l2_gracia.png) no-repeat left top; width: 116px; height: 42px;
					margin-top: 10px}
.buttons li.b2 a span
				{ background: url(gracia.png) no-repeat left top; width: 89px; height: 45px;
					margin-top: 10px}
