/*//// 
AUTHOR: MIGUEL ARAUJO @ M.A GAMEZ INC
WWW.MAGAMEZINC.COM
/////*
@charset "UTF-8";
/* CSS Document */

/* SELECTED DESKTOP MENU BUTTONS */
.topMenuButton3{
	padding-top: 10px;padding-left:10px;padding-right:10px;display: inline-block; font-size: 17px; 
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif; padding-bottom: 10px;
	border-style: solid; border-color: white; border-width: 1px;
	border-radius: 10px;
	
	color:#FFFFFF;
	text-decoration: none;
	
	background: red; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#E00003, #710001); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#E00003, #710001); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#E00003, #710001); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#E00003, #710001); /* Standard syntax */
}
/* <----------------------- */

/*TOP DESKTOP MENU BUTTONS. STATE = SELECTED*/
/* unvisited link*/
a.topMenuButton3:link {color:white;}
/* visited link */
a.topMenuButton3:visited {color:white;}
/* mouse over link */
a.topMenuButton3:hover {color:white;}
/* selected link */
a.topMenuButton3:active {color:white;}
/*  <--------   */