/*left navigation opens*/

#left_navigation {
       margin-left:2px;
      width: 200px;
}



#left_navigation li {

	list-style-type: none;
	margin: 0px;
	padding:7px 7px 7px 30px;
	margin-bottom: -1px;
       width:160px;
	background-image: url(images/arrow_hit_grey.jpg);
	background-repeat: repeat-y;	
}
#left_navigation li:hover    {

	list-style-type: none;
margin: 0px;
	background: url(images/arrow_hit_hover.jpg) no-repeat;
	display:block;
        cursor:pointer;
}
#left_navigation li.current-cat    {

	list-style-type: none;
margin: 0px;
	background: url(images/arrow_hit_hover.jpg) no-repeat;
	display:block;
}

.title_left_content {
margin-bottom:25px;
}


.vendor_authorized {

background: url(images/vendor_authorized_title.jpg) no-repeat;
color: #7c7c7e;
width:197px;
height:22px;
}

.vendor_independent {

background: url(images/vendor_independent.jpg) no-repeat;
color: #7c7c7e;
width:197px;
height:22px;
}

.bottomleftsidemenu  {
background: url(images/bottom_left_side_menu.jpg) no-repeat;
color: #7c7c7e;
width:197px;
height:22px;
}

.left_bar_content {
width: 200px;

}

/*left navigation closes*/