/*
p.hmenu { margin-top: 5px; text-align:center; font-family: "Trebuchet MS"; font-size: 105%; color: #fff; }
p.hmenu span { letter-spacing: 1em; }
.hmenu a, .hmenu a:link, .hmenu a:visited, .hmenu a:hover, .hmenu a:active { color: #fff; text-decoration: none; font-weight:900; padding: 0 0.4em 0 0.4em; }
.hmenu a:hover { text-decoration: underline; color: #fff; background-color: transparent; }
.hmenu a.selected, .hmenu a.selected:link, .hmenu a.selected:visited, .hmenu a.selected:hover, .hmenu a.selected:active {  color: #fff; }
.hmenu a:focus { color:#fff; background-color: transparent; }
*/
p.hmenu
{
	display: block;
	position: relative;
	height:23px;
	width: 960px;
	top: 4px;
	left: 8px;
	background: #FFFFFF url("/images/bmid.gif");
	margin:0 0 30px 0;
	border:0;
	text-align: center;
}
p.hmenu a 
{
	background:#000000 url("/images/bright.gif") no-repeat right top;
	margin:0;
	padding:0;
	text-decoration:none;
	border:0;
	display: table-cell;
	/*display:block;*/
/*	float:left; */
}

* html p.hmenu a  {	display:inline-block; }

p.hmenu a span 
{
	/*display:block;*/
	display: table-cell;
	background:url("/images/bleft.gif") no-repeat left top;
	padding:0 26px 0 24px;
	font-family:"Trebuchet MS", Tahoma, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	line-height:23px;
	cursor: pointer;
}

* html p.hmenu a span { display:inline-block; }

p.hmenu a:hover
{
	background-position:right bottom;
}
p.hmenu a:hover span 
{
	background-position:left bottom;
	color:#000000;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
}