#nav, #nav ul { 
		padding: 5px 0 10px 0;
		margin: 0 0 30px 0;
		list-style: none;
		float:left;
		width : 134px;
		background: transparent url(../images/nav-bg.jpg) repeat-y center top;
		font-family: Arial, Tahoma, Trebuchet MS, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: bold;
	}
	
#nav li { 
		position : relative;
		float : left;
		line-height: 1.77em;
		margin-bottom: -1px;
		width: 125px; /* specified for Opera otherwise won't work */
		border:0;
		min-height: 1%; /* for IE 7 */
	}

#nav li a {
		width: 125px;
		w\idth : 109px;
		display : block;
		color : #000;
		text-decoration : none;
		padding : 0 8px;
		text-align: left;
	}
	
#nav li a:hover {
		color : #fff;
		margin-left:4px; /*required to match the width of background image */
		background-color : #004D3C;
	}
	




