


.indentmenu{
font: bold 12px Times New Roman;
width:100%; /*leave this value as is in most cases*/


	
}

.indentmenu ul{
width:92%;
float: right;
border-bottom-style:solid;
border-bottom-color:#666;
border-bottom-width:thin;
}



.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: right;
color: black; /*text color*/

padding: 3px 7px;
text-decoration: none;
border-left: 2px solid gray ; /*darkred divider between menu items*/
border-top: 2px solid gray
}

.indentmenu ul li a:visited{
color: black;

}

.indentmenu ul li a.selected{
color: red !important;

background: black url(shade.gif) center center repeat-x;
}