#pmenu, #pmenu ul {
	padding:			0; 
	margin:				auto; 
	list-style-type: 	none;
	}
#pmenu {
	text-align: 		center;
	width: 				998px;
	height:				43px;
	background: 		url(../img/bg_site.jpg) bottom;
	}
#pmenu li {
	float:				left;
	position:			relative;
	}
#pmenu a, #pmenu a:visited { 
	display:			block;
	float: 				left; 
	padding-left:		25px;
	padding-right:		25px;
	font-size:			12px; 
	font-style: 		italic;
	color:				white; 
	line-height:		43px; 
	text-decoration:	none; 
	text-indent:		5px; 
	background: 		url(../img/bg_menu.jpg) top right no-repeat;
	}
#pmenu a:hover {
	text-decoration:	underline;
	color:				#000099;
	}
#pmenu li ul {
	display: none;
	}
