/* CSS Document */
.indentmenu{
font: bold 13px Arial;
width: 800px; 
overflow: hidden;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 800px; 
border left: 1px solid #564c66;
border-width: 2px 0;
background:url(images/SLIDER1.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; 
padding: 5px 52px;
text-decoration: none;
border-left: 2px solid #564c66;
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white; 
padding-top: 6px;
padding-bottom: 4px; 
background:url(images/SLIDER.gif) center center repeat-x;
}
.indentmenu ul li a:ACTIVE, .indentmenu ul li .current{
color: white; 
padding-top: 6px; 
padding-bottom: 4px; 
background:url(images/SLIDER.gif) center center repeat-x;
}
