.indentmenu{
font: bold 13px Arial;
width:472px; /*leave this value as is in most cases*/
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left; 
	width: 482px; /*width of menu*/
	border-top: 1px solid #C2C5C9; /*darkred border*/
	border-left: 1px solid #C2C5C9; /*darkred divider between menu items*/
	border-right: 1px solid #C2C5C9; /*darkred divider between menu items*/
	background: black url(indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
	float: left;
	color: black; /*text color*/
	padding: 3px 11px;
	text-decoration: none;
	border-right: 1px solid #C2C5C9; /*darkred divider between menu items*/
	
}

.indentmenu ul li a:visited{
color: black;
}

.indentmenu a:hover{
text-decoration: underline;
color: black;
}

.indentmenu ul li a.selected{
color: black !important;
padding-top: 4px; /*shift text down 1px*/
padding-bottom: 2px;
background: black url(indentbg2.gif) center center repeat-x;
}

.topRight{
font: bold 13px Arial;
width:250px; /*leave this value as is in most cases*/
}

.topRight ul{
	margin: 0;
	padding: 0;
	float: left; 
	width: 260px; /*width of menu*/
	border-top: 1px solid #C2C5C9; /*darkred border*/
	border-left: 1px solid #C2C5C9; /*darkred divider between menu items*/
	border-right: 1px solid #C2C5C9; /*darkred divider between menu items*/
	background: black url(indentbg.gif) center center repeat-x;
}

.topRight ul li{
display: inline;
}

.topRight ul li a{
	float: left;
	color: black; /*text color*/
	padding: 3px 11px;
	text-decoration: none;
	border-right: 1px solid #C2C5C9; /*darkred divider between menu items*/
	
}
.topRight ul li a:visited{
color: black;
}

.topRight a:hover{
cursor:default;
text-decoration: none;
color: black;
}

.topRight ul li a.selected{
color: black !important;
padding-top: 4px; /*shift text down 1px*/
padding-bottom: 2px;
background: black url(indentbg2.gif) center center repeat-x;
}
