/* ///////////////////////////////// Left Hand Menu //////////////////////////////// */
div.leftNav {
	text-align: left;
	width: 200px;
}
ul.listNav {
	list-style: none;
	text-align: left;
	padding-left: 0px;
	margin: 0px;
}
ul.listNav li {
	width: 200px;
	height: 25px;
	background-image: url(../../../Images/NETSite/nav_li_bg.gif);
	background-repeat: no-repeat;
	line-height: 22px;
}
div.searchHeader {
	background-image: url(../../../Images/NETSite/search_header.gif);
	width: 200px;
	text-align: left;
	font-weight: bold;
	line-height: 28px;
	height: 30px;
}
div.searchHeader span {
	padding-left: 10px;
}
div.searchFooter {
	background-image: url(../../../Images/NETSite/search_footer.gif);
	width: 200px;
	text-align: left;
	line-height: 23px;
	height: 25px;
}
div#pod {
	width: 200px;
	margin-top: 10px;
	color: #000000;
	text-align: left;
}
div.podHeader {
	width: 200px;
	height: 26px;
	line-height: 26px;
	font-weight: bold;
	background-image: url(../../../Images/NETSite/pod_header.gif);
	background-repeat: no-repeat;
	padding-left: 5px;
}
div.podFooter {
	width: 200px;
	height: 20px;
	padding-left: 10px;
	background-image: url(../../../Images/NETSite/pod_footer.gif);
	background-repeat: no-repeat;
}
div.podFooterSmall {
	width: 200px;
	height: 1px;
	padding-left: 10px;
	background-image: url(../../../Images/NETSite/pod_footer1.gif);
	background-repeat: no-repeat;
}
div.podInnerContainer {
	width: 200px;
	background-image: url(../../../Images/NETSite/pod_bg.gif);
	background-repeat: repeat-y;
}
div.podInner {
	width: 180px;	
	padding: 5px 10px 1px 10px;
	line-height: 14px;
	
	margin: 0px;
}
div.podInner ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
div.podInner li {
	padding-bottom: 15px;
}
div.podInner li a {
	color: #333;
	text-decoration: none;
}
div.podInner li a:Hover {
	color: #333;
	text-decoration: underline;
}
a.darkGreyLink {
	color: #333;
	text-decoration: none;
}
a.darkGreyLink:Hover {
	color: #333;
	text-decoration: underline;
}
a.podLink {
	color: #ccc;
	text-decoration: none;
}
a.podLink:Hover {
	color: #ccc;
	text-decoration: underline;
}
.left_background{ 	
	background-color: #ebeaea;
}
.left-nav-border-left{
	border-left: 1px solid #cccccc;
}
.left-nav-border-right{
	border-right: 1px solid #cccccc;
}
.left-nav-border{
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
.left-nav-border-top{
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}
.left-nav-border-bottom{
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}