.menu_list {
		width: 180px;
		text-transform:uppercase;
		font-family:Arial, Helvetica, sans-serif;
		color:#FFFFFF;
	}
	.menu_head, .menu_head_hover {
		color:#FFFFFF;
		padding: 5px 10px;
		cursor: pointer;
		position: relative;
		margin: 0px;
		background: #11538e url(/_files/images/plus.gif) center right no-repeat;
		font-size:10px;

	}
	.menu_head_hover {
		background: #85b8eb url(/_files/images/plus.gif) center right no-repeat;
	}
	.menu_body {
		display: none;
	}
	.menu_body a {
	  display: block;
	  background: #11538e url(/_files/images/menu-dots.gif) left no-repeat;
	  color:#FFFFFF !important;
	  padding: 4px 0 4px 25px;
	  text-decoration: none;
	font-size:10px;
	}
	.menu_body a:hover {
	  text-decoration: none;
	  background-color: #85b8eb;
	  color:#FFFFFF;
	}
	#menu_top, #menu_bottom {
		background-color: #11538e;
	}