td {
}
.indextopmenu{
	font: bold 11px Arial;
	width: 622px; /*leave this value as is in most cases*/
	height: 40px;
}

.indextopmenu 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: 40px;
}

.indextopmenu ul li{
display: inline;
}

.indextopmenu ul li a{
	float: right;
	color: #666666; /*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;
}

.indextopmenu ul li a:visited{
	color: #666666;
}

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

