body{
	margin:0;
	padding:0;
	line-height: 1.5em;
	background-image: url(../img/body_bg2.png);
	background-repeat:repeat-x;
	background-color: #454444;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
	width: 974px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}
#backcontainer{
	width: 974px;
	margin: 0 auto;
	background: url(../img/body_center.png);
	background-repeat:repeat-y;
}
#topsection{
	height: 130px; /*Height of top section*/
	background-image: url(../img/logo.png);
}
	#top_right{
		height: 70px; /*Height of top section*/
		margin-left: 800px;
		padding: 1px;
		width: 160px;
		color: #FFF;
		text-align: right;
		line-height: 22px;
		z-index: 1;
		position: absolute;
	}
		#top_right #signon {
			text-align: right;
			z-index: 1;
			display: inline-block;
		}
		
		#sign_on #usrname  {
			height: 11px;
			width: 75px;
			font-size: 10px;
		}
		#sign_on #top_signon {
			height: 15px;
			left: -20px;
			
		}
	    #sign_on #password  {
			height: 11px;
			width: 75px;
			font-size: 10px;
		}
		#top_right a:link{
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-style: normal;
			font-weight: normal;
			color: #FFF;
			text-decoration: none;
			font-size: 12px;
			background-color: #000000;
		}
		#top_right a:hover {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-style: normal;
			font-weight: normal;
			color: #006699;
			text-decoration: underline;
			font-size: 12px;
			background-color: #000000;
		}
		#top_right a:visited {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-style: normal;
			font-weight: normal;
			color: #FFF;
			text-decoration: underline;
			font-size: 12px;
			background-color: #000000;
		}
		#top_right a:active {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-style: normal;
			font-weight: normal;
			color: #FFF;
			text-decoration: none;
			font-size: 12px;
			background-color: #000000;
		}
		#top_right .signon {
			text-align:left;
			margin: 1px;
			line-height: 14px;
			border: line;
			border-color: #FFFFFF;

		}	
		#sign_on font {
			font-size: 12px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #000000;
			text-align: left;
		}
		
#toplink{
	height: 30px; /*Height of top section*/
	background-image: url(../img/link.png);
}
#toplocation{
	height: 15px; /*Height of top section*/
	padding: 3px;
}
	.toplocationcontent{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		font-style: normal;
		font-size-adjust: inherit;
		text-align: left;
		
		color: #CC0000;
	}
		.toplocationcontent a:link{
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-style: normal;
			font-weight: normal;
			color: #006699;
			text-decoration: none;
			font-size: 9px;
		}
		.toplocationcontent a:hover {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-style: normal;
			font-weight: normal;
			color: #000000;
			text-decoration: underline;
			font-size: 9px;
		}
		.toplocationcontent a:visited {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-style: normal;
			font-weight: normal;
			color: #000000;
			text-decoration: underline;
			font-size: 9px;
		}
		.toplocationcontent a:active {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-style: normal;
			font-weight: normal;
			color: #cc0000;
			text-decoration: none;
			font-size: 9px;
		}

#topsection h1{
	margin: 0;
	padding-top: 15px;
}

#topspacer {
	padding: 3px;
}
	.topspacercontent {
		height: 1px;
		width: 100%;
		background-color: #333333;
	}

