
/* remove ugly system borders links */
a img 	{ 	border:0 }
a:active { 	outline:none; }
:focus   { -moz-outline-style:none; }
* { target-new: tab ! important }

#pongmenu {
	position:absolute;
	height: 35px;
	width:615px;
	top:115px;
	left:265px;
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	background: white;
	z-index:1;
}

ul.pongmenumenu {
    list-style: none;
	font-family: Helvetica, Arial, sans-serif;
	FONT-WEIGHT: 500;
  	FONT-SIZE: 18px;
	padding:0; 
	margin:0;
}

ul.pongmenumenu li {
  display:inline;
  margin-left:0px;
  text-decoration: none;
}

ul.pongmenumenu a {
	padding:0; 
	margin:0;
	position:relative;
	top:6px;
	left: 2px;
	COLOR: #A2CDE6; /*B3B3B3 30% gray*/ /*999999 40%*/
	text-decoration: none;
}

ul.pongmenumenu a:hover {
  color: red;
}

