#page_left_menu {
	background: url("../../images/menu-background.jpg") repeat-y;
}

#telco_menu_top {
	background: url("../../images/header-alt-2/menu-header-top.jpg") no-repeat;
	width:273px;
	height:97px;
}
#telco_menu_middle {
	background: url("../../images/menu-top.jpg") no-repeat;
	width:273px;
	height:38px;
}
#telco_menu_container {
	background: url("../../images/menu-backing.jpg") no-repeat;
	width:273px;
	float:left;
}

#telco_menu_bottom {
	background: url("../../images/menu-contact.jpg") no-repeat;
	width:273px;
	height:222px;
}



#telco_menu {
	list-style:none;
	margin:0;
	padding:0 0 0 60px;
	width:180px;
}



#telco_menu .divider {
	background: url("../../images/divider.jpg") no-repeat;
	width:183px;
	height:10px;
	line-height: 10px;
	margin: 0 0 0 0;
}

#telco_menu .item {
	line-height:12px;
	background: url("../../images/bullet.gif") no-repeat;
	padding: 2px 0 2px 20px;
}

#telco_menu .item_sub {
	font: bold 12px 'Arial';
	line-height:12px;
	padding: 2px 0 5px 30px;
}

#telco_menu .item_sub a:link, #telco_menu .item_sub a:visited {
	text-transform: uppercase;
	text-decoration:none;
	color:#fff;
}

#telco_menu .item_sub a:hover {
	text-transform: uppercase;
	text-decoration:none;
	color:#CCFDE5;
}
#telco_menu .item a:link, #telco_menu .item a:visited {
	font: bold 14px 'Arial';
	text-transform: uppercase;
	text-decoration:none;
	color:#fff;
}

#telco_menu .item a:hover {
	font: bold 14px 'Arial';
	text-transform: uppercase;
	text-decoration:none;
	color:#CCFDE5;
}