/**
 *	These are the styled pill-type buttons that may appear on most pages.
 */

a.archButton {
    background: transparent url('images/button_gray_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    height: 25px;
    margin-right: 6px;
    padding-right: 15px; /* sliding doors padding */
    text-decoration: none;
    outline: none; /* hide dotted outline in Firefox */
    font-size: 12px;
}

a.archButton span.outer {
    background: transparent url('images/button_gray_div.gif') no-repeat top left;
    display: block;
    padding: 5px 0 7px 12px;
}

a.archButton:hover {
	text-decoration: none;
}

a.archButton:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.archButton:active span.outer {
    background-position: bottom left;
    padding: 6px 0 4px 12px; /* push text down 1px */
}

a.archButton span.outer img
{
	float: left;
	margin-right: 5px;
	border: none;
}