.sideMenuWrapper{
	overflow: hidden;
}

.sideMenuSalesUl{
	list-style: none;
	margin: 8px;
	padding: 0px;
	width: 100%;
	padding-top: 18px;
	padding-bottom: 12px;
}

.sideMenuItem {
	color : black;
	cursor: pointer;
	margin-top: 8px;
	margin-bottom: 8px;
	font-size:14px;
}

.sideMenuItem a{
	text-decoration: none;
}

.sideMenuItem.sideMenuHeader{
	margin-bottom: 12px;
	/* border-bottom: thin black solid; */
	font-size: 18px;
	font-family: inherit;
	display:block;
	width: 100%;
	clear: both;
	float: left;
}

.sideMenuItem [data-role="hyperlink"]{
	font-size:14px;
	text-decoration:none;
	cursor:pointer;
	display: block;
	width: 95%;
	margin-right: -8px;
	float: left;
	padding: 6px 0px 10px 30px;
	font-family: inherit;
	background: url(/Sales/03images/sales/02icons/icon_arrows_leftright_colour_turq.png);
	border-bottom: none!important;
	background-repeat: no-repeat;
	background-size: 25px 25px;
}

.sideMenuItem [data-role="hyperlink"]:hover{
	font-family: inherit;
	background-color:#f5f5f5;
}

.sideMenuItem.itemSelected [data-role="hyperlink"]{
    background-color: #01aaad;
    font-family: inherit;
    font-weight: bold;
    margin: 0px 0px 3px 0px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -moz-box-sizing: border-box;
    -moz-transition: all .2s;
    -o-transition: all .2s;
}
