

#avmenu,#avmenu li ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 158px; /* Width of Menu Items */
	background: url(subhead2_pxl.jpg) repeat-x;
	}

#avmenu li {
	position: relative; 
        z-index:1000;
		width: 158px;
		border-bottom: 1px solid #ccc;
		border-right:1px solid #ccc;
		background: url(subhead2_pxl.jpg) repeat-x;
	}

#avmenu li ul {
	position: absolute;
	left: 160px; /* Set 1px less than menu width */
	top: 0;
	width: 158px;
	display: none;
	background: url(subhead2_pxl.jpg) repeat-x;
	}

/* Styles for Menu Items */
#avmenu li a {
	 
	display: block;
	text-decoration: none;
	color: #505050;
	font-family: Arial, sans-serif;
	font-size:12px;
	 
	color: #000000;
	/*background: #f4f4f4; /* IE6 Bug */
	padding: 5px 0 5px 10px;
	border-left: 0px solid #ccc;
	width: 136px; /* Menu width - padding and border widths */
	
	background: url(subhead2_pxl.jpg) repeat-x;
	}

#avmenu li a:hover {
	 
	color: #800000;
	border-left: 4px solid #990000;
	background: url(subhead2_pxl.jpg) repeat-x;
}
/* Holly Hack. IE Requirement \*/
* html #avmenu li { float: left; height: 1%; }
* html #avmenu li a { height: 1%; }
/* End */

#avmenu li:hover ul, #avmenu li.over ul { display: block; } /* The magic */
/*
#avmenu li a:hover {
background: #eaeaea;
color: #286ea0;
border-left: 4px solid #286ea0;
}

*/

 