#sitemap { margin-top:17px; font-size:14px; font-weight:normal; border-bottom: dotted thin #2a6ebc; }
a.linktop:link 		{ color: #999999; text-decoration:none; }
a.linktop:visited 	{ color: #999999; text-decoration:none; }
a.linktop:hover 	{ color: #000000; text-decoration:none; }

li { margin:0px; padding:0px; }



#menu {
  float: left;
  width:200px;  
  text-align: left;
  padding:0;  
  /* background-color:#b5bcc2; */
}

#menu ul, #menu li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}


/* node - 0  = Top Of Menu */

.menunode-0 li a {
	height: 23px;
	display: block;
	/* width: 130px; */
	background: url(/images/menuOff.gif) no-repeat top left;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#296ebb;
	line-height: 22px;
	text-decoration: none;
	margin: 0;
	padding: 0 0px;
}

.menunode-0 li a:hover {
	/* width: 130px; */
	
	color:#0082D1;
	background: url(/images/menuHover.gif) no-repeat top left;
	
	/* background-color:#B4BBC1; */
	
	 
}

.menunode-0 li p { /* selected */
	height: 23px;
	display: block;
	/* width: 130px; */
	background: url(/images/menuSelected.gif) no-repeat top left;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	line-height: 22px;
	text-decoration: none;
	
	margin: 0;
	padding: 0 0px;
	
	border-bottom:thin dotted #296ebb;
	
}


/*********************** node - 1 */

.menunode-1 li a {
	background: url(/images/submenuOff.gif) no-repeat top left;
	height: 23px;
	display: block;
	/* width: 130px; */
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
	line-height: 22px;
	text-decoration: none;
	margin: 0;
	padding: 0 0px;

}

.menunode-1 li a:hover {
	color:#666666;
	/* background: url(/images/submenuHover.gif) no-repeat top left; */
}


.menunode-1 li p { /* selected */
	height: 23px;
	display: block;
	/* width: 130px; */
	/* background: url(/images/submenuSelected.gif) no-repeat top left; */
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	line-height: 22px;
	text-decoration: none;	
	margin: 0;
	padding: 0 0px;	
}

/************************* node - 2 */

.menunode-2 li a {
	
	/* background: url(/images/dash.gif) no-repeat top left; */
	height: 23px;
	display: block;
	/* width: 120px; */
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
	line-height: 22px;
	text-decoration: none;
	margin: 0;
	padding: 0 15px;

}

.menunode-2 li a:hover {
	color:#000000;
	/* background: url(/images/dash.gif) no-repeat top left; */
}


.menunode-2 li p { /* selected */
	height: 23px;
	display: block;
	/* width: 120px; */
	background: url(/images/submenuSelected.gif) no-repeat top left;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	line-height: 22px;
	text-decoration: none;	
	margin: 0;
	padding: 0 15px;	
}