#leftcolumn{
	float: left;
	width: 175px; /*Width of left column*/
	margin-left: -974px; /*Set left margin to -(MainContainerWidth)*/
	
}
	#leftcolumn .left_search {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #FF0000;
	}
	#leftcolumn .left_search .top {
		background-color: #f0f0f0;
		border-right-color: #CC0000;
		border-bottom-color: #CC0000;
		border-left-color: #cc0000;
		border-top-color: #006699;
		border-top-width: 2px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
		text-align: left;
		line-height: 13px;
		word-spacing: 1px;
		letter-spacing: normal;
		margin: 1px;
		white-space: normal;
		padding: 3px;
		list-style-position: inside;
		list-style-image: none;
		list-style-type: disc;
	}
	#leftcolumn .left_search .below {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #FF0000;
		background-color: #f0f0f0;
		text-align: left;
		line-height: 13px;
		word-spacing: 1px;
		letter-spacing: normal;
		text-indent: 2px;
		white-space: normal;
		padding: 3px;
		list-style-position: inside;
		list-style-image: none;
		list-style-type: disc;
	}
	#leftcolumn .spacer{
		float: left;
		width: 2px; /*Width of left column*/
		margin-left: -974px; /*Set left margin to -(MainContainerWidth)*/
		background-color: #FF0000;
		
	}
	#leftcolumn .cp {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000000;
	}
	#leftcolumn .cp .top {
		background-color: #f0f0f0;
		border-right-color: #CC0000;
		border-bottom-color: #CC0000;
		border-left-color: #cc0000;
		border-top-color: #009900;
		border-top-width: 2px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
		text-align: left;
		line-height: 13px;
		word-spacing: 1px;
		letter-spacing: normal;
		text-indent: 0px;
		white-space: normal;
		padding: 3px;
		list-style-position: inside;
		list-style-image: none;
		list-style-type: disc;
	}
	#leftcolumn .cp .top h5 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 100%;
		color: #FF0000;	
		line-height: 13px;
		white-space: normal;
		font-weight: 600;
		margin: 0px;
	}
	#leftcolumn .cp .middle {
		background-color: #f0f0f0;
		border-color: #c0c0c0;
		padding: 3px;
		list-style-position: inside;
		list-style-image: none;
		list-style-type: disc;
	}
	#leftcolumn .cp .below {
		background-color: #f0f0f0;
		border-color: #cc0000;
		text-align: left;
		line-height: 20px;
		word-spacing: 1px;
		letter-spacing: normal;
		white-space: normal;
		padding: 3px;
		list-style-position: inside;
		list-style-image: none;
		list-style-type: disc;
	}
	
		#leftcolumn .cp a:link{
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-style: normal;
			font-weight: normal;
			color: #006699;
			text-decoration: none;
			font-size: 12px;
		}
		#leftcolumn .cp a:hover {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-style: normal;
			font-weight: normal;
			color: #006699;
			text-decoration: underline;
			font-size: 12px;
		}
		#leftcolumn .cp a:visited {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-style: normal;
			font-weight: normal;
			color: #FF0000;
			text-decoration: none;
			font-size: 12px;
		}
		#leftcolumn .cp a:active {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-style: normal;
			font-weight: normal;
			color: #006699;
			text-decoration: none;
			font-size: 12px;
		}
		

#contentwrapper{
	float: left;
	width: 100%;
}

#listing{
		width:965px;
		margin: 0px;
	}

#header { 
	height: 18px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 740px; /*width of menu*/
	border: 1px solid #000000; /*dark purple border*/
	border-width: 1px 0;
	background: black url(../img/links2.png) center center repeat-x;
	font: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}

.text { 
	font: Arial, Helvetica, sans-serif;
	color: #FF0000;
	line-height: 2em;
	font-size: 12px;
}

