/* START DEFAULT BUTTONS */
a.quad_button {
    background: url('/showcases/quadratec_exclusive/nav_images/NEW_right_default.gif') no-repeat scroll top right;
    font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 10px;
	line-height: 9px;
  	color: WHITE;      
	text-decoration: none;
	font-weight: bold;
	position: relative;
    height: 36px;
    display: block;
	text-align: center;
    padding-right: 14px;
}
    
a.quad_button span {
    background: url('/showcases/quadratec_exclusive/nav_images/NEW_left_default.gif') no-repeat;
	display: block;
    height: 36px;
    padding: 10px 0 5px 14px; /* top, right, bottom, left */
} 

a.quad_button:hover {
    background: url('/showcases/quadratec_exclusive/nav_images/NEW_right_hover.gif') no-repeat scroll top right;
    outline: none; /* removes Firefox outline */
}

a.quad_button:hover span {
    background: url('/showcases/quadratec_exclusive/nav_images/NEW_left_hover.gif') no-repeat;
  	color: WHITE;      
    padding: 11px 0 4px 14px; /* moves the text */
} 

/* END DEFAULT BUTTON */
/* START SELECTED BUTTON */

a.quad_button_select {
    background: url('/showcases/quadratec_exclusive/nav_images/NEW_rightSelected.gif') no-repeat scroll top right;
    font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 10px;
	line-height: 9px;
  	color: #363636;      
	text-decoration: none;
	font-weight: bold;
	position: relative;
    height: 36px;
    display: block;
	text-align: center;
    padding-right: 14px;
}
    
a.quad_button_select span {
    background: url('/showcases/quadratec_exclusive/nav_images/NEW_leftSelected.gif') no-repeat;
	display: block;
    height: 36px;
    padding: 10px 0 5px 14px; /* top, right, bottom, left */
} 

a.quad_button_select:hover {
  	color: #363636;      
    outline: none; /* removes Firefox outline */
}

/* END SELECTED BUTTON*/
/* START FAR LEFT BUTTON */

a.quad_button_far_left {
    background: url('/showcases/quadratec_exclusive/nav_images/NEW_right_default.gif') no-repeat scroll top right;
    font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 10px;
	line-height: 10px;
  	color: WHITE;      
	text-decoration: none;
	font-weight: bold;
	position: relative;
    height: 36px;
    display: block;
	text-align: center;
    padding-right: 14px;
}
    
a.quad_button_far_left span {
    background: url('/showcases/quadratec_exclusive/nav_images/NEW_farLeft_default.gif') no-repeat;
	display: block;
    height: 36px;
    padding: 5px 0 5px 14px; /* top, right, bottom, left */
} 

a.quad_button_far_left:hover {
    background: url('/showcases/quadratec_exclusive/nav_images/NEW_right_hover.gif') no-repeat scroll top right;
    outline: none; /* removes Firefox outline */
}

a.quad_button_far_left:hover span {
    background: url('/showcases/quadratec_exclusive/nav_images/NEW_farLeft_hover.gif') no-repeat;
  	color: WHITE;      
    padding: 6px 0 4px 14px; /* moves the text */
} 


/* END FAR LEFT BUTTON */
/* START FAR LEFT SELECTED BUTTON */

a.quad_button_far_left_select {
    background: url('/showcases/quadratec_exclusive/nav_images/NEW_rightSelected.gif') no-repeat scroll top right;
    font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 10px;
	line-height: 10px;
  	color: #363636;      
	text-decoration: none;
	font-weight: bold;
	position: relative;
    height: 36px;
    display: block;
	text-align: center;
    padding-right: 14px;
}
    
a.quad_button_far_left_select span {
    background: url('/showcases/quadratec_exclusive/nav_images/NEW_farLeftSelected.gif') no-repeat;
	display: block;
    height: 36px;
    padding: 5px 0 5px 14px; /* top, right, bottom, left */
} 

a.quad_button_far_left_select:hover {
  	color: #363636;      
    outline: none; /* removes Firefox outline */
}

/* END SELECTED BUTTON*/
/* START TEXT TWO LINE TEXT BUTTON */

a.quad_button_br {
    background: url('/showcases/quadratec_exclusive/nav_images/NEW_right_default.gif') no-repeat scroll top right;
    font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 10px;
	line-height: 10px;
  	color: WHITE;      
	text-decoration: none;
	font-weight: bold;
	position: relative;
    height: 36px;
    display: block;
	text-align: center;
    padding-right: 14px;
}
    
a.quad_button_br span {
    background: url('/showcases/quadratec_exclusive/nav_images/NEW_left_default.gif') no-repeat;
	display: block;
    height: 26px;
    padding: 5px 0 5px 14px; /* top, right, bottom, left */
} 

a.quad_button_br:hover {
    background: url('/showcases/quadratec_exclusive/nav_images/NEW_right_hover.gif') no-repeat scroll top right;
    outline: none; /* removes Firefox outline */
}

a.quad_button_br:hover span {
    background: url('/showcases/quadratec_exclusive/nav_images/NEW_left_hover.gif') no-repeat; 
  	color: WHITE;      
    padding: 6px 0 4px 14px; /* moves the text */
} 


/* END TWO LINE TEXT BUTTON */
/* START TEXT TWO LINE TEXT SELECTED BUTTON */

a.quad_button_br_select {
    background: url('/showcases/quadratec_exclusive/nav_images/NEW_rightSelected.gif') no-repeat scroll top right;
    font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 10px;
	line-height: 10px;
  	color: #363636;      
	text-decoration: none;
	font-weight: bold;
	position: relative;
    height: 36px;
    display: block;
	text-align: center;
    padding-right: 14px;
}
    
a.quad_button_br_select span {
    background: url('/showcases/quadratec_exclusive/nav_images/NEW_leftSelected.gif') no-repeat;
	display: block;
    height: 36px;
    padding: 5px 0 5px 14px; /* top, right, bottom, left */
} 

a.quad_button_br_select:hover {
  	color: #363636;      
    outline: none; /* removes Firefox outline */
}

/* END SELECTED BUTTON*/



