#container #mainContent {
	margin-left: 150px;
	margin-right: 210px;
	background-color: #EBEBEB;
	border: 1px solid #666666;
}

#sidebar1 {
	width: 120px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.products {
	
	padding-left: 10px;
	padding-top: 0px;
}


.alignrt {
	text-align: right;
	padding-right: 10px;
}
.menu {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6f6f6f;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

#sidebar1{
	background: none; /* the background color will be displayed for the length of the content in the column, but no further */
	background-color: #ffffff;
	width: 120px;
		
	}
#sidebar1 ul {
	padding: 0px;
	width: 100px;
	clear: both;

}
#sidebar1 li {
	width: 100px;
	padding-top: 2px;
	list-style-type: none;
	
}
#sidebar1 a {
	display: block;
	text-decoration: none;
	padding: 3px 10px 3px 10px;
	background-image: url(../Images/SubMenuBackGroundFade.jpg);
	
	color: #000000;
}
#sidebar1 li:hover {
	background-color: #142882;
	color: #FFFFFF;
}