#contentcolumn1{
	width:574px;
	margin: 0 0px 0 0px; /*Set left margin to LeftColumnWidth*/
	border-left: 1px;
	border-left-color: #FF0000;
}
#contentcolumn{
	width:574px;
	margin: 0 175px 0 175px; /*Set left margin to LeftColumnWidth*/
	border-left: 1px;
	border-left-color: #FF0000;
}
	#contentcolumn .login{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #FF0000;	
		text-align: center;
	}
		#contentcolumn .login a:link{
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-style: normal;
			font-weight: normal;
			color: #006699;
			text-decoration: none;
			font-size: 12px;
		}
		#contentcolumn .login a:hover {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-style: normal;
			font-weight: normal;
			color: #006699;
			text-decoration: underline;
			font-size: 12px;
		}
		#contentcolumn .login a:visited {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-style: normal;
			font-weight: normal;
			color: #FF0000;
			text-decoration: none;
			font-size: 12px;
		}
		#contentcolumn .login a:active {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-style: normal;
			font-weight: normal;
			color: #006699;
			text-decoration: none;
			font-size: 12px;
		}
	#contentcolumn .cp{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000000;	
		text-align: center;
	}
	#contentcolumn .cpcontent {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #FF0000;
		text-align: left;
		line-height: 15px;
	}
		#contentcolumn .cp a:link{
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-style: normal;
			font-weight: normal;
			color: #006699;
			text-decoration: none;
			font-size: 12px;
		}
		#contentcolumn .cp a:hover {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-style: normal;
			font-weight: normal;
			color: #006699;
			text-decoration: underline;
			font-size: 12px;
		}
		#contentcolumn .cp a:visited {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-style: normal;
			font-weight: normal;
			color: #FF0000;
			text-decoration: none;
			font-size: 12px;
		}
		#contentcolumn .cp a:active {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-style: normal;
			font-weight: normal;
			color: #006699;
			text-decoration: none;
			font-size: 12px;
		}


