#locations_menu_container {
	
	margin: 0px;
	padding: 0px;
	width: 281px;
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
	z-index: 5;
}

#locations_menu_top {

	margin: 0px;
	padding: 10px 15px 10px 15px;
	width: 251px;
	background-image: url(/templatemedia/panels/lm_top.png);
	background-repeat: no-repeat;
	background-color: #a00601;
}

#locations_menu_bottom {

	margin: 0px;
	padding: 0px;
	width: 281px;
	height: 15px;
	background-image: url(/templatemedia/panels/lm_bottom.png);
	background-repeat: no-repeat;
}


#locations_menu_top ul {
	
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#locations_menu_top ul li {

	margin: 0px;
	padding: 0px;
}

#locations_menu_top ul li a {

	margin: 0px;
	padding: 0px;
	line-height: 30px;
	display: block;
	font-size: 8pt;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

#locations_menu_top ul li a:hover {

	color: white;
	text-decoration: underline;
}

.menu_head {

	margin: 0px;
	padding: 5px;
	cursor: pointer;
	position: relative;
       	font-weight: bold;
	color: white;
       	background: url(/templatemedia/layout/left.png) center right no-repeat;
}

.menu_body {

	display:none;
	background-repeat: no-repeat;
}

.menu_body a {

	margin: 0px;
	padding: 12px 5px 12px 5px;
  	display: block;
  	color: white;
  	text-decoration:none;
	background-image: none;
}

.menu_body a:hover {

  	color: white;
  	text-decoration: underline;	
	background-image: none;
}
