﻿.helix_menu_ul{
	font: normal 12px Georgia;
	line-height: 18px;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	width: 150px;
	background: transparent url('dropdownarrowtop2.gif') no-repeat top left;
	padding-top: 9px;
	border: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.helix_menu_li{
	background: white;
	border-left: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
}
.helix_menu_li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #c2c2c2;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.helix_menu_li a:hover{ /*hover background color*/
background: #7b7b7b;
color: white;
}