﻿/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: small;
	text-decoration: none;
}

.indentmenu{
margin: 0;
padding: 0;
/* width: 80%; width of menu*/
}

.indentmenu a{
color: white; /*text color*/
padding: none;
text-decoration: none;
background-repeat: no-repeat;
background-position: center;
background-image: url('white.gif') 
}

.indentmenu a:visited{
color: white;
}

.indentmenu a.selected{
color: white !important;
padding-top: 0px; /*shift text down 1px*/
padding-bottom: 0px;
background-repeat: no-repeat;
background-position: center;
background-image: url('black.gif') 
}

