/* CSS Document */#button{	height: 20px;}#button ul{	list-style-type: none;	margin: 0px;	padding: 0px;}#button li{	float:left;	margin: 0px;}#button li a{	display: block;	color:#330066;	text-decoration: none;	font-size: 11px;	padding-left: 4px;}#button li a span{	display: block;	height: 17px;	padding-right: 5px;	padding-left: 2px;	padding-top: 3px;}#button li a, #button a:hover{	color: #330066;	background: url(../images/left.gif) no-repeat; /*left tab image path*/	background-position: left;}#button li a span, #button a:hover span{	color: #330066;	background: url(../images/right.gif) no-repeat right; /*right tab image path*/}#button li a:hover{	background: url(../images/left2.gif) no-repeat;}#button li a:hover span{	background: url(../images/right2.gif) no-repeat right;}.boxleft {	clear: left;	float: left;	width: 90%;	padding-top: 4px;	padding-right: 0px;	padding-left: 0px;	margin-bottom: 8px;	height: 40px;}.redtext {	font-size: 13px;	line-height: 18px;	font-weight: normal;	color: #B51131;}.boxleft2 {	padding-bottom: 8px;	clear: left;	float: left;	width: 100%;	padding-top: 4px;}a.redhomelinks,a.redhomelinks:active,a.redhomelinks:visited {	color: #B60F30;	font-size: 15px;	font-weight: normal;	text-decoration: none;	line-height: 20px;	padding-bottom: 4px;	display: block;}	a.redhomelinks:hover {	text-decoration: underline;}
