#sitemap a:link {
	text-decoration: none;
	color:#a2a2a2;
 	}
#sitemap a:visited {
	text-decoration: none;
	color: #a2a2a2;
	}
#sitemap a:hover {
	text-decoration: none;
	color:#FFF;
	}
#sitemap a:active {
	text-decoration: none;
	color: #a2a2a2;
	}

#sitemap a:active, a:focus {
   outline: 0;
   }

/* sitemap.css  -- CSS Document for Primary Side Navigation  */ 
/*                    Javascript is used to control some menu behaviors */


	
/* sitemap -- these is the overall sideNav container */
/* ================================== */
#sitemap #pageTitle{
position:relative;
top:-10px;
left:-15px;
}
#sitemap {
position:absolute;
top:110px;;
left:20px;
width:1000px;
}
#sitemapLeft {
position:absolute;
top:10;
left:0px;
width:630px;
}

#sitemapCenter {
position:absolute;
top:10;
left:700px;
width:220px;
}
#sitemapRight {
position:absolute;
top:10;
left:470px;
width:320px;
display:none;

 
}

.sitemapList {
   	margin: 0px;
	padding: 0px;
	font-weight:bold;
	font-family: verdana;
	font-size: 10px;
	color: #CCCCCC; text-decoration: none;
    list-style-type: none;

	width:100%;
	line-height: 1.0em;
		text-indent:0px;

 }



/* First Level sideNav -- styles Anchors decendant  to sitemap ID
================================== */

.sitemapList a, .sitemapList a:visited, .sitemapList a:hover, .sitemapList a:active 
{
	display: block;
	padding: 0px;
	padding-bottom: 2px;
	text-transform:none;
	font-weight:bold;
	font-family: verdana;
	font-size: 11px;
	color: #CCCCCC;
 	margin-bottom: 6px; 
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	line-height: 1.5em;
	text-decoration:none;
	text-align:left;
	margin-left:0px;
	text-indent:0px;
	
}
.sitemapList a:hover {
	text-decoration:none;
	color: #FFFFFF;

}
/*
#sitemapLeft .sitemapList li ul .divider {

 	margin-top: 14px; margin-bottom: 4px;
	padding-top: 4px; padding-bottom: 5px;

	border-top-width: 1px;
	border-top-style:dashed;
	border-top-color: #666666;
	width: 180px;	
	}
*/


.sitemapList ul {
	list-style-type: none;

}

.sitemapList li {
	display: inline;  /* ####  This fixes extra vertical space in UL LI Win IE Bug */	
}





/* Second Level Nav -- submenu Anchors -- styles nested list of leftNav
================================== */
.sitemapList li ul {		/* use this to position the submenu padding */
padding-bottom: 0px;
position:relative;
top:0px;
line-height: .5em;
	text-decoration:none;

}
.sitemapList li li li a, .sitemapList li li li  a:visited, .sitemapList li li li  a:hover, .sitemapList li li li  a:active {
	display: inline;
		background-position: left 1px;
		

}
.sitemapList li li a, .sitemapList li li a:visited, .sitemapList li li a:hover, .sitemapList li li a:active {
	display: block;
	border:none;
	position:relative;
	left: 0px;  /* positions submenu relative to parent menu item */
	top: 0px;
	
	height: 6px; /*  controls vertical spacing of text */
	width: 200px;
	
	margin: 0px;
	margin-bottom: 1.0em !important;
	margin-bottom: .5em; 
	padding: 0px;
		padding-bottom: 4px;
 		line-height: 1.0em;

	padding-left: 14px; /* indents text for bullet */
	
	font-weight: normal;
	font-family: verdana;
	font-size: 10px;
	color: #AAAAAA;
	text-decoration: none;
	list-style-type: none;
	background-image:url(../images/leftNavImages/greyBullet.gif);
	background-repeat:no-repeat;
	background-position: left 0px;
}
.sitemapList li li a:hover {
	text-decoration: none;
	background-image:url(../images/leftNavImages/wtBullet.gif);
	background-repeat:no-repeat;
	background-position: left 0px;
	color: #ffffff;

}

.sitemapList li li  ul.subMenu2 {
 margin-left:14px;
  margin-bottom:6px; /**/ /* Third level menu */
  position:relative; top:-6px;
  
}

#sub3 { 
	position:relative; top: 0px; 
left:10px;}