

#categories_menu {
	float:left;
}



#sidebar_left {
	margin-top:-8px;
	float:left;
	width:225px;
}

#categories_menu .box_header {
	border-bottom: 0;
}


#categories_menu ul {
	padding: 0;
	width: 225px;
	list-style: none;
	border-bottom: 1px solid #B4C5DB;
	}

#categories_menu li  {
	position: relative;
	}

#categories_menu li ul {
	padding-left:3px;
	position: absolute;
	display: none;
	top:0px;
	left:225px;
	width: 230px;
	z-index: 1;
	}


/* Styles for Menu Items */

#categories_menu ul li a {
	font-size: 14px;
}


#categories_menu ul li span a {
	font-size: 18px;
	padding: 6px 0 6px 9px;
}



#categories_menu ul li a, #categories_menu ul li span a{
	font-family: 'Roboto Condensed',Heveltica,Verdana,sans-serif;
	display: block;
	text-decoration: none;
	background-color: #FAFAFA;
	border: 1px solid #B4C5DB;
	border-bottom:0;
	color: #181B1F;
}



#categories_menu h2 {
	margin:0;
	font-weight: normal;
}


/* Fix IE. Hide from IE Mac \*/
* #categories_menu html ul li { float: left; height: 1%; }
* #categories_menu html ul li a { height: 1%; }
/* End */

/*#categories_menu ul li a:hover {  background: #fff;  }  Hover Styles */
#categories_menu ul li a:hover {  background: #658BD4; color:#fff; border-color:#5C77AD; }


#categories_menu li ul li a { /* Sub Menu Styles */
	padding: 10px 8px;
	background: #FAFAFA;

}

.chevron {
	float: right;
  position: relative;
  padding: 0px;
  height:12px;
  width: 4px;
  margin-left:0px;
  margin-top:8px;
  margin-right: 10px;
}




.chevron:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background: #4677CF;
  -webkit-transform: skew(25deg, 0deg);
  -moz-transform: skew(25deg, 0deg);
  -ms-transform: skew(25deg, 0deg);
  -o-transform: skew(25deg, 0deg);
  transform: skew(25deg, 0deg);
}


.chevron:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  height: 50%;
  width: 100%;
  background: #4677CF;
  -webkit-transform: skew(-25deg, 0deg);
  -moz-transform: skew(-25deg, 0deg);
  -ms-transform: skew(-25deg, 0deg);
  -o-transform: skew(-25deg, 0deg);
  transform: skew(-25deg, 0deg);
}


.chevron1:before {
  background: #fff;
}

.chevron2:after {
  background: #fff;
}