.innertube{
margin: 5px; /*Margins for inner DIV inside each column (to provide padding)*/
}
	.innertube .content {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000000;
		width: auto;
	}
	
	.innertube .content .text { 
	font: Arial, Helvetica, sans-serif;
	color: #FF0000;
	line-height: 2em;
	font-size: 12px;
	}
	
		.innertube .content a:link{
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-style: normal;
			font-weight: normal;
			color: #006699;
			text-decoration: none;
			font-size: 12px;
		}
		.innertube .content a:hover {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-style: normal;
			font-weight: normal;
			color: #006699;
			text-decoration: underline;
			font-size: 12px;
		}
		.innertube .content a:visited {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-style: normal;
			font-weight: normal;
			color: #FF0000;
			text-decoration: none;
			font-size: 12px;
		}
		.innertube .content a:active {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-style: normal;
			font-weight: normal;
			color: #006699;
			text-decoration: none;
			font-size: 12px;
		}
	
	.innertube .content .listing_title { 
		height: 18px;
		padding: 0;
		width: auto; /*width of menu*/
		border: 1px solid #000000; /*dark purple border*/
		border-width: 1px 0;
		background: black url(../img/links2.png) center center repeat-x;
		color: #FFF;
		font-weight: bold;
	}
	.innertube .content .listing_title .print { 
		height: 18px;
		padding: 0;
		width: 20px; /*width of menu*/
		color: #FFF;
		font-weight: bold;
		margin-left: 800px;
		margin-top: -12px;
	}
		.innertube .content .listing_name {
			color: #FF0000;
			font-size: 18px;
			font-weight: bold;
			font-family: Arial, Helvetica, sans-serif;
		}
		.innertube .content .listing_lot { 
			color: #333333;
			font-size: 14px;
			font-weigt: bold;
			font-family: Arial, Helvetica, sans-serif;
		}
		.innertube .content .listing_price { 
			color: #009900;
			font-size: 14px;
			font-family: Arial, Helvetica, sans-serif;
		}
		.innertube .content .listing_desc_title { 
			color: #000000;
			font-size: 16px;
			line-height: 18px;
			font-family: Arial, Helvetica, sans-serif;
		}
		.innertube .content .listing_desc_border {
			border: solid 1px;
			border-color: #0066FF;
		}
		.innertube .content .listing_desc { 
			color: #333333;
			letter-spacing: 1px;
			line-height: 18px;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
		}
	
	.innertube .content2 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000000;
		width: 590px;
		text-align: left;
	}
		.innertube .content2 .left_td {
			width: 150px;
			text-align: left;
			color: #0078ff;
			border-color: #0078ff;
			border-style: solid;
			border-width: 1px;
			text-indent: 2px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 14px;
			/*background-color: #0078ff;*/
			font-weight: bold;
			vertical-align: top;
		}
		.innertube .content2 .right_td {
			width: 400px;
			text-align: left;
			border-color: #0078ff;
			border-style: dashed;
			border-width: 1px;
			vertical-align: top;
		}
		.innertube .content2 .right_td .indent {
			margin: 2px;
		}
		.innertube .content2 .left_td2 {
			width: 150px;
			text-align: left;
			color: #ff4200;
			border-color: #ff4200;
			border-style: solid;
			border-width: 1px;
			text-indent: 2px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 14px;
			/*background-color: #ff4200;*/
			font-weight: bold;
			vertical-align: top;
		}
		.innertube .content2 .right_td2 {
			width: 400px;
			text-align: left;
			border-color: #ff4200;
			border-style: dashed;
			border-width: 1px;
			vertical-align: top;
		}
		.innertube .content2 .right_td2 .indent {
			margin: 2px;
		}
		.innertube .content2 .left_td3 {
			width: 150px;
			text-align: left;
			border-color: #b40202;
			color: #b40202;
			border-style: solid;
			border-width: 1px;
			text-indent: 2px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 14px;
			/*background-color: #b40202; */
			font-weight: bold;
			vertical-align: top;
		}
		.innertube .content2 .right_td3 {
			width: 400px;
			text-align: left;
			border-color: #b40202;
			border-style: dashed;
			border-width: 1px;
			vertical-align: top;
		}
		.innertube .content2 .right_td3 .indent {
			margin: 2px;
		}
		.innertube .content2 .left_td4 {
			width: 150px;
			text-align: left;
			border-color: #000000;
			color: #000000;
			border-style: solid;
			border-width: 1px;
			text-indent: 2px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 14px;
			/*background-color: #b40202; */
			font-weight: bold;
			vertical-align: top;
		}
		.innertube .content2 .right_td4 {
			width: 400px;
			text-align: left;
			border-color: #000000;
			border-style: dashed;
			border-width: 1px;
			vertical-align: top;
		}
		.innertube .content2 .right_td4 .indent {
			margin: 2px;
		}
	.innertube .content .paging {
		background-color: #f0f0f0;
		border-right-color: #FF0000;
		border-bottom-color: #CC0000;
		border-left-color: #CC0000;
		border-top-color: #FF0000;
		border-top-width: 3px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: none;
		border-left-style: solid;
		text-align: left;
		line-height: 13px;
		word-spacing: 1px;
		letter-spacing: normal;
		margin: 1px;
		white-space: normal;
		padding: 3px;
		list-style-position: inside;
		list-style-image: none;
		list-style-type: disc;
	}
		.innertube .content .paging .left {
			width: 500px;
			left: -974px;
			background-color: #FFFFFF;
			height: 15px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-weight: bold;
		}
		.innertube .content .paging .left a:link{
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-style: normal;
			font-weight: normal;
			color: #006699;
			text-decoration: none;
			font-size: 12px;
		}
		.innertube .content .paging .left a:hover {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-style: normal;
			font-weight: normal;
			color: #000000;
			text-decoration: underline;
			font-size: 12px;
		}
		.innertube .content .paging .left a:visited {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-style: normal;
			font-weight: normal;
			color: #000000;
			font-size: 12px;
		}
		.innertube .content .paging .left a:active {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-style: normal;
			font-weight: normal;
			color: #cc0000;
			text-decoration: none;
			font-size: 12px;
		}
		.innertube .content .paging .list {
			border-style: thin;
			background-color: #FFF;
			border-color: #CC0000;
			padding: 3px;
		}
			.innertube .content .paging .list a:link{
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-style: normal;
				font-weight: normal;
				color: #006699;
				text-decoration: none;
				font-size: 12px;
			}
			.innertube .content .paging .list a:hover {
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-style: normal;
				font-weight: normal;
				color: #000000;
				text-decoration: underline;
				font-size: 12px;
			}
			.innertube .content .paging .list a:visited {
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-style: normal;
				font-weight: normal;
				color: #000000;
				font-size: 12px;
			}
			.innertube .content .paging .list a:active {
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-style: normal;
				font-weight: normal;
				color: #cc0000;
				text-decoration: none;
				font-size: 12px;
			}
			
			.innertube .content .paging .list .type{
				color: #ff0000;
			}
			.innertube .content .paging .list .price{
				color: #006600;
			}
			.innertube .content .paging .title {
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 16px;
				font-weight: 600;
				color: white;
				height: 25px;
				border-width: 1px 0;
				background: black url(../img/links2.png) center center repeat-x;
			}
			.innertube .content .paging .title td {
				vertical-align: middle;
				text-indent: 3px;
			}
			
		.innertube .content td {
			text-align: left;
			line-height: 13px;
			text-align: left;
			vertical-align: top;

		}
		.innertube .content h1 {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 180%;
			color: #FF0000;
			margin: 0px;
		}
		.innertube .content h2 {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 150%;
			color: #333333;
			margin: 0px;
		}
		.innertube .content h3 {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 120%;
			color: #666666;
			margin: 0px;
		}
		.innertube .content h4 {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 110%;
			color: #666666;
			margin: 0px;
		}

