.SideBarHead {
	font-size: 125%;
	font-weight: bold;
	color: #000000;
}
.SideBarItems {
	font-size: 100%;
	font-weight: bold;
	color: #FF9900;
	padding-left: 10px;
}
.sidebarbox1 {
	background-image: url(../images/SideBox1-2.jpg);
	width: 260px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.sidebarbox1 div {
	background-image: url(../images/SideBox1-1.jpg);
	width: 260px;
	background-repeat: no-repeat;
	background-position: top;
}
.sidebarbox1 div div{
	background-image: url(../images/SideBox1-3.jpg);
	width: 240px;
	background-repeat: no-repeat;
	background-position: bottom;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.sidebarbox1 div div .SideBoxHead {
	background-image: none;
	width: 240px;
	margin: 0px;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 80%;
	font-weight: bold;
	color: #FFFFFF;
}
.sidebarbox1 div div .SideBoxContent {
	background-image: none;
	width: 240px;
	margin: 0px;
	padding: 0px;
}
.sidebarbox1 .SideBoxContent p {
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
	color: #333333;
	font-size: 80%;
}
.sidebarbox1 .SideBoxContent ul {
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
	color: #333333;
	list-style-type: none;
	font-size: 90%;
}
.sidebarbox1 .SideBoxContent ul li:hover {
	background-color: #E1E1E1;
	padding-left: 5px;
}
.sidebarbox1 .SideBoxContent ul li a {
	color: #333333;
	text-decoration: none;
}

