@charset "UTF-8";
/* CSS Document */

ul.button {
	font: bold normal 12px/18px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

	ul.button li {
	padding: 9px 0 7px;
	width: 107px;
	background-color: transparent;
	url(../../images/bkgnd_learnmore.jpg);
	background-repeat: no-repeat;
	line-height: 12px;
	background-image: url(../images/bkgnd/bkgnd_learnmore.jpg);
	list-style: url(none) none;
	background-position: 50% 50%;
	height: 33px;
	}

	ul.button li.hover,
	ul.button li:hover {
}

	ul.button a:link,
	ul.button a:visited {
	color: #017ABF;
	text-decoration: none;
}
	ul.button a:hover {
	color: #333;
	text-decoration: none;
	}
	ul.button a:active {
	color: #0099FF;
}

		ul.button ul li {
	background-color: transparent;
	background: none;
	background: url(none);
	color: #999999;
	text-align: left;
		}
ul.button  ul 
		   {
		}

		ul.button ul a:link,
		ul.button ul a:visited { color: #333; }
		ul.button ul a:hover { color: #fff; text-decoration: none; }
		ul.button ul a:active {
	color: #3300FF;
}


/* ----- END LEVEL */



/*------------------------------------------------------------------------------------------------------/
 * @section	Support Class 'btn'
 * @level sep	ul, .class
 */


/* ----- ALL LEVELS (incl. first) */

ul.button *.btn {
	background-repeat: no-repeat;
	padding-right: 12px;
}

/* ----- END LEVEL */


/* Components override */

