@charset "utf-8";
/* CSS Document */

.indentmenu{
	width: 100%; /*leave this value as is in most cases*/
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	border-bottom-color: #FFFF00;
	border-bottom-width: 30px;
	border-bottom-style: solid;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 724px; /*width of menu*/
border: 1px solid #564c66; /*dark purple border*/
border-width: 1px 0;
background: black url(Images/indentbg3.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
	float: left;
	color: #000000; /*text color*/
	padding: 5px 11px;
	text-decoration: none;
	border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
	color: #000000;
}

.indentmenu ul li a:hover {
	color: #FFFF00 !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/indentbg4.gif) center center repeat-x;
}

.indentmenu ul li .current{
	color: #FFFFFF !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/indentbg4.gif) center center repeat-x;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
body {

}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: none;
	list-style-image: url(Images/ButtercupSm.gif);
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
