
.indentmenu{
font: bold 13px Arial;
position: absolute; 
top:80px;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/

 
background: black url(../Images/TopG.png) center center repeat-x;
}

.indentmenu ul li{
display: inline;
line-height: 15px;

}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 15px;
text-decoration: none;

 	border-right : 1px solid #000000;
 	border-top : 1px solid #000000;
 	border-bottom : 1px solid #000000;
}

.indentmenu ul li a:visited{
color: white;
}


.indentmenu ul li .current{
color: black !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/TopGA.png) center center repeat-x;
}


.indentmenu ul li a:hover{
color: black !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/TopGA.png) center center repeat-x;

}