#navcontainer{
	width:210px;
	float:left;
	}
#navigationtop{
	width:210px;
	}
#navigation{
	/*position:absolute;
	left:0px;*/
	width:210px;
	margin-bottom:2px;
	/*float: left;*/ /* since this element is floated, a width must be given */
	 /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	}
.linkz{
	text-decoration:none;
	padding-left:20px;
	font-family:Verdana, Geneva, sans-serif;
	display:block;
	font-size:14px;
	
	}
.menusx{
	display:block;
	text-decoration:none;
	padding-left:20px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:33px;
	/*padding-top:8px;
	padding-bottom:8px;*/
}
.top{
	/*padding-top:10px;
	padding-bottom:10px;*/
	line-height:38px;
}
#navigation a{
	background:url(../sitegraphics/linksbg.gif);
	color:#fff;
	}
#navigationtop a{
	background:url(../sitegraphics/linksbgtop.gif);
	color:#fff;
	}
#navigation a:link{
	background:url(../sitegraphics/linksbg.gif);
	color:#fff;
	}
#navigationtop a:link{
	background:url(../sitegraphics/linksbgtop.gif);
	color:#fff;
	}
#navigation a:visited{
	background-position:0px;
	color:#fff;
}
#navigationtop a:visited{
	background-position:0px;
	color:#fff;
}
#navigation a:hover{
	background-position:210px;
	color:#7a081d;
}
#navigationtop a:hover{
	background-position:210px;
	color:#7a081d;
}
#navigation a:active{
	background-position:210px;
	color:#7a081d;
}
#navigationtop a:active{
	background-position:210px;
	color:#7a081d;
}
#navigationtop a#selected, #navigationtop a#selected:hover{
	background-position:210px;
	color:#7a081d;
}
#navigation a#selected, #navigation a#selected:hover{
	background-position:210px;
	color:#7a081d;
}
	
	