﻿.sitemapMenuItem {
	width:100%;
/*	border-bottom: 1px solid #cccccc;*/
	background-color: #f8f8f8;
	cursor: pointer;

	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.sitemapMenuItem a{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.sitemapMenuItem a:active{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}


.sitemapMenuItem a:visited{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}


.sitemapMenuItem a:link {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}


.sitemapMenuItem a:hover {
	text-transform: uppercase;
	font-weight: bold;
}







.sitemapMenuSubItem {
	height: 23px;
	padding-left: 3px;
	background-color: #f8f8f8;
/*	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;*/
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	}

.sitemapMenuSubItem_hover {
	height: 23px;
	padding-left: 3px;
	background-color: #e4e4e4;
/*	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;*/
	
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;

}

.sitemapMenuSubItem_arrow {
	height: 26px;
	padding-left: 3px;
	background-color: #f8f8f8;
	background-image: url(/imgs/navbar_arrow_active.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

.sitemapMenuSubItem_arrow_hover {
	height: 26px;
	padding-left: 3px;
	background-color: #e4e4e4;
	background-image: url(/imgs/navbar_arrow_hover.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

/***********************strat of css for site map bases on Lists***************/
/* sitemap */
		.sitemap_container {
		margin: 20px 0 15px 0; /*centers*/
		}		
		.sitemap {
		overflow:hidden;
		}
		.sitemap ul {
		list-style:none;
		margin:0;
		padding:0;
		text-align: left;
		}
		.sitemap li { 
		background-color:#f2f2f2; /*WBR level*/
		float:left;
		margin:0.6em 0 0.3em;
		min-height:2em;
		padding: 0.4em 0.4em 0.4em 0.7em;
		position:relative;
		width:14em;		
		}
		.sitemap ul ul {
		margin-top:-1.4em;
		font-size:90%;
		}
		.sitemap ul ul li { /*About level*/
		background:#e1e1e1;
		border-top:0.5em solid #fff !important;
		border-left:0.5em solid #ccc;
		left:15.9em;
		}
		.sitemap ul ul ul li { /*Testimonials level*/
		background:#d0cfcf;
		border-color:#999;
		color:#7ca9ce;		
		}
		.sitemap ul ul ul ul li { /*Automotive level*/
		background:#d0cfcf;
		border-color:#515151;
		color:#bfdef8;		
		}		
        .tier1 a, .tier1 a:link, .tier1 a:visited, .tier1 a:active {
		color:#54738C;
		font-family:Geneva,sans-serif;
		font-size:12px;
		font-size-adjust:none;
		font-stretch:normal;
		font-style:normal;
		font-variant:normal;
		font-weight:normal;
		line-height:normal;
		text-decoration:none;
		}
        .tier2 a, .tier2 a:link, .tier2 a:visited, .tier2 a:active {
		color:#54738C;
		font-family:Geneva,sans-serif;
		font-size:12px;
		font-size-adjust:none;
		font-stretch:normal;
		font-style:normal;
		font-variant:normal;
		font-weight:normal;
		line-height:normal;
		text-decoration:none;
		}
        .tier3 a, .tier3 a:link, .tier3 a:visited, .tier3 a:active {
		color:#004c7b;
		font-family:Geneva,sans-serif;
		font-size:12px;
		font-size-adjust:none;
		font-stretch:normal;
		font-style:normal;
		font-variant:normal;
		font-weight:normal;
		line-height:normal;
		text-decoration:none;
		}
        .tier4 a, .tier4 a:link, .tier4 a:visited, .tier4 a:active {
		color:#004c7b;
		font-family:Geneva,sans-serif;
		font-size:12px;
		font-size-adjust:none;
		font-stretch:normal;
		font-style:normal;
		font-variant:normal;
		font-weight:normal;
		line-height:normal;
		text-decoration:none;
		}	
        .tier1 a:hover, .tier2 a:hover, .tier3 a:hover, .tier4 a:hover {
		color:#AC0C16;
		font-family:Geneva,sans-serif;
		font-size:12px;
		font-size-adjust:none;
		font-stretch:normal;
		font-style:normal;
		font-variant:normal;
		font-weight:normal;
		line-height:normal;
		text-decoration:none;
		}
/***********************end of css for site map bases on Lists***************/
