td {
}
.contenttopmenu{
	font: bold 11px Arial;
	width: 628px; /*leave this value as is in most cases*/
	height: 33px;
}

.contenttopmenu ul{
	margin: 0;
	padding: 0;
	float: right;
	width: 100%; /*width of menu*/
	border: 0px solid #564c66;
	background: black url(images/indentbg.gif) repeat-x center center;
	height: 33px;
}

.contenttopmenu ul li{
display: inline;
}

.contenttopmenu ul li a{
	float: right;
	color: #999999; /*text color*/
	padding: 13px 11px 5px;
	text-decoration: none;
	border-right: 1px none #333333;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.contenttopmenu ul li a:visited{
	color: #999999;
}

.contenttopmenu ul li a:hover, .indentmenu ul li .current{
	color: #000000 !important; /*text color of selected and active item*/
	padding-top: 10px; /*shift text down 1px for selected and active item*/
	padding-bottom: 5px;
	height: 18px;
	background-color: black;
	background-image: url(images/indentbg2.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
