div.eq_menu {
	width:220px;
}

div.eq_menu a {
	color:#fff;
	margin:5px 0 5px 21px;
	display:block;
}

div.eq_menu div.header {
	background:#186194 url('/files/12/menu_top.jpg');
	height:36px;
	
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
	
	text-align:center;
	padding-top:18px;
}

div.eq_menu a.root {
	display:block;
	height:20px;
	
	margin:0 0 10px 21px;
	padding-left:21px;
	padding-top:3px;

	text-transform:uppercase;	
	font-weight:bold;
	color:#fff;
}

div.eq_menu div.line {
	width:180px;
	height:1px;
	font-size:1px;
	margin:auto;
}

/* BLUE */
div.eq_menu div.blue {
	background:url('/files/12/menu_blue_bg.jpg');
}

div.eq_menu div.blue div.next {
	background:url('/files/12/menu_blue_purple.jpg') bottom left no-repeat;
	padding-bottom:20px;
}

div.eq_menu div.blue div.bottom {
	background:url('/files/12/menu_blue_bottom.jpg') bottom left no-repeat;
	padding-bottom:20px;
}

div.eq_menu div.blue a.root {
	background:url('/files/12/menu_bullet_blue.jpg') center left no-repeat;
}

div.eq_menu div.blue div.line {
	background:#36749d;
}

/* PURPLE */
div.eq_menu div.purple {
	background:url('/files/12/menu_purple_bg.jpg');
}

div.eq_menu div.purple div.next {
	background:url('/files/12/menu_purple_orange.jpg') bottom left no-repeat;
	padding-bottom:20px;
}

div.eq_menu div.purple div.bottom {
	background:url('/files/12/menu_purple_bottom.jpg') bottom left no-repeat;
	padding-bottom:20px;
}

div.eq_menu div.purple a.root {
	background:url('/files/12/menu_bullet_purple.jpg') center left no-repeat;
}

div.eq_menu div.purple div.line {
	background:#ac53ad;
}

/* PURPLE */
div.eq_menu div.orange {
	background:url('/files/12/menu_orange_bg.jpg');
}

div.eq_menu div.orange div.next {
	background:url('/files/12/menu_orange_blue.jpg') bottom left no-repeat;
	padding-bottom:20px;
}

div.eq_menu div.orange div.bottom {
	background:url('/files/12/menu_orange_bottom.jpg') bottom left no-repeat;
	padding-bottom:20px;
}

div.eq_menu div.orange a.root {
	background:url('/files/12/menu_bullet_orange.jpg') center left no-repeat;
}

div.eq_menu div.orange div.line {
	background:#db9c4f;
}