.left-nav {
	margin-top: 0px;
	padding-top: 0px;
	clear: none;
	height: 100%;
	margin-bottom: 10px;
}
.side-menu-wrap {
	width: 220px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #83B2FF;
}
.menu {
	text-decoration: none;
	width: 100%;
	background-color: #000;
}
a.menuPink, a.outPink {
	display: block;
	text-decoration: none;
	line-height: 33px;
	color: #FFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0em;
	background-color: #000;
	height: 33px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
}
a.menuPink:hover, a.outPink:hover {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../images/left-menu-strip.jpg);
	background-repeat: repeat-y;
}
a:hover div.leftIcon { background-position: 0px 0px; }
a.leftLink {
	font-size: 14px;
	font-weight: normal;
	line-height: 33px;
	height: 33px;
}
div.icon {
	overflow: hidden;
	float: left;
}
a div.leftIcon {
	background-image: url(../images/sub-butt.png);
	background-repeat: no-repeat;
	overflow: visible;
	background-position: center -33px;
	height: 33px;
	width: 33px;
	margin-left: 2px;
	text-decoration: none;
	margin-top: 1px;
}

a.menuSelected {
	display: block;
	text-decoration: none;
	color: #FFF;
	letter-spacing: 0em;
	background-image: url(../images/left-menu-strip.jpg);
	background-repeat: repeat-y;
}

a.menuSelected:hover {
	display: block;
	text-decoration: none;
	color: #FFF;
	letter-spacing: 0em;
	background-color: #086090;
}
