/*** Nav bar styles ***/ul.nav,.nav ul{/*Remove all spacings from the list items*/	margin: 0;	padding: 0;	cursor: default;	list-style-type: none;}ul.nav{	width: 20ex;/*Optional, to make the navigation bar positions on the left of the content*/	float: left;	margin-right: 1em;}ul.nav>li{	margin: 0;}ul.nav li>ul{/*Make the sub list items invisible*/	display: none;	position: absolute;	width: 20ex;	left: 20ex;	margin-top: -1.4em;	margin-left: 9px;}ul.nav li:hover>ul{/*When hovered, make them appear*/	display : block;}.nav ul li a{/*Make the hyperlinks as a block element, sort of a hover effect*/	display: block;	padding: 2px 10px;}/*** Menu styles (customizable) ***/ul.nav,.nav ul,.nav ul li a{	background-color: #fffe03;	background-image: url('http://www.benkorp.com/revamp/images/page_bg.jpg')	background-repeat:repeat-y;	color: #000;	padding-bottom: 8px;	padding-top: 8px;}ul.nav li:hover,.nav ul li a:hover{	background-image: none;	background-color: #fffdca;	color: #000;}ul.nav li:active,.nav ul li a:active{	background-image: none;	background-color: #fffdca;	color: #fff;}.nav a{	text-decoration: none;}/*** End Nav ***/ body {	font-family: Arial, Verdana;	font-size:12px;	color:black; line-height: 150%; } p a {	text-decoration: none;	color: #000000;	font-weight: bold;	border-bottom-style: solid;	border-bottom-color: #ffd303;	border-bottom-width: thin;}p a:hover {	color: #000000;}