.indentmenu{
font: bold 11px Arial;
vertical-align:top; text-align:right; margin-right:20px;
position:relative;
left:0px;
top:45px;
}

.indentmenu ul{
margin: 0;
padding: 0;
position:relative;
left:400px;float: left;
 /*width of menu*/
border-bottom: 1px solid #2f4f4f;
border-top: 1px solid #2f4f4f;
border-width: 1px 0;
background: black url(images/indentbg.jpg) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white;
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #2f4f4f;
}



.indentmenu ul li a:hover, .indentmenu ul li .current{
color: #222 !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(images/indentbg2.jpg) center center repeat-x;
}