.pmenu, .pmenu_current {
	position: relative;
	width: 100%;
	padding: 8px 0px;
	margin-bottom: 5px;
	background: url('../images/menu_bg.jpg') repeat-y;
	text-align: left;
}

.pmenu a, .pmenu_current a {
	display: block;
	margin-left: 15px;
	color: white;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Verdana;
}

.pmenu a {
	text-decoration: none;
}

.pmenu_current a {
	text-decoration: underline;
}

.pmenu a:hover {
	text-decoration: underline overline;
}