div.sdmenu {
	width: 186px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 0px;
	color: #fff;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
div.sdmenu div {
	overflow: hidden;
	background-color: #000000;
	background-image: url(title.gif);
	background-repeat: repeat-x;
}
div.sdmenu div:first-child {

}
div.sdmenu div.collapsed {
	height: 34px;
}
div.sdmenu div span {
	display: block;
	font-weight: normal;
	color: white;
	cursor: pointer;
	background-image: url(../images/lft-menu-head-active-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 11px;
	padding-left: 29px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	text-transform: uppercase;
	text-decoration: none;
	width: 157px;
}
div.sdmenu div.collapsed span {
	background-image: url(../images/lft-menu-head-bg.jpg);
	display: block;
}
div.sdmenu div a {
	display: block;
	color: #bdbdbe;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	background-image: url(../images/arrowbullet.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
div.sdmenu div p {
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	height: 230px;
	background-image: url(../images/left-menu-bg.jpg);
}
div.sdmenu div p.sub-second {

}

div.sdmenu div a.current {

}
div.sdmenu div a:hover {
	color: #fff;
	text-decoration: none;
}
div.categoryitems {
	background-image: url(../images/lft-menu-link-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 286px;
}

div.categoryitems ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 18px;
	list-style-image: none;
	display: block;
}

div.categoryitems ul li{
	padding-bottom: 4px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	color: #bdbdbe;
	text-decoration: none;
}

div.categoryitems ul li a{
	color: #bdbdbe; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	padding-left: 10px;
	border-top-width: 0px;
	border-top-style: none;
	background-image: url(../images/arrowbullet.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
}

div.categoryitems ul li a:hover{ /*hover state CSS*/
	color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
div.sdmenu div p.sub-first-i {
	padding-bottom: 66px;
}
