/*Internet Explorer*/
body {
		font-size: small;
		padding-bottom: 35px;
	}
	
ul#nav li, 
ul#nav li a, 
ul#nav li a span {
	 		float: left;
			cursor: hand;
	 }

ul#nav li.last a span {
	border-right: 1px solid black;
}
		/* Make this IE5.5 hack
		* html div#content {
			width: 30em;
		}
		
		* html div#menu {
			width: 10em;
		}*/
