<style type="text/css">

.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

.indentmenu ul{
	padding: 0;
	float: left;
	width: 800px;
	background: repeat-x center center;
	border-right: 0;
	border-bottom: 1px;
	border-left: 0;
	font-family: "Lucida Sans", "Trebuchet MS", Arial, sans-serif;
	font-size: 1em;
	margin-left: 100px;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none; /*dark purple divider between menu items*/
}

.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: url(images/menuback.jpg) repeat-x center center;
}

</style>.fullwidth p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	padding-left: 10px;
}
.indentmenu {
	font-family: "Lucida Sans", "Trebuchet MS", Arial, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: normal;
	float: left;
	width: 1000px;
}
#indentmenu {
	float: left;
	width: 1000px;
	background-color: #000000;
}
