/* menu.css for www.prolinemeku.com */
/* Design by PeJaKo WebDesign copyright 2006-2007 */

body {text-align:center;}

a.nav, a.nav:link, a.nav:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size:11px; 
	background:    url("images/menu_bg.gif") repeat-x center;
	width:90px; 
	height:20px;
	line-height:20px;
	text-align: center; 
	margin-top:2px;
	color: White; 
	text-decoration:none; 
	overflow:hidden; 
	float:left;
	margin-right: 2px;
	display:inline;
	font-weight:bold;
}

a.nav:hover {	background: url("images/menu_bg_hover.gif") repeat-x; }

#table_content {
	width: 600px;
	min-width:600px;
	background-position: center;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
}
