ul li {
	display: inline;
	list-style: none;
}

#left_menu {
	width: 140px;
}

.section_header {
	background: transparent url(/images/left_nav_header_bg.png) top left no-repeat;
	height: 35px;
	width: 140px;	
}

.section_header ul {
	padding: 7px 0 0 8px;
}

.section_header a {
	cursor: pointer;
}

.menu_section {
	background-color: transparent;
	color: #707271;			
	text-transform: uppercase;
	width: 140px;	
}

.nav_items {
	background: #fff url(/images/bg_DropDown.jpg) top left repeat-x;
	padding: 10px 0 10px 25px;
	width: 115px;
}

.nav_items li {
	display: block;
	line-height: 25px;
}

.nav_items li a {
	color: #707271;				
}

.nav_items li a:hover {
	color: #ff6100;
}

.nav_items li.active a {
	color: #ff6100;
}

.nav_sign {
	color: #ff6100;
}

.highlight {
	color: #fff;
}

.hidden {
	display: none;
}
