/* Left Nav */

#Container {
	background-image: url(../images2/containerbg2.png);
}
/* non png bg for ie6 */ *html #Container {background-image: url(../images2/containerbg2.gif);}

#MainWrapper {
	background-image: url(../images2/wrapperbg2.gif);
	background-repeat:no-repeat;
}

#Footer {
	background-image: url(../images2/footer_grey3.gif);
}

#LeftNav {
	float:left;
	width:136px;
}

#LeftNav li {
	list-style:none;
	height:24px;
	line-height:23px;
	background-image: url(../images2/dots_horiz.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#LeftNav a {
	text-decoration:none;
	display:block;
	color:#5c5c5c;
	height:23px;
	padding-left:20px
}

#LeftNav a:hover {
	background-image: url(../images2/leftnav_hover.gif);
	background-repeat: repeat-y;
	background-position:left top;
}

#LeftNav li.current {
	background-image: url(../images2/leftnav_current.gif);
	background-repeat: repeat-y;
	background-position:right;
}

#LeftNav li.current a:hover {background-image: url(../images2/leftnav_current.gif)}

#Middle {
	margin-left:170px;
}

#Middle ul {
	margin-left: 20px;
	margin-bottom: 15px;
}

#Wide {
	margin-left:170px;
	margin-right:34px;
}

#Wide a {
	text-decoration:none;
	color:#3a3c3c;
}

#Wide a:hover {
	text-decoration:underline;
}