.indentmenu{
font: 13px;
width: 800px;
margin-left: auto;
margin-right: auto;
overflow: hidden;
border-left: 1px solid Black;
border-right: 1px solid Black;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%;
border: 0px solid Black;
border-width: 0px 0;
background: #006bc5 url() 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 #00008B;*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !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: #007cf2 url() center center repeat-x;
}

.manage_menu ul li{
	list-style-type: none;
	margin: 0px 0;
	padding: 0;
}

.manage_menu ul li a {
	text-decoration: none;
	color: #007CF2;
}