#DiaryNav {width: 120;height: 50px; /*this is the blue bar that makes up the menu*/padding-left: 0px; /*60*/background: url(../images/menu.gif) no-repeat;margin-left: 200px;}#DiaryNav ul {	margin: 0;	list-style: none;}#DiaryNav li {	display: inline;}#DiaryNav a {	float: left;	width: 120px;	height: 35px;	margin: 0 0 0 0;	padding: 14px 0 0 0; /*14px 0 0 0;*/	text-decoration: none;	text-align: center;	letter-spacing: 0px;	font-size: 1.1em;	font-weight: normal;	color: #000000;}#DiaryNav a:hover {	background: url(../images/menu_r.gif) repeat-x;