/*  CSS Document                             */#nav_menu {	position: /*fixed*/relative;	top: 20px;	left: 0px;	width: 160px;	height: /*auto;*/280px;	font-family: verdana, arial, helvetica, sans-serif;	font-weight: normal;	font-size: 11px;	color: #000000;	background-color: transparent;	margin: 0px;	padding: 0px 3px 0px 0px;	z-index: 1000;}.menu_list { 		width: 160px;} .menu_head { 		padding: 8px 10px; 			/*5px 10px;*/	cursor: pointer; 		position: relative; 		margin: 1px;        	font-weight: normal;        	background: #c6d3f7 url(../images/left.png) center right no-repeat; } /*.menu_body { 	commented out here		**** for accessibility issues - 					display: none; 											**** this line is added to jquery-menu.js file} 																		**** $("div.menu_body").hide();*/.menu_head a {   	display: block;   	color: #000000;   	background-color: #c6d3f7; 	margin: 0px 1px; 	padding-left: 0px;   	font-weight: normal;   	text-decoration: none; } .menu_body a {   	display: block;   	color: #000000;   	background-color: #c6d3f7; 	margin: 0px 1px; 	padding: 3px 2px 3px 10px; 	/*padding-left: 10px;*/   	font-weight: normal;	font-size: 10px; 	line-height: 22px;  	text-decoration: none; } .menu_body a:hover {   	color: #000000;   	text-decoration: underline;}