/* sidebar */

#sidebar {
	float: center;
	width: 190px;
	padding: 1px 0 50px;
	margin-left: 30px;
	min-height: 250px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	font-family:  Arial, sans-serif;
}
#sidebar li {
	display: block;
	margin: 0 1px;
	padding: 0;
	border-bottom: 1px solid #DBDDDF;
	font-size: 1.05em;
	line-height: 1.2em;
}
#sidebar li a {
	padding: 9px 15px 8px 15px;
	font-weight: bold;
	text-decoration: underline;
	display: block;
}
#sidebar a, .sidebar a:visited {
	color: #0083B3;
}
#sidebar a:hover {
	color: #5498CF!important;
}
#sidebar li.selected a {
	background: url(http://www.icistreet.com/shop/sidebar_row.png) left top repeat-y !important;
}
#sidebar li.selfirst a {
	background: url(../img/menu_row_top_v2.png) left top no-repeat !important;
}
#sidebar > ul > li.selected a {
	background: url(http://www.icistreet.com/shop/sidebar_row.png) left top no-repeat;
}
#sidebar > ul > li.selfirst a {
	background: url(../img/menu_row_top_v2.png) left top no-repeat !important;
}
#sidebar li.selected a {
	color: white;
	text-decoration: none;
}
#sidebar li.selected a:hover {
	color: white !important;
}
#sidebar li.selected ul li a:hover {
	color: #0083B3 !important;
}
#sidebar ul ul {
	margin: 5px 0;
	background: none !important;
}
#sidebar li li {
	margin: 0;
	border: none;
	padding: 4px 5px 4px 20px;
	font-size: 1em;
	text-align:left;
	min-height: 15px;
}
#sidebar li li a {
	margin: 0;
	padding: 0;
	color: #5498CF !important;
	text-decoration: underline !important;
	font-weight: normal;
min-height: 15px;
}
#sidebar li.selected li a {
	background: none !important;
}
#sidebar li li.selected {
	background: url(http://www.icistreet.com/shop/sub_sidebar_row.png) left top no-repeat;
}
#sidebar li li.selected a {
	color: #5498CF !important;
	text-decoration: underline !important;
	font-weight: bold;

}
#sidebar li li.selected a:hover {
	color: #0083B3 !important;
	text-decoration: underline !important;
	font-weight: bold;
	background: url(http://www.icistreet.com/shop/sub_sidebar_row.png) left top no-repeat;
		min-height: 15px;
}
#sidebar li li a:hover {
	color: #0083B3 !important;
	text-decoration: underline !important;
	background: url(http://www.icistreet.com/shop/sub_sidebar_row.png) left top no-repeat;
		min-height: 15px;
}
#sidebar p {
	margin: 5px 10px 10px 15px;
	font-size: 0.9em;
	line-height: 120%;
}
#sidebar p a {
	font-weight: bold;
}