#sidebar1 li {
	text-align: left;
	list-style: none;
	border-bottom: 1px dotted #E0E0E0;
	width: 140px;
	margin-right: 15px;
	margin-left: 15px;
}
#sidebar1 li a {
	margin:3px 0px 0px 0px;
	padding:0px 15px 2px 0px;
	text-decoration: none;
	display: block;
	line-height: 13px;
	color: #828282;
	font-size: 11px;
	font-weight: normal;
	background: url(../img/bg-sidebar-menu.gif) no-repeat right top;
	text-transform: uppercase;
}
#container #sidebar1 #activeLink a, #container #sidebar1 #activeLink a:hover {
	color: #CC3300;
	background: url(../img/bredcrumb-arrow.gif) no-repeat right;
	text-decoration: none;
	display: block;
}
.menuBreak {
	height: 15px;
}
#sidebar1 ul {
	margin: 0px;
	padding: 0px 0px 5px;
	width: 168px;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	background: url(../img/bg-sidebar-ul.jpg) repeat-x bottom;
}
#sidebar1 li a:hover {
	color: #cc3300;
	text-decoration: none;
	display: block;
	background: url(../img/bg-sidebar-menu-hover.gif) no-repeat right top;
}
#sidebar1 .header {
	width: 155px;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #ACACAC url(../img/bg-sidebar-headers.jpg) repeat-x;
	font-weight: bold;
	line-height: 22px;
	padding-left: 15px;
	text-align: left;
	font-size: 11px;
}
.sidebarBoxes {
	font-size: 11px;
	width: 170px;
	color: #828282;
	line-height: 13px;
}
.sidebarBoxes td {
	background: url(../img/bg-sidebar-ul.jpg) repeat-x bottom;
	border: 1px solid #e0e0e0;
	padding: 4px 10px 10px 15px;
	line-height: 13px;
}
.sidebarBoxes a {
	color: #828282;
	text-decoration: none;
	display: block;
	background: url(../img/bg-sidebar-menu.gif) no-repeat right;
}
.sidebarBoxes a:hover {
	color: #CC3300;
	text-decoration: none;
	background: url(../img/bg-sidebar-menu-hover.gif) no-repeat right;
	display: block;
}
.sidebarBoxes img {
	border-style: none;
}
.invisible {
display:none
 }
