/* CSS Document */

#button{
	height: auto;
}

#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: 12px;
	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: 498px;
	padding-top: 4px;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 2px;
	height: auto;
}
.redtext {
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	color: #B51131;
}
.boxleft2 {
	padding-bottom: 18px;
	clear: left;
	float: left;
	width: auto;
	padding-top: 4px;
}
a.redhomelinks,a.redhomelinks:active,a.redhomelinks:visited {
	color: #B60F30;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	line-height: 20px;
	padding-bottom: 4px;
	display: block;
	width: 150px;
}	
a.redhomelinks:hover {
	text-decoration: underline;
	width: 150px;
}
s