#rightcolumn{
	float: left;
	width: 195px; /*Width of left column*/
	margin-left: -195px; /*Set left margin to -(MainContainerWidth)*/
	marker-offset: 0px;
}
	#rightcolumn .right_services {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #FF0000;
	}
	#rightcolumn .right_services .top {
		background-color: #f0f0f0;
		border-right-color: #CC0000;
		border-bottom-color: #CC0000;
		border-left-color: #cc0000;
		border-top-color: #006699;
		border-top-width: 2px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
		text-align: left;
		line-height: 13px;
		word-spacing: 1px;
		letter-spacing: normal;
		margin: 1px;
		white-space: normal;
		padding: 3px;
		list-style-position: inside;
		list-style-image: none;
		list-style-type: disc;
	}
	#rightcolumn .right_services .cp {
		background-color: #f0f0f0;
		border-color: #CC0000;
		text-align: left;
		line-height: 13px;
		word-spacing: 1px;
		letter-spacing: normal;
		white-space: normal;
		padding: 3px;
		list-style-position: inside;
		list-style-image: none;
		list-style-type: disc;
	}
	#rightcolumn .right_services .desc {
		background-color: #f0f0f0;
		border-color: #CC0000;
		text-align: left;
		line-height: 13px;
		word-spacing: 1px;
		letter-spacing: normal;
		white-space: normal;
		padding: 3px;
		list-style-position: inside;
		list-style-image: none;
		list-style-type: disc;
		color: #000;
	}
	#rightcolumn .right_services .below {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #FF0000;
		background-color: #f0f0f0;
		text-align: left;
		line-height: 13px;
		word-spacing: 1px;
		letter-spacing: normal;
		text-indent: 2px;
		white-space: normal;
		padding: 3px;
		list-style-position: inside;
		list-style-image: none;
		list-style-type: disc;
	}
	#rightclumn p {
		margin: 0;
		vertical-align: top;
		margin-top: -2;
	}

#weather{
	clear: left;
	width: 974px;
	height: 120px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #FFFFFF;
	text-align: center;
	vertical-align:top;
}
	
#footer{
	clear: left;
	width: 974px;
	height: 15px;
	background: url(../img/footer.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 15px;
	color: #FFFFFF;
	text-align: center;
	vertical-align:top;
}

#footer a{
	color: #336699;
}

.construction{
font: bold 13px Arial;
width: 800px; /*leave this value as is in most cases*/
height: 94px;
background: url(../img/construction.png);
margin-left: 75px;
}

/* LINKS */

.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
z-index: -1;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #000000; /*dark purple border*/
border-width: 1px 0;
background: black url(../img/links2.png) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #760300; /*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: black url(../img/links-i2.png) center center repeat-x;
}

