.bevelmenu
{
	font: normal 9px verdana;
	padding:0px;
	margin:0px;
	width:739px;
	text-align: center; /*set value to "right" for example to align menu to the right of page*/
}

.bevelmenu li
{
	list-style: none;
	display: inline;
	border-right:1px solid #fff;
}

.bevelmenu li a
{
	padding: 3px 1em;
	text-decoration: none;
	color: #fff;
	border: 0px solid #FFF2BF;
}

.bevelmenu li a:hover
{
	text-decoration:underline;
}

html>body .bevelmenu li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}