/* CSS Document *//*Credits: Web-Kreation *//*URL: http://web-kreation.com/blog/?p=19 *//***** Global Settings *****/* {  margin: 0;  padding: 0;} html, body {     border:0;     margin:0;     padding:0;     height: 100%;} /***** Main Formatting *****/#wrapper {	display: block;	width: 996px;	margin: 0px auto;}/***** Menu Formatting *****/#memu { 	display: block;    text-align: center;    font-size: 100%;    text-decoration: none;}#menu ul { 	width: 996px; /*If your links text is bigger you will have to adjust this value*/    height: 32px;	margin: 0 auto;	padding: 1;	line-height: 32px; /*same as height. This will center your text verticaly*/	text-decoration: none;    background: url(http://www.pinkjogos.net/images/menu_bg.gif) repeat-x left top;}#menu ul li { 	width: auto;	display: inline;	float: left;	list-style: none;	text-align: center;	text-decoration: none;}			#menu ul li a { 	display: block;	text-decoration: none;	text-transform: inherit;	padding: 0 20px;	color: #FFFFFF;}#menu ul li em {	display: block;	float: left;	width: 4px;	height: 32px;    background: url(http://www.pinkjogos.net/images/menu_sep.gif) no-repeat left top;}/*last separator*//*This will add a separator after your last link*/#menu ul li a:hover, #menu ul li a.active { 	background: transparent url(http://www.pinkjogos.net/images/menu_over.gif) repeat-x center top;	text-decoration: none;	Color: white;}#menu ul li a.active {	font-weight: bold;	cursor: default;}/******IE hack******/<!--[if IE]><style type="text/css">p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/padding-top: 1em;}</style><![endif]-->